diff options
| author | Ribbon <ambiguousmachine@gmail.com> | 2022-02-02 17:13:16 -0800 |
|---|---|---|
| committer | Ribbon <ambiguousmachine@gmail.com> | 2022-02-02 17:13:16 -0800 |
| commit | 6d84e60455afb5e45db773541ff4b96e91c06705 (patch) | |
| tree | 08941a43579a1a4448b6b52c1e31595f3edf3de6 /pico-bhell.p8 | |
| parent | 412845549a7ce09a4cd828113625fcb928c52be0 (diff) | |
background attempt
Diffstat (limited to 'pico-bhell.p8')
| -rw-r--r-- | pico-bhell.p8 | 2 |
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 |
