-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGWS.tscn
More file actions
37 lines (30 loc) · 1.53 KB
/
GWS.tscn
File metadata and controls
37 lines (30 loc) · 1.53 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
[gd_scene load_steps=7 format=3 uid="uid://d1puw6fvmkrb5"]
[ext_resource type="Script" uid="uid://3axgcdtdevtx" path="res://Scenes/Puppets/Enemies/TheGWS/P_TheGWS.cs" id="1_dlike"]
[ext_resource type="Texture2D" uid="uid://ci0a2h2eatjht" path="res://Scenes/Puppets/Enemies/TheGWS/Assets/GhostWolfSnake.png" id="2_77v4w"]
[ext_resource type="PackedScene" uid="uid://cdoguwlxehbpg" path="res://Scenes/Puppets/StatusContainer.tscn" id="2_c7cx1"]
[ext_resource type="PackedScene" uid="uid://bgomxovxs7sr8" path="res://Scenes/Puppets/HealthBar.tscn" id="3_mr0it"]
[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("HealthBar", "Sprite", "_statusContainer")]
script = ExtResource("1_dlike")
HealthBar = NodePath("ProgressBar")
Sprite = NodePath("Sprite")
_statusContainer = NodePath("StatusContainer")
[node name="StatusContainer" parent="." instance=ExtResource("2_c7cx1")]
offset_top = -6.0
offset_bottom = 30.0
[node name="Sprite" type="Sprite2D" parent="."]
position = Vector2(0, -54)
texture = ExtResource("2_77v4w")
[node name="ProgressBar" parent="." instance=ExtResource("3_mr0it")]
offset_left = -50.0
offset_top = 32.0
offset_right = 50.0
offset_bottom = 52.0
texture_progress = SubResource("GradientTexture2D_c0jk6")