Files
SpaceBots/.svn/pristine/6e/6e2538b7621d3634c2c0937244bda20654c541dc.svn-base

7 lines
181 B
Plaintext
Raw Normal View History

2026-01-21 23:51:53 +01:00
extends RoomList
class_name RoomListSpaceship
func _init() -> void:
addRoom(preload("res://test/StartTest.png").get_image(),preload("res://test/debugCube.tscn"))
await roomAdded