blockout 4 work

This commit is contained in:
Derek
2025-01-09 08:11:13 -06:00
parent a06ae6f74d
commit e5b1926c79
19 changed files with 416 additions and 250 deletions

View File

@@ -1,4 +1,4 @@
extends StaticBody3D
extends Node3D
@export var jump_amount = 20
@export var stamina_replenish = true

View File

@@ -1,3 +1,4 @@
@tool
extends Control

View File

@@ -222,4 +222,4 @@ func load_resource_path(array):
return final_array
func shot_fired():
null_data_check(shots_fired, 1)
shots_fired += 1 #null_data_check(shots_fired, 1)