diff options
| author | arngo <[email protected]> | 2021-12-17 21:19:15 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2021-12-17 21:19:15 -0500 |
| commit | b8b008c726810dc5e3f18b5637a5e5c882da7dd4 (patch) | |
| tree | a64630f800ca3cdd304cf664e27b03970c71aace /app/scenes/scenes.rb | |
| parent | c85f6533efb50981ef8cf59e840a1f8b58b4deef (diff) | |
| download | SteelWings-b8b008c726810dc5e3f18b5637a5e5c882da7dd4.tar.gz SteelWings-b8b008c726810dc5e3f18b5637a5e5c882da7dd4.zip | |
add cohesion and debug stuff
Diffstat (limited to 'app/scenes/scenes.rb')
| -rw-r--r-- | app/scenes/scenes.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/scenes/scenes.rb b/app/scenes/scenes.rb index ceabc95..a414795 100644 --- a/app/scenes/scenes.rb +++ b/app/scenes/scenes.rb @@ -1,4 +1,5 @@ FF::Stg.add( FF::Scn.new('Render'), - FF::Scn.new('BoidRules') + FF::Scn.new('BoidRules'), + FF::Scn.new('Debug') ) |
