mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Also commit the test world generator resource.
This commit is contained in:
parent
194d611f27
commit
b649b10fba
@ -14,7 +14,7 @@
|
||||
[sub_resource type="Resource" id=2]
|
||||
resource_name = "Spawner"
|
||||
script = ExtResource( 2 )
|
||||
rect = Rect2( 165, 197, 5, 5 )
|
||||
rect = Rect2( 2.25, 3, 5, 5 )
|
||||
locked = false
|
||||
trainer = ExtResource( 9 )
|
||||
vendor = ExtResource( 8 )
|
||||
@ -22,16 +22,22 @@ vendor = ExtResource( 8 )
|
||||
[sub_resource type="Resource" id=3]
|
||||
resource_name = "TestForest"
|
||||
script = ExtResource( 7 )
|
||||
rect = Rect2( 28.5, 27, 378, 407 )
|
||||
rect = Rect2( 5.75557, 7.61018, 10.8128, 9.92373 )
|
||||
locked = false
|
||||
subzones = [ SubResource( 2 ) ]
|
||||
dungeon_teleporter = ExtResource( 4 )
|
||||
prop_tree = ExtResource( 6 )
|
||||
prop_tree2 = ExtResource( 5 )
|
||||
|
||||
[sub_resource type="Resource" id=1]
|
||||
resource_name = "Continent"
|
||||
script = ExtResource( 3 )
|
||||
rect = Rect2( 33.5, 19.5, 434, 459 )
|
||||
rect = Rect2( 250, 250, 23, 25 )
|
||||
locked = false
|
||||
zones = [ SubResource( 3 ) ]
|
||||
continent_radius = 0.5
|
||||
continent_bevel = 0.3
|
||||
continent_base = 0.0
|
||||
dungeon_teleporter = ExtResource( 4 )
|
||||
prop_tree = ExtResource( 6 )
|
||||
prop_tree2 = ExtResource( 5 )
|
||||
@ -42,6 +48,7 @@ script = ExtResource( 1 )
|
||||
rect = Rect2( -250, -250, 500, 500 )
|
||||
locked = false
|
||||
continents = [ SubResource( 1 ) ]
|
||||
normal_surface_id = 2
|
||||
base_iso_level = 0
|
||||
water_iso_level = 100
|
||||
water_surface_id = 5
|
||||
|
Loading…
Reference in New Issue
Block a user