Initial commit
This commit is contained in:
9
Maps/MapGenerator/BiomeExit.gd
Normal file
9
Maps/MapGenerator/BiomeExit.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
extends DoorPosition
|
||||
class_name BiomeExit
|
||||
|
||||
var biome: String
|
||||
|
||||
func _init(position: Vector2i = Vector2i(0,0),DoorOrientation : int = 0,biomeName: String = "") -> void:
|
||||
pos = position
|
||||
orientation = DoorOrientation
|
||||
biome = biomeName
|
||||
Reference in New Issue
Block a user