feat: NPC units drop demo packs
This commit is contained in:
parent
dd6a639eb1
commit
6b7ca195ee
3 changed files with 32 additions and 12 deletions
|
|
@ -1,18 +1,20 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://5hg5eirw7v8n"]
|
||||
[gd_scene format=3 uid="uid://5hg5eirw7v8n"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cclghy01gblif" path="res://objects/pickups/demo_pack_pickup.tscn" id="1_6gvav"]
|
||||
[ext_resource type="PackedScene" uid="uid://dqlqgk1veyos8" path="res://objects/enemies/enemy_wretched.tscn" id="1_l77gx"]
|
||||
|
||||
[node name="NpcUnit" type="NpcUnit"]
|
||||
[node name="NpcUnit" type="NpcUnit" unique_id=209119201]
|
||||
patrol_speed = 3.0
|
||||
drop_on_clear = ExtResource("1_6gvav")
|
||||
|
||||
[node name="EnemyWretched" parent="." instance=ExtResource("1_l77gx")]
|
||||
[node name="EnemyWretched" parent="." unique_id=589775425 instance=ExtResource("1_l77gx")]
|
||||
transform = Transform3D(-1, 0, -8.742278e-08, 0, 1, 0, 8.742278e-08, 0, -1, -1.1853347, 0.023195954, -0.8597343)
|
||||
|
||||
[node name="EnemyWretched5" parent="." instance=ExtResource("1_l77gx")]
|
||||
[node name="EnemyWretched5" parent="." unique_id=833864271 instance=ExtResource("1_l77gx")]
|
||||
transform = Transform3D(-1, 0, -8.742278e-08, 0, 1, 0, 8.742278e-08, 0, -1, 0.30714047, 0.023195954, 0.58812845)
|
||||
|
||||
[node name="EnemyWretched6" parent="." instance=ExtResource("1_l77gx")]
|
||||
[node name="EnemyWretched6" parent="." unique_id=857064194 instance=ExtResource("1_l77gx")]
|
||||
transform = Transform3D(-1, 0, -8.742278e-08, 0, 1, 0, 8.742278e-08, 0, -1, 0.05460906, 0.023195954, -1.4555124)
|
||||
|
||||
[node name="EnemyWretched2" parent="." instance=ExtResource("1_l77gx")]
|
||||
[node name="EnemyWretched2" parent="." unique_id=80775110 instance=ExtResource("1_l77gx")]
|
||||
transform = Transform3D(-1, 0, -8.742278e-08, 0, 1, 0, 8.742278e-08, 0, -1, 1.3425274, 0.023196908, -0.9988682)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue