mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 04:03:47 +00:00
Tanky enemy
This commit is contained in:
parent
a1bbe63b66
commit
12f0062fe8
9 changed files with 210 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=68 format=4 uid="uid://bv451a8wgty4u"]
|
||||
[gd_scene load_steps=69 format=4 uid="uid://bv451a8wgty4u"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/GameManager.cs" id="1_8tmoj"]
|
||||
[ext_resource type="PackedScene" uid="uid://bghghp5ep4w2j" path="res://Scenes/player.tscn" id="2_8mh54"]
|
||||
|
|
@ -67,6 +67,11 @@ script = ExtResource("52_5m7td")
|
|||
Target = NodePath("../../Enemy15")
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_s3g2w"]
|
||||
script = ExtResource("46_i0omr")
|
||||
TimelineName = "Mission1_Briefing"
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_068l7"]
|
||||
script = ExtResource("46_i0omr")
|
||||
TimelineName = "rumia_defeat"
|
||||
|
|
@ -494,6 +499,22 @@ Target = NodePath("Node2D")
|
|||
script = ExtResource("42_wigyb")
|
||||
Events = Array[Object]([SubResource("Resource_hdht4")])
|
||||
|
||||
[node name="Computer4" parent="." node_paths=PackedStringArray("Target") instance=ExtResource("31_243ec")]
|
||||
position = Vector2(-791, -505)
|
||||
Target = NodePath("Node2D")
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="Computer4"]
|
||||
script = ExtResource("42_wigyb")
|
||||
Events = Array[Object]([SubResource("Resource_s3g2w")])
|
||||
|
||||
[node name="Label" type="Label" parent="Computer4"]
|
||||
offset_left = -5.0
|
||||
offset_top = -21.0
|
||||
offset_right = 39.0
|
||||
offset_bottom = 2.0
|
||||
text = "Briefing Test"
|
||||
label_settings = ExtResource("14_c4c20")
|
||||
|
||||
[node name="Ammo1" parent="." instance=ExtResource("34_17pjh")]
|
||||
position = Vector2(-792, -396)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue