aboutsummaryrefslogtreecommitdiff
path: root/pico-bhell.p8
diff options
context:
space:
mode:
authorRibbon <ambiguousmachine@gmail.com>2022-02-02 17:13:16 -0800
committerRibbon <ambiguousmachine@gmail.com>2022-02-02 17:13:16 -0800
commit6d84e60455afb5e45db773541ff4b96e91c06705 (patch)
tree08941a43579a1a4448b6b52c1e31595f3edf3de6 /pico-bhell.p8
parent412845549a7ce09a4cd828113625fcb928c52be0 (diff)
background attempt
Diffstat (limited to 'pico-bhell.p8')
-rw-r--r--pico-bhell.p82
1 files changed, 1 insertions, 1 deletions
diff --git a/pico-bhell.p8 b/pico-bhell.p8
index c227e30..0185ea4 100644
--- a/pico-bhell.p8
+++ b/pico-bhell.p8
@@ -2,6 +2,7 @@ pico-8 cartridge // http://www.pico-8.com
version 34
__lua__
#include objects.lua
+#include particles.lua
#include players.lua
#include enemies.lua
#include bullets.lua
@@ -11,7 +12,6 @@ function _update60()
end
function _draw()
-cls(0)
#include background.lua
#include draw.lua