summaryrefslogtreecommitdiffhomepage
path: root/app/scenes
diff options
context:
space:
mode:
authorarngo <[email protected]>2021-12-18 22:10:28 -0500
committerarngo <[email protected]>2021-12-18 22:10:28 -0500
commit43a07949acca8a11a3aee6ea915a9a3e00b373ab (patch)
tree8f6e1bba2e025dd11bffda46bd46b29535580be9 /app/scenes
parentb04f361c9430a3a3c29ef63a43884db0d168a808 (diff)
downloadSteelWings-43a07949acca8a11a3aee6ea915a9a3e00b373ab.tar.gz
SteelWings-43a07949acca8a11a3aee6ea915a9a3e00b373ab.zip
implement button components and title screen
Diffstat (limited to 'app/scenes')
-rw-r--r--app/scenes/scenes.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/scenes/scenes.rb b/app/scenes/scenes.rb
index a414795..98e3632 100644
--- a/app/scenes/scenes.rb
+++ b/app/scenes/scenes.rb
@@ -1,5 +1,6 @@
+FF::Scn.new('BoidRules')
+FF::Scn.new('Debug')
FF::Stg.add(
+ FF::Scn.new('TitleScreen'),
FF::Scn.new('Render'),
- FF::Scn.new('BoidRules'),
- FF::Scn.new('Debug')
)