Files
SpaceBots/.svn/pristine/6e/6e2538b7621d3634c2c0937244bda20654c541dc.svn-base
2026-01-21 23:51:53 +01:00

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