minor changes

This commit is contained in:
Derek
2024-07-17 21:03:13 -05:00
parent 77b2ecee74
commit 62c0a89c42
11 changed files with 23 additions and 15 deletions

View File

@@ -2,6 +2,7 @@ extends Node3D
@export var player : Node
@export var money = 250
@export var gun_1 : Resource
@export var gun_2 : Resource
var held_guns = []
@@ -9,7 +10,6 @@ var ammo_current = [0,0]
var ammo_reserve = [0,0]
var guns_dict = {}
var current_gun_index
var money = 0
# Called when the node enters the scene tree for the first time.
func _ready():