added entire game (cuz it didnt use git before)
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dbgelckky2v52"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://de476q6oxds3o" path="res://scripts/info_hud.gd" id="1_muwf5"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_hiti4"]
|
||||
bg_color = Color(1, 1, 1, 1)
|
||||
corner_radius_top_left = 50
|
||||
corner_radius_top_right = 50
|
||||
corner_radius_bottom_right = 50
|
||||
corner_radius_bottom_left = 50
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_muwf5"]
|
||||
bg_color = Color(0.94009703, 0.3102313, 0.7501747, 1)
|
||||
corner_radius_top_left = 50
|
||||
corner_radius_top_right = 50
|
||||
corner_radius_bottom_right = 50
|
||||
corner_radius_bottom_left = 50
|
||||
|
||||
[node name="InfoHud" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_muwf5")
|
||||
hp_animation_dur = 0.1
|
||||
|
||||
[node name="HealthbarBase" type="Panel" parent="."]
|
||||
clip_children = 2
|
||||
clip_contents = true
|
||||
layout_mode = 1
|
||||
anchors_preset = 2
|
||||
anchor_top = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 25.0
|
||||
offset_top = -265.0
|
||||
offset_right = 47.0
|
||||
offset_bottom = -25.0
|
||||
grow_vertical = 0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_hiti4")
|
||||
|
||||
[node name="HealthbarValue" type="Panel" parent="HealthbarBase"]
|
||||
layout_mode = 0
|
||||
offset_right = 22.0
|
||||
offset_bottom = 240.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_muwf5")
|
||||
Reference in New Issue
Block a user