26 lines
1.2 KiB
Plaintext
26 lines
1.2 KiB
Plaintext
|
[gd_scene load_steps=4 format=3 uid="uid://2pw0p13lcklv"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://buildings/kash_building.cs" id="1_bcr1q"]
|
||
|
[ext_resource type="PackedScene" uid="uid://bbxjweewwjrd4" path="res://assets/meshes/factory.tscn" id="2_st133"]
|
||
|
[ext_resource type="PackedScene" uid="uid://m3lrwoup4i4r" path="res://buildings/grass_block.tscn" id="3_4p2cy"]
|
||
|
|
||
|
[node name="factory" type="Node3D" node_paths=PackedStringArray("BlocksNode")]
|
||
|
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 1.1, 0)
|
||
|
script = ExtResource("1_bcr1q")
|
||
|
BlocksNode = NodePath("blocks")
|
||
|
DisplayName = "Factory"
|
||
|
KashCost = 6
|
||
|
|
||
|
[node name="mesh" parent="." instance=ExtResource("2_st133")]
|
||
|
transform = Transform3D(2.10296, 0, 0, 0, 2.10008, 0, 1.42109e-14, 0, 2.24669, -1.12056e-08, 0, 0.128178)
|
||
|
|
||
|
[node name="blocks" type="Node3D" parent="."]
|
||
|
|
||
|
[node name="grass_block" parent="blocks" instance=ExtResource("3_4p2cy")]
|
||
|
|
||
|
[node name="grass_block2" parent="blocks" instance=ExtResource("3_4p2cy")]
|
||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 0, -1.74846e-07)
|
||
|
|
||
|
[node name="grass_block3" parent="blocks" instance=ExtResource("3_4p2cy")]
|
||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2, 0, 1.74846e-07)
|