Interior algorithm taking its shape

This commit is contained in:
Segey Lapin
2020-04-19 04:20:13 +03:00
parent b7a9e2e0b2
commit 153878d792
11 changed files with 2992 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://city/spaces_building_gen_2d.gd" type="Script" id=1]
[node name="spaces_building_gen_2d" type="Node2D"]
script = ExtResource( 1 )
[node name="Camera2D" type="Camera2D" parent="."]