dash + fire rate
This commit is contained in:
parent
5bac9ddd2a
commit
1318fdd9fc
7 changed files with 105 additions and 16 deletions
23
player.tscn
23
player.tscn
|
|
@ -63,3 +63,26 @@ size_flags_horizontal = 10
|
|||
theme_override_font_sizes/font_size = 48
|
||||
text = "Health: 2"
|
||||
horizontal_alignment = 2
|
||||
|
||||
[node name="StaminaBar" type="ProgressBar" parent="CanvasLayer" unique_id=946230934]
|
||||
unique_name_in_owner = true
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -103.0
|
||||
offset_top = -27.0
|
||||
offset_right = 103.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
max_value = 1.0
|
||||
show_percentage = false
|
||||
|
||||
[node name="Label" type="Label" parent="CanvasLayer/StaminaBar" unique_id=2033673779]
|
||||
layout_mode = 0
|
||||
offset_left = 65.0
|
||||
offset_top = -28.0
|
||||
offset_right = 129.0
|
||||
offset_bottom = -5.0
|
||||
text = "Stamina"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue