5 lines
114 B
GDScript
5 lines
114 B
GDScript
extends RoomState
|
|
|
|
|
|
func _enter(_previous_state_path: String, _data: Dictionary = {}) -> void:
|
|
room.queue_free()
|