summaryrefslogtreecommitdiffhomepage
path: root/app/scenes/scenes.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-12-16 23:49:44 -0500
committerrealtradam <[email protected]>2021-12-16 23:49:44 -0500
commitd48fd199777cc17cf89d1e50d59852ad373de5b5 (patch)
treeeecba3fa7d0be7e136d32ec52b4142b40ca69700 /app/scenes/scenes.rb
downloadSteelWings-d48fd199777cc17cf89d1e50d59852ad373de5b5.tar.gz
SteelWings-d48fd199777cc17cf89d1e50d59852ad373de5b5.zip
initial
Diffstat (limited to 'app/scenes/scenes.rb')
-rw-r--r--app/scenes/scenes.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/scenes/scenes.rb b/app/scenes/scenes.rb
new file mode 100644
index 0000000..ceabc95
--- /dev/null
+++ b/app/scenes/scenes.rb
@@ -0,0 +1,4 @@
+FF::Stg.add(
+ FF::Scn.new('Render'),
+ FF::Scn.new('BoidRules')
+)