mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-11 05:02:26 +02:00
Add a theme resource, which applies fonts/styles to all Control elements
This commit is contained in:
parent
3cfd6ec710
commit
24f194872b
12 changed files with 300 additions and 75 deletions
fonts
7
fonts/monospace.tres
Normal file
7
fonts/monospace.tres
Normal file
|
@ -0,0 +1,7 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/iosevka-regular.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 20
|
||||
font_data = ExtResource( 1 )
|
Loading…
Add table
Add a link
Reference in a new issue