6 lines
139 B
GDScript
6 lines
139 B
GDScript
extends RoomState
|
|
|
|
|
|
func _state_physics_update(delta: float) -> void:
|
|
room.camera.follow_player(delta)
|
|
if match_state([PLAYING]): return
|