diff options
| author | Ribbon <ambiguousmachine@gmail.com> | 2022-02-02 15:38:17 -0800 |
|---|---|---|
| committer | Ribbon <ambiguousmachine@gmail.com> | 2022-02-02 15:38:17 -0800 |
| commit | 21df32741f726c0fb0dfe75ad71bac778db913f2 (patch) | |
| tree | 24dbdfb8572a846b73c1890806f0d0b4e123d064 | |
| parent | 2c30b81ec818341251929d11c59e77cfefc5c3e3 (diff) | |
circfill(64,64,32,4)
Commit before leaving coffee shop.
| -rw-r--r-- | SKETCHES/Sprite-0001.aseprite | bin | 0 -> 1204 bytes | |||
| -rw-r--r-- | pico-bhell.p8 | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/SKETCHES/Sprite-0001.aseprite b/SKETCHES/Sprite-0001.aseprite Binary files differnew file mode 100644 index 0000000..c630716 --- /dev/null +++ b/SKETCHES/Sprite-0001.aseprite diff --git a/pico-bhell.p8 b/pico-bhell.p8 index 2409efd..91e8116 100644 --- a/pico-bhell.p8 +++ b/pico-bhell.p8 @@ -5,12 +5,16 @@ __lua__ #include players.lua #include bullets.lua -function _update() +function _update60() #include update.lua end function _draw() + +circfill(64,64,32,4) + #include draw.lua + end __gfx__ 00000000000000009ccc1cc70000000000000000000000000000000000cccc000000000000000000000000000000000000000000000000000000000000000000 |
