This commit is contained in:
Segey Lapin
2021-12-24 23:56:10 +03:00
parent d401cf1090
commit f62e7fa720
113 changed files with 198252 additions and 412103 deletions

21
bandit_camp.tscn Normal file
View File

@@ -0,0 +1,21 @@
[gd_scene load_steps=9 format=2]
[ext_resource path="res://bandit_camp.gd" type="Script" id=1]
[ext_resource path="res://objects/bandit-camp-fence.scn" type="PackedScene" id=2]
[ext_resource path="res://objects/bandit-camp-fence-gate.scn" type="PackedScene" id=3]
[ext_resource path="res://objects/bandit-camp-bed-floor.scn" type="PackedScene" id=4]
[ext_resource path="res://objects/campfire.scn" type="PackedScene" id=5]
[ext_resource path="res://objects/tent.scn" type="PackedScene" id=6]
[ext_resource path="res://objects/pillory.scn" type="PackedScene" id=7]
[ext_resource path="res://objects/gibbet.scn" type="PackedScene" id=8]
[node name="bandit_camp" type="Spatial"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 149.477, 51.3701, 234.495 )
script = ExtResource( 1 )
bonfire = ExtResource( 5 )
fence = ExtResource( 2 )
gate = ExtResource( 3 )
bed = ExtResource( 4 )
pillory = ExtResource( 7 )
gibbet = ExtResource( 8 )
tent = ExtResource( 6 )