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,9 +1,10 @@
[gd_scene load_steps=5 format=3 uid="uid://bdhok2nkoirl0"]
[gd_scene load_steps=6 format=3 uid="uid://bdhok2nkoirl0"]
[ext_resource type="Script" path="res://PermUpgrade/PermUpgrade.gd" id="1_g7x2d"]
[ext_resource type="Theme" uid="uid://cfvww0geatnnk" path="res://MainTheme.tres" id="2_ie5gk"]
[ext_resource type="Texture2D" uid="uid://ct1ksbbjc61lr" path="res://Brick/ShinyBrick.png" id="3_cpl7n"]
[ext_resource type="Texture2D" uid="uid://cipjurqgguse7" path="res://Brick/BaseBrick.png" id="4_wqhv2"]
[ext_resource type="Script" path="res://HoverButton.gd" id="5_6ufmw"]
[node name="PermUpgrade" type="PanelContainer"]
offset_right = 128.0
@@ -81,6 +82,8 @@ stretch_mode = 2
layout_mode = 2
theme = ExtResource("2_ie5gk")
text = "10"
script = ExtResource("5_6ufmw")
HoverVariant = "ButtonHover"
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]