rat holes are kiiiiinda working

This commit is contained in:
Derek
2024-07-28 00:36:42 -05:00
parent 186aa89e3f
commit e324ce829a
6 changed files with 56 additions and 15 deletions

View File

@@ -16,6 +16,9 @@ var particle_number = 0
# Called when the node enters the scene tree for the first time.
func _ready():
#global randomize function
randomize()
#Set up starting guns and ammo
held_guns = [gun_1]
var instance_gun = held_guns[0].instantiate()