Fix broken redraw code, implement player sprites (some) and get ready for interactable objects.

This commit is contained in:
Anna Rose Wiggins 2019-12-09 18:50:20 -05:00
parent 3a9fac53f0
commit cdced463ed
5 changed files with 101 additions and 52 deletions

View file

@ -13,6 +13,13 @@ function init_constants()
-- the indices here are sprite numbers.
object_interaction_map = {
-- bush
[3] = {
replacement = 17,
sfx = 13,
drop = 69
},
-- tree
[4] = {
replacement = 14,