7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
|
|
extends RoomList
|
||
|
|
class_name RoomListSpaceship
|
||
|
|
|
||
|
|
func _init() -> void:
|
||
|
|
addRoom(preload("res://test/StartTest.png").get_image(),preload("res://test/debugCube.tscn"))
|
||
|
|
await roomAdded
|