mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-21 12:14:18 +00:00
✏️ Redrew some more stuff
This commit is contained in:
parent
1f37d21c0d
commit
30d83c44f0
4 changed files with 12 additions and 11 deletions
|
@ -143,6 +143,10 @@ anchor_bottom = 1.0
|
|||
position = Vector2( 640, 40 )
|
||||
texture = ExtResource( 7 )
|
||||
|
||||
[node name="TimerBG" type="Sprite" parent="UserInterface/TheDarkNightUI/Panel"]
|
||||
position = Vector2( 630, 40 )
|
||||
texture = ExtResource( 10 )
|
||||
|
||||
[node name="TimeSurvived" type="Label" parent="UserInterface/TheDarkNightUI/Panel"]
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 600.0
|
||||
|
@ -164,7 +168,7 @@ margin_bottom = -15.0
|
|||
value = 50.0
|
||||
texture_under = ExtResource( 10 )
|
||||
texture_progress = ExtResource( 9 )
|
||||
texture_progress_offset = Vector2( 10, 5 )
|
||||
texture_progress_offset = Vector2( 2, 0 )
|
||||
|
||||
[node name="MuteButton" type="Button" parent="UserInterface/TheDarkNightUI/Panel"]
|
||||
anchor_left = 1.0
|
||||
|
@ -174,12 +178,9 @@ margin_left = -100.0
|
|||
margin_top = 10.0
|
||||
margin_right = -50.0
|
||||
margin_bottom = -10.0
|
||||
icon = ExtResource( 12 )
|
||||
flat = true
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="UserInterface/TheDarkNightUI/Panel/MuteButton"]
|
||||
position = Vector2( 25, 30 )
|
||||
texture = ExtResource( 12 )
|
||||
|
||||
[connection signal="intensity_changed" from="PhaseOne/Entities/Fire" to="PhaseOne/Music" method="_on_Fire_intensity_changed"]
|
||||
[connection signal="intensity_reached_min" from="PhaseOne/Entities/Fire" to="." method="_on_Fire_intensity_reached_min"]
|
||||
[connection signal="spawned" from="PhaseOne/Entities/Enemies/ScreenEdgeSpawner" to="PhaseOne/Entities/Enemies/ScreenEdgeSpawner/SetSpawnedGoalTo" method="set_goal"]
|
||||
|
|
BIN
src/ui/Music_on.png
(Stored with Git LFS)
BIN
src/ui/Music_on.png
(Stored with Git LFS)
Binary file not shown.
BIN
src/ui/PlayButton.png
(Stored with Git LFS)
BIN
src/ui/PlayButton.png
(Stored with Git LFS)
Binary file not shown.
BIN
src/ui/UIBar.png
(Stored with Git LFS)
BIN
src/ui/UIBar.png
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in a new issue