Update
This commit is contained in:
21
bandit_camp.tscn
Normal file
21
bandit_camp.tscn
Normal 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 )
|
||||
Reference in New Issue
Block a user