diff options
| author | realtradam <[email protected]> | 2021-12-19 22:31:18 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-12-19 22:31:18 -0500 |
| commit | 0c2d73d8a43d8aab8f6549a738084a3f4d8549ce (patch) | |
| tree | f77343aae4c29392a56ca8ad4ce9bd27f67cd62d | |
| parent | 6c09e4a4fb4413c83c029e793ba0bab4ac915388 (diff) | |
| download | SteelWings-0c2d73d8a43d8aab8f6549a738084a3f4d8549ce.tar.gz SteelWings-0c2d73d8a43d8aab8f6549a738084a3f4d8549ce.zip | |
background fill colour
| -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 |
