summaryrefslogtreecommitdiffhomepage
path: root/app/scenes
diff options
context:
space:
mode:
Diffstat (limited to 'app/scenes')
-rw-r--r--app/scenes/scenes.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/scenes/scenes.rb b/app/scenes/scenes.rb
index 3d11802..f0cdf17 100644
--- a/app/scenes/scenes.rb
+++ b/app/scenes/scenes.rb
@@ -1,8 +1,8 @@
FF::Scn.new('BoidRules')
-FF::Scn.new('Debug')
FF::Scn.new('Camera')
FF::Scn.new('Cleanup')
FF::Stg.add(
- FF::Scn.new('TitleScreen'),
+ FF::Scn.new('UI'),
FF::Scn.new('Render'),
+ FF::Scn.new('Debug')
)