summaryrefslogtreecommitdiffhomepage
path: root/app/scenes/scenes.rb
blob: 98e36326447cc3269855c128530f40161c6d7e18 (plain)
1
2
3
4
5
6
FF::Scn.new('BoidRules')
FF::Scn.new('Debug')
FF::Stg.add(
  FF::Scn.new('TitleScreen'),
  FF::Scn.new('Render'),
)