This commit is contained in:
2024-02-27 23:21:44 +01:00
parent ba37eca0c9
commit bfec08ff02
38 changed files with 89 additions and 92 deletions

View File

@ -4,7 +4,7 @@ extends Controller
var turn: float
var turn_speed: float = 2.0
func _process(delta):
func _process(delta: float):
if (Time.get_ticks_msec() / 1000) % 2 == 0:
direction_changed.emit(Vector3.ZERO)
else: