Updated mirror wave; tweaked CRT movement
This commit is contained in:
parent
7e75a96795
commit
78472ee95c
28 changed files with 938 additions and 32 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://s6wf3egdqtmh"]
|
||||
[gd_scene format=3 uid="uid://s6wf3egdqtmh"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d11molrkdjjh5" path="res://_graphics/bar_background.png" id="1_m6e0p"]
|
||||
[ext_resource type="Script" uid="uid://b544c65halgk4" path="res://scenes/ui.gd" id="1_nltto"]
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
shader = ExtResource("2_ibotj")
|
||||
shader_parameter/toggle = 0.0
|
||||
|
||||
[node name="UI" type="MarginContainer"]
|
||||
[node name="UI" type="MarginContainer" unique_id=722926975]
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
offset_bottom = 20.0
|
||||
|
|
@ -21,10 +21,10 @@ theme_override_constants/margin_right = 10
|
|||
theme_override_constants/margin_bottom = 10
|
||||
script = ExtResource("1_nltto")
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=2065468078]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="ShieldBar" type="TextureProgressBar" parent="HBoxContainer"]
|
||||
[node name="ShieldBar" type="TextureProgressBar" parent="HBoxContainer" unique_id=378017393]
|
||||
material = SubResource("ShaderMaterial_n5ude")
|
||||
custom_minimum_size = Vector2(80, 16)
|
||||
layout_mode = 2
|
||||
|
|
@ -37,7 +37,8 @@ stretch_margin_bottom = 3
|
|||
texture_under = ExtResource("1_m6e0p")
|
||||
texture_progress = ExtResource("2_27fn8")
|
||||
|
||||
[node name="ScoreCounter" parent="HBoxContainer" instance=ExtResource("4_ibotj")]
|
||||
[node name="ScoreCounter" parent="HBoxContainer" unique_id=1107960341 instance=ExtResource("4_ibotj")]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
|
||||
[connection signal="value_changed" from="HBoxContainer/ShieldBar" to="." method="_on_shield_bar_value_changed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue