Theme applied
This commit is contained in:
parent
834a88e74d
commit
bcccc8abb2
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://cnvs3iophpe3n"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cnvs3iophpe3n"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://biv656fho5bpy" path="res://player/smallPlayer/menus/progress_bar.gd" id="1_qy0dt"]
|
||||
[ext_resource type="Theme" uid="uid://bkwhpewn7wirw" path="res://startMenu/theme.tres" id="1_to1i2"]
|
||||
[ext_resource type="AudioStream" uid="uid://birua4ldxarek" path="res://collectables/crystal/sounds/Picked Coin Echo.wav" id="2_ekcnp"]
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
|
@ -16,6 +17,7 @@ grow_vertical = 2
|
|||
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer"]
|
||||
offset_right = 367.0
|
||||
offset_bottom = 27.0
|
||||
theme = ExtResource("1_to1i2")
|
||||
script = ExtResource("1_qy0dt")
|
||||
|
||||
[node name="audioJungle" type="AudioStreamPlayer" parent="CanvasLayer/ProgressBar"]
|
||||
|
|
|
@ -33,6 +33,7 @@ offset_left = 368.0
|
|||
offset_top = 332.0
|
||||
offset_right = 778.0
|
||||
offset_bottom = 410.0
|
||||
theme = ExtResource("1_1dhkb")
|
||||
theme_override_fonts/font = SubResource("SystemFont_7yr4w")
|
||||
theme_override_font_sizes/font_size = 51
|
||||
text = "Exit"
|
||||
|
|
Loading…
Reference in New Issue
Block a user