initial commit
This commit is contained in:
15
gd/data/towns/goldthorn.tres
Normal file
15
gd/data/towns/goldthorn.tres
Normal file
@ -0,0 +1,15 @@
|
||||
[gd_resource type="Resource" script_class="Town" load_steps=3 format=3 uid="uid://fr2sgjoprkgb"]
|
||||
|
||||
[ext_resource type="Script" path="res://src/lib/town.gd" id="1_l2yn4"]
|
||||
[ext_resource type="Resource" uid="uid://clvys3lr00hgd" path="res://data/towns/salmonmound.tres" id="2_qqgee"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_l2yn4")
|
||||
name = "Goldthorn"
|
||||
size = 0
|
||||
status = 0
|
||||
workshops = 0
|
||||
neighboring_towns = Array[ExtResource("1_l2yn4")]([ExtResource("2_qqgee")])
|
||||
has_dimension_gate = false
|
||||
has_water = true
|
||||
possible_npcs = Array[PackedScene]([])
|
14
gd/data/towns/salmonmound.tres
Normal file
14
gd/data/towns/salmonmound.tres
Normal file
@ -0,0 +1,14 @@
|
||||
[gd_resource type="Resource" script_class="Town" load_steps=2 format=3 uid="uid://clvys3lr00hgd"]
|
||||
|
||||
[ext_resource type="Script" path="res://src/lib/town.gd" id="1_axw15"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_axw15")
|
||||
name = "Salmonmound"
|
||||
size = 1
|
||||
status = 1
|
||||
workshops = 1
|
||||
neighboring_towns = Array[ExtResource("1_axw15")]([])
|
||||
has_dimension_gate = false
|
||||
has_water = true
|
||||
possible_npcs = Array[PackedScene]([])
|
Reference in New Issue
Block a user