fix clouds
This commit is contained in:
@@ -34,7 +34,7 @@ func _process(delta: float) -> void:
|
||||
|
||||
|
||||
func _handle_input(delta: float) -> void:
|
||||
if Input.is_action_just_pressed("ui_accept"):
|
||||
if Input.is_action_just_pressed("change_camera"):
|
||||
mode = ((mode + 1) % CameraMode.size()) as CameraMode
|
||||
orbit_angle = 0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user