mirror of
https://codeberg.org/ProgramSnail/konkr_game_3d.git
synced 2025-12-06 06:38:47 +00:00
93 lines
3.5 KiB
Text
93 lines
3.5 KiB
Text
[gd_scene load_steps=23 format=2]
|
|
|
|
[ext_resource path="res://buildings/farm_plot.obj" type="ArrayMesh" id=1]
|
|
[ext_resource path="res://buildings/forest.obj" type="ArrayMesh" id=4]
|
|
[ext_resource path="res://buildings/market.obj" type="ArrayMesh" id=5]
|
|
[ext_resource path="res://buildings/watermill_wheel.obj" type="ArrayMesh" id=8]
|
|
[ext_resource path="res://buildings/watchtower.obj" type="ArrayMesh" id=9]
|
|
[ext_resource path="res://buildings/barracks.obj" type="ArrayMesh" id=11]
|
|
[ext_resource path="res://buildings/castle.obj" type="ArrayMesh" id=12]
|
|
[ext_resource path="res://buildings/detail_rocks.obj" type="ArrayMesh" id=13]
|
|
[ext_resource path="res://buildings/mill_blades.obj" type="ArrayMesh" id=14]
|
|
[ext_resource path="res://buildings/archeryrange.obj" type="ArrayMesh" id=16]
|
|
[ext_resource path="res://buildings/well.obj" type="ArrayMesh" id=17]
|
|
[ext_resource path="res://buildings/house.obj" type="ArrayMesh" id=18]
|
|
[ext_resource path="res://buildings/watermill.obj" type="ArrayMesh" id=19]
|
|
[ext_resource path="res://buildings/detail_forestB.obj" type="ArrayMesh" id=22]
|
|
[ext_resource path="res://buildings/detail_forestA.obj" type="ArrayMesh" id=23]
|
|
[ext_resource path="res://buildings/mine.obj" type="ArrayMesh" id=24]
|
|
[ext_resource path="res://buildings/detail_rocks_small.obj" type="ArrayMesh" id=26]
|
|
[ext_resource path="res://buildings/detail_hill.obj" type="ArrayMesh" id=27]
|
|
[ext_resource path="res://buildings/farm_wheat.obj" type="ArrayMesh" id=28]
|
|
[ext_resource path="res://buildings/mountain.obj" type="ArrayMesh" id=29]
|
|
[ext_resource path="res://buildings/mill.obj" type="ArrayMesh" id=31]
|
|
[ext_resource path="res://buildings/lumbermill.obj" type="ArrayMesh" id=32]
|
|
|
|
[node name="Buildings" type="Spatial"]
|
|
|
|
[node name="archeryrange" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 16 )
|
|
|
|
[node name="barracks" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 11 )
|
|
|
|
[node name="castle" type="MeshInstance" parent="."]
|
|
transform = Transform( 0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0 )
|
|
mesh = ExtResource( 12 )
|
|
|
|
[node name="detail_forestA" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 23 )
|
|
|
|
[node name="detail_forestB" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 22 )
|
|
|
|
[node name="detail_hill" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 27 )
|
|
|
|
[node name="detail_rocks" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 13 )
|
|
|
|
[node name="detail_rocks_small" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 26 )
|
|
|
|
[node name="farm_plot" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 1 )
|
|
|
|
[node name="farm_wheat" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 28 )
|
|
|
|
[node name="forest" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 4 )
|
|
|
|
[node name="house" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 18 )
|
|
|
|
[node name="lumbermill" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 32 )
|
|
|
|
[node name="market" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 5 )
|
|
|
|
[node name="mill" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 31 )
|
|
|
|
[node name="mill_blades" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 14 )
|
|
|
|
[node name="mine" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 24 )
|
|
|
|
[node name="mountain" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 29 )
|
|
|
|
[node name="watchtower" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 9 )
|
|
|
|
[node name="watermill" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 19 )
|
|
|
|
[node name="watermill_wheel" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 8 )
|
|
|
|
[node name="well" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 17 )
|