Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PossiblyAxolotl authored Feb 14, 2023
1 parent 23bb923 commit fcfa835
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@ Then, if your code is in the `source` folder, just import the following:
import '../toyboxes/toyboxes.lua'
```

#### Manual installation
Download the newest version of pdParticles from this repo.

Add pdParticles.lua to the same directory as your main.lua file.

In your main.lua file add:
```lua
import "CoreLibs/graphics"

import "coreLibs/object"

import "pdParticles"
```

More info on the [Getting Started](https://github.com/PossiblyAxolotl/pdParticles/wiki/Getting-Started#setup) page.
#### Donating

And if you're interested in donating to me you can do so on my [itch.io](https://possiblyaxolotl.itch.io/pdparticles).
If you're interested in donating to me you can do so on my [itch.io](https://possiblyaxolotl.itch.io/pdparticles).

0 comments on commit fcfa835

Please sign in to comment.