Replaced main font with bitmap

This commit is contained in:
2024-05-11 17:08:52 +01:00
parent efcae24df1
commit 7c43fb1bb8
17 changed files with 196 additions and 90 deletions

View File

@@ -1,7 +1,8 @@
[gd_scene load_steps=3 format=3 uid="uid://deyotp28r4uwj"]
[gd_scene load_steps=4 format=3 uid="uid://deyotp28r4uwj"]
[ext_resource type="Theme" uid="uid://cfvww0geatnnk" path="res://MainTheme.tres" id="1_v1yul"]
[ext_resource type="Script" path="res://LoadPanel.gd" id="2_rj17x"]
[ext_resource type="Script" path="res://HoverButton.gd" id="3_ghwix"]
[node name="LoadPanel" type="PanelContainer"]
visible = false
@@ -32,5 +33,7 @@ size_flags_horizontal = 3
focus_mode = 0
theme = ExtResource("1_v1yul")
text = "CANCEL"
script = ExtResource("3_ghwix")
HoverVariant = "ButtonHover"
[connection signal="pressed" from="VBoxContainer/HBoxContainer/Cancel" to="." method="_on_cancel_pressed"]