The stone axe is given to the player at level 5

This commit is contained in:
2023-11-04 13:45:37 -07:00
parent bf126ec69c
commit 8ec03fefa8
3 changed files with 12 additions and 3 deletions

View File

@ -15,3 +15,8 @@ var tools = {
"offset": Vector2(-80, -195)
}
}
var level_tools = {
1: "stick",
5: "stone_axe"
}