24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
[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 )
|
|
|
|
[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, 4.71933, 0.178202, 0 )
|
|
|
|
[node name="npc3" type="Spatial" parent="." groups=["bandit", "male", "spawn"]]
|
|
transform = Transform( 0.930494, 0, 0.366306, 0, 1, 0, -0.366306, 0, 0.930494, 2.49152, 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, 0.0150008 )
|