Fix broken redraw code, implement player sprites (some) and get ready for interactable objects.
This commit is contained in:
parent
3a9fac53f0
commit
cdced463ed
5 changed files with 101 additions and 52 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue