Add menu icons, update index numbers.
This commit is contained in:
parent
d8f2c26e05
commit
8e66d3c380
3 changed files with 22 additions and 22 deletions
10
data.lua
10
data.lua
|
@ -16,35 +16,35 @@ function init_data()
|
|||
[3] = {
|
||||
replacement = 17,
|
||||
sfx = 13,
|
||||
drop = 69
|
||||
drop = 68
|
||||
},
|
||||
|
||||
-- tree
|
||||
[4] = {
|
||||
replacement = 14,
|
||||
sfx = 11,
|
||||
drop = 65
|
||||
drop = 64
|
||||
},
|
||||
|
||||
-- big mushroom
|
||||
[8] = {
|
||||
replacement = 16,
|
||||
sfx = 12,
|
||||
drop = 66
|
||||
drop = 65
|
||||
},
|
||||
|
||||
-- cactus w/ flower
|
||||
[10] = {
|
||||
replacement = 15,
|
||||
sfx = 12,
|
||||
drop = 68
|
||||
drop = 67
|
||||
},
|
||||
|
||||
-- cactus
|
||||
[13] = {
|
||||
replacement = 15,
|
||||
sfx = 12,
|
||||
drop = 67
|
||||
drop = 66
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue