reversed tubes on the hub, other hub world tweaks

This commit is contained in:
Derek
2025-03-30 12:57:11 -05:00
parent d64ef7ccde
commit 757b2df6b3
16 changed files with 208 additions and 100 deletions

View File

@@ -1,8 +1,6 @@
extends Node3D
@export var jump_amount = 20
@export var stamina_replenish = true
@export var ammo_amount = 20
@onready var jump_sound = $JumpSound
var can_jump = false