summaryrefslogtreecommitdiffhomepage
path: root/app/scenes/scenes.rb
diff options
context:
space:
mode:
authorarngo <[email protected]>2021-12-17 21:19:15 -0500
committerarngo <[email protected]>2021-12-17 21:19:15 -0500
commitb8b008c726810dc5e3f18b5637a5e5c882da7dd4 (patch)
treea64630f800ca3cdd304cf664e27b03970c71aace /app/scenes/scenes.rb
parentc85f6533efb50981ef8cf59e840a1f8b58b4deef (diff)
downloadSteelWings-b8b008c726810dc5e3f18b5637a5e5c882da7dd4.tar.gz
SteelWings-b8b008c726810dc5e3f18b5637a5e5c882da7dd4.zip
add cohesion and debug stuff
Diffstat (limited to 'app/scenes/scenes.rb')
-rw-r--r--app/scenes/scenes.rb3
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')
)