diff options
| author | Ribbon <ambiguousmachine@gmail.com> | 2022-02-08 16:24:51 -0800 |
|---|---|---|
| committer | Ribbon <ambiguousmachine@gmail.com> | 2022-02-08 16:24:51 -0800 |
| commit | 0bad51c4345bde0cdb7bff01edd719250075564a (patch) | |
| tree | 6654cd292b43ac30fe6493c62eae667b5d7fd771 /pickups.lua | |
| parent | 7ce2c5f87ed280d2e9294e14ab0fc0320f9cccec (diff) | |
updated ringed planet and other sprites + adjusted wall crawl sprite placement
Diffstat (limited to 'pickups.lua')
| -rw-r--r-- | pickups.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pickups.lua b/pickups.lua index 3ea5a93..20c829d 100644 --- a/pickups.lua +++ b/pickups.lua @@ -69,4 +69,4 @@ function addpickup(x, y, type) add(obj, pickup) end -addpickup(120, 60)
\ No newline at end of file +-- addpickup(120, 60)
\ No newline at end of file |
