mirror of
https://github.com/tonytins/citylimits
synced 2025-12-20 06:24:43 -05:00
Merge Kenny's City Builder Starter Kit
This commit is contained in:
parent
dd04a01651
commit
36edaaf17b
510 changed files with 2236 additions and 7925 deletions
9
structures/pavement-fountain.tres
Normal file
9
structures/pavement-fountain.tres
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_resource type="Resource" script_class="Structure" load_steps=3 format=3 uid="uid://dqqe3iofnleup"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://6v0t536s83vb" path="res://models/pavement-fountain.glb" id="1_r2n53"]
|
||||
[ext_resource type="Script" path="res://scripts/3d/structure.gd" id="2_wqyte"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_wqyte")
|
||||
model = ExtResource("1_r2n53")
|
||||
price = 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue