-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCyberFox.tscn
More file actions
48 lines (39 loc) · 2 KB
/
CyberFox.tscn
File metadata and controls
48 lines (39 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[gd_scene load_steps=8 format=3 uid="uid://2iq6mp0o5eri"]
[ext_resource type="Script" uid="uid://dnkjrr1f5up7x" path="res://Scenes/Puppets/Enemies/CyberFox/P_CyberFox.cs" id="1_e1x4p"]
[ext_resource type="PackedScene" uid="uid://cdoguwlxehbpg" path="res://Scenes/Puppets/StatusContainer.tscn" id="2_t5538"]
[ext_resource type="Texture2D" uid="uid://dy61pskhqgjoo" path="res://Scenes/Puppets/Enemies/CyberFox/Assets/CyberFox.png" id="3_e1x4p"]
[ext_resource type="PackedScene" uid="uid://bgomxovxs7sr8" path="res://Scenes/Puppets/HealthBar.tscn" id="4_lmj2w"]
[ext_resource type="Script" uid="uid://3yclsl4kckx4" path="res://Scenes/Puppets/Enemies/CyberFox/Assets/GlitchScript.cs" id="5_a0uir"]
[sub_resource type="Gradient" id="Gradient_c7cx1"]
offsets = PackedFloat32Array(0.0227273, 1)
colors = PackedColorArray(0, 1, 0.0999999, 1, 1, 1, 1, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_c0jk6"]
resource_local_to_scene = true
gradient = SubResource("Gradient_c7cx1")
width = 100
height = 18
[node name="EnemPuppet" type="Node2D" node_paths=PackedStringArray("_effectNode", "HealthBar", "Sprite", "_statusContainer")]
script = ExtResource("1_e1x4p")
_effectNode = NodePath("GlitchNode")
HealthBar = NodePath("ProgressBar")
Sprite = NodePath("Sprite")
_statusContainer = NodePath("StatusContainer")
[node name="StatusContainer" parent="." instance=ExtResource("2_t5538")]
offset_top = -6.0
offset_bottom = 30.0
[node name="Sprite" type="Sprite2D" parent="."]
position = Vector2(10, -12)
texture = ExtResource("3_e1x4p")
[node name="ProgressBar" parent="." instance=ExtResource("4_lmj2w")]
offset_left = -50.0
offset_top = 32.0
offset_right = 50.0
offset_bottom = 52.0
texture_progress = SubResource("GradientTexture2D_c0jk6")
[node name="GlitchNode" type="Node2D" parent="." node_paths=PackedStringArray("Sprite")]
position = Vector2(10, 0)
script = ExtResource("5_a0uir")
Sprite = NodePath("Sprite2D")
[node name="Sprite2D" type="Sprite2D" parent="GlitchNode"]
position = Vector2(0, -12)
texture = ExtResource("3_e1x4p")