27 lines
656 B
Text
27 lines
656 B
Text
[gd_scene load_steps=2 format=3 uid="uid://securitysystem"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/gameplay/SecuritySystem.gd" id="1"]
|
|
|
|
[node name="SecuritySystem" type="Node2D"]
|
|
script = ExtResource("1")
|
|
max_hp = 20
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
[node name="HPBar" type="ProgressBar" parent="."]
|
|
offset_left = -60.0
|
|
offset_top = -50.0
|
|
offset_right = 60.0
|
|
offset_bottom = -34.0
|
|
min_value = 0.0
|
|
max_value = 20.0
|
|
value = 20.0
|
|
show_percentage = false
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
offset_left = -60.0
|
|
offset_top = -70.0
|
|
offset_right = 60.0
|
|
offset_bottom = -52.0
|
|
text = "SECURITY SYSTEM"
|
|
horizontal_alignment = 1
|