add the stone axe (currently unobtainable)
This commit is contained in:
@ -9,5 +9,9 @@ var tools = {
|
||||
"stick": {
|
||||
"image": "res://textures/tools/stick.svg",
|
||||
"offset": Vector2(-80, -120)
|
||||
},
|
||||
"stone_axe": {
|
||||
"image": "res://textures/tools/stone_axe.svg",
|
||||
"offset": Vector2(-80, -195)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user