diff options
| author | realtradam <[email protected]> | 2022-05-14 02:16:31 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-05-14 02:16:31 -0400 |
| commit | 7e09e27d934535ff0fc4a7a96db049faed1a1e36 (patch) | |
| tree | 24e5a15e1932e6faee0183d861c91abb2c714e47 /README.mdown | |
| parent | 30e06a7020dbf0db24c99344f0b67c55253fd69f (diff) | |
| download | ruboids-7e09e27d934535ff0fc4a7a96db049faed1a1e36.tar.gz ruboids-7e09e27d934535ff0fc4a7a96db049faed1a1e36.zip | |
spell fix
Diffstat (limited to 'README.mdown')
| -rw-r--r-- | README.mdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.mdown b/README.mdown index d8af353..7af6566 100644 --- a/README.mdown +++ b/README.mdown @@ -24,7 +24,7 @@ Right Click and drag to move the camera. (`w` `a` `s` `d` works as well) Scrollwheel to zoom. (`z` and `x` work as well) ## Playing around with the parameters -All the parameters you can change are nicely stored inside the `SingletomConfig` component in the `$config` variable in `run.rb` so it is easy to quickly and easily change and play around with them. +All the parameters you can change are nicely stored inside the `SingletonConfig` component in the `$config` variable in `run.rb` so it is easy to quickly and easily change and play around with them. ## Purpose I made this to stress test my new framework FelFlame and see how it is, and it was really nice and easy making this game so I will probably continue to use it for future projects. Also just I wanted to play around with boids. 😁 |
