State machine and crosshair

This commit is contained in:
Rendo 2025-11-21 00:56:23 +05:00
commit a32ac09b04
12 changed files with 116 additions and 5 deletions

View file

@ -22,7 +22,7 @@ var crouched: bool = false:
var potential_crouched: bool = crouched
func _process(delta: float) -> void:
func _process(_delta: float) -> void:
if potential_crouched != crouched:
crouched = potential_crouched