Quality of life with road lines edge data (lots, buildings, etc.)
This commit is contained in:
@@ -37,6 +37,8 @@ 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-small1": "res://astream/terrain/details/lot-small1.tscn",
|
||||
"sideroad-short1": "res://astream/terrain/details/sideroad-short1.tscn",
|
||||
}
|
||||
buildings_path = "res://astream/buildings.json"
|
||||
[world]
|
||||
@@ -58,3 +60,11 @@ gen_prefixes = ["empty", "foundation30", "foundation60", "sideroad-start",
|
||||
"business-store",
|
||||
"business-bar", "business-cafe", "empty", "bus-stop"
|
||||
]
|
||||
[lines/edges/default/left]
|
||||
lot_offset = 33.8
|
||||
lot_y_rotation = -90.0
|
||||
|
||||
[lines/edges/default/right]
|
||||
lot_offset = 33.8
|
||||
lot_y_rotation = 90.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user