mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
Made a theme and changed font to Roboto
This commit is contained in:
parent
c35a8a6854
commit
0982cc7408
4 changed files with 272 additions and 266 deletions
|
@ -3,6 +3,7 @@
|
|||
[ext_resource path="res://Assets/Fonts/Roboto-Regular.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 12
|
||||
use_mipmaps = true
|
||||
use_filter = true
|
||||
font_data = ExtResource( 1 )
|
||||
|
|
6
Main Theme.tres
Normal file
6
Main Theme.tres
Normal file
|
@ -0,0 +1,6 @@
|
|||
[gd_resource type="Theme" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Assets/Fonts/Roboto-Regular.tres" type="DynamicFont" id=1]
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource( 1 )
|
|
@ -35,7 +35,7 @@ _global_script_class_icons={
|
|||
config/name="Pixelorama"
|
||||
run/main_scene="res://Main.tscn"
|
||||
config/icon="res://icon.png"
|
||||
config/Version="v0.4"
|
||||
config/Version="v0.5-beta"
|
||||
|
||||
[autoload]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue