Quality of life in procedural town creation improved

This commit is contained in:
2025-02-13 14:41:53 +03:00
parent b56103930c
commit 2eed8ef509
59 changed files with 8150 additions and 88 deletions

View File

@@ -37,7 +37,13 @@ building_data = {
"foundation30": "res://astream/terrain/details/foundation30.tscn",
"foundation60": "res://astream/terrain/details/foundation60.tscn",
"bus-stop": "res://astream/terrain/details/bus-stop.tscn",
"lot-small0": "res://astream/terrain/details/lot-small0.tscn",
"lot-small1": "res://astream/terrain/details/lot-small1.tscn",
"lot-small2": "res://astream/terrain/details/lot-small2.tscn",
"lot-large1": "res://astream/terrain/details/lot-large1.tscn",
"lot-large2": "res://astream/terrain/details/lot-large2.tscn",
"residental-garage1": "res://astream/terrain/details/residental-garage1.tscn",
"residental-hut1": "res://astream/terrain/details/residental-hut1.tscn",
"sideroad-short1": "res://astream/terrain/details/sideroad-short1.tscn",
}
buildings_path = "res://astream/buildings.json"
@@ -68,3 +74,53 @@ lot_y_rotation = -90.0
lot_offset = 33.8
lot_y_rotation = 90.0
[lines/edges/lot-small0/left]
lot_offset = 26.5
lot_y_rotation = 0
lot_y_offset = 0
[lines/edges/lot-small0/right]
lot_offset = 26.5
lot_y_rotation = 180
lot_y_offset = 0
[lines/edges/lot-small1/left]
lot_offset = 36
lot_y_rotation = 0
lot_y_offset = 0
[lines/edges/lot-small1/right]
lot_offset = 36
lot_y_rotation = 180
lot_y_offset = 0
[lines/edges/lot-small2/left]
lot_offset = 96
lot_y_rotation = 0
lot_y_offset = 0
[lines/edges/lot-small2/right]
lot_offset = 96
lot_y_rotation = 180
lot_y_offset = 0
[lines/edges/lot-large1/left]
lot_offset = 96
lot_y_rotation = 0
lot_y_offset = 0
[lines/edges/lot-large1/right]
lot_offset = 96
lot_y_rotation = 180
lot_y_offset = 0
[lines/edges/lot-large2/left]
lot_offset = 196
lot_y_rotation = 0
lot_y_offset = 0
[lines/edges/lot-large2/right]
lot_offset = 196
lot_y_rotation = 180
lot_y_offset = 0