Files
academy2-game/hostile_dwelling.tscn
Segey Lapin f62e7fa720 Update
2021-12-24 23:56:10 +03:00

23 lines
936 B
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 )
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 )