This commit is contained in:
2026-01-21 23:40:20 +01:00
commit d1f8068081
478 changed files with 24902 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
extends RoomList
class_name RoomListSpaceship
func _init() -> void:
addRoom(preload("res://test/StartTest.png").get_image(),"res://test/StartTest.tscn")
addRoom(preload("res://test/test4Way.png").get_image(),"res://test/Test4Way.tscn")