diff options
Diffstat (limited to 'app/tick.rb')
| -rw-r--r-- | app/tick.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/tick.rb b/app/tick.rb index 1205fd6..f994d5a 100644 --- a/app/tick.rb +++ b/app/tick.rb @@ -8,6 +8,8 @@ FF::Sys::InitTitleScreen.call def tick args args.outputs.background_color = [0,0,0] + args.outputs.solids << [-10_000, -10_000, 20_000, 20_000, 223, 246, 245] + FelFlame::Stage.call # Spawn Bullet |
