diff options
| author | arngo <[email protected]> | 2021-12-18 22:10:28 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2021-12-18 22:10:28 -0500 |
| commit | 43a07949acca8a11a3aee6ea915a9a3e00b373ab (patch) | |
| tree | 8f6e1bba2e025dd11bffda46bd46b29535580be9 /app/scenes | |
| parent | b04f361c9430a3a3c29ef63a43884db0d168a808 (diff) | |
| download | SteelWings-43a07949acca8a11a3aee6ea915a9a3e00b373ab.tar.gz SteelWings-43a07949acca8a11a3aee6ea915a9a3e00b373ab.zip | |
implement button components and title screen
Diffstat (limited to 'app/scenes')
| -rw-r--r-- | app/scenes/scenes.rb | 5 |
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') ) |
