From 0c2d73d8a43d8aab8f6549a738084a3f4d8549ce Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 19 Dec 2021 22:31:18 -0500 Subject: background fill colour --- app/tick.rb | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3