7 lines
236 B
Plaintext
7 lines
236 B
Plaintext
|
|
extends BasicRoom
|
||
|
|
class_name CorridorShort
|
||
|
|
|
||
|
|
var gridSlots: Array[Vector2] = [Vector2(0,0),Vector2(1,0)]
|
||
|
|
var doorSlots: Array[Vector3] = [Vector3(0,0,3),Vector3(1,0,1)]
|
||
|
|
var scenePath = "res://SpaceshipRooms/Corridors/CorridorShort.tscn"
|