minor tweaks from last

This commit is contained in:
Derek
2024-07-17 18:51:43 -05:00
parent 1fa6585ee4
commit 77b2ecee74
6 changed files with 15 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ var ammo_current = [0,0]
var ammo_reserve = [0,0]
var guns_dict = {}
var current_gun_index
var money = 250
var money = 0
# Called when the node enters the scene tree for the first time.
func _ready():