Update
This commit is contained in:
22
hostile_dwelling.tscn
Normal file
22
hostile_dwelling.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://objects/campfire.scn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://objects/tent.scn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://hostile_dwelling.gd" type="Script" id=3]
|
||||
|
||||
[node name="hostile_dwelling" type="Spatial"]
|
||||
script = ExtResource( 3 )
|
||||
|
||||
[node name="campfire" parent="." instance=ExtResource( 1 )]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )
|
||||
material/0 = null
|
||||
material/1 = null
|
||||
|
||||
[node name="tent" parent="." instance=ExtResource( 2 )]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2, 0, 3 )
|
||||
|
||||
[node name="npc1" type="Spatial" parent="." groups=["bandit", "male", "spawn"]]
|
||||
transform = Transform( 0.930494, 0, 0.366306, 0, 1, 0, -0.366306, 0, 0.930494, 2.86465, 0.178202, 0 )
|
||||
|
||||
[node name="npc2" type="Spatial" parent="." groups=["bandit", "female", "spawn"]]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.38509, 0.249482, 2.91225 )
|
||||
Reference in New Issue
Block a user