tweaked vending machine and added on off to boombox

This commit is contained in:
Derek
2024-07-17 18:27:45 -05:00
parent 4511023fcc
commit 1fa6585ee4
8 changed files with 57 additions and 17 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 = 0
var money = 250
# Called when the node enters the scene tree for the first time.
func _ready():