Pong/Resources/MenuTheme.tres
Fries 425bf2ad27 make a settings menu and general refactoring
i added more to the main menu, as it has a settings menu now, that stores its files with json. i also changed the font to atkinson hyperlegible and made a BaseMenu class that takes care of the screen scaling for menus.

i also refactored the project folder structure to make it more organized.
2023-05-20 21:42:38 -07:00

11 lines
440 B
Text

[gd_resource type="Theme" load_steps=2 format=3 uid="uid://bk0vu443pyq1g"]
[ext_resource type="FontFile" uid="uid://dq8ojwul8884x" path="res://Fonts/AtkinsonHyperlegible-Regular.ttf" id="1_aadm8"]
[resource]
Button/font_sizes/font_size = 32
Button/fonts/font = ExtResource("1_aadm8")
Label/font_sizes/font_size = 32
Label/fonts/font = ExtResource("1_aadm8")
LineEdit/font_sizes/font_size = 32
LineEdit/fonts/font = ExtResource("1_aadm8")