add the stone axe (currently unobtainable)

This commit is contained in:
2023-11-04 13:28:02 -07:00
parent 9eb4952d3b
commit bf126ec69c
4 changed files with 38 additions and 6 deletions

View File

@ -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)
}
}