mirror of
https://github.com/tonytins/dressupzack
synced 2025-08-14 12:44:44 -04:00
Properly reference GameKit
- GameKit is now properly referenced using AutoLoad's root node instead of directly inheriting the Node because it redundent. I'm still learning. xD - Removed Global Menu - New icon, song, and font - Use the engine's lighting - Version - SVG Sixam wordmark
This commit is contained in:
parent
4b501e0c6e
commit
0d1cb030f7
43 changed files with 943 additions and 203 deletions
BIN
project/fonts/montserrat/Montserrat-ExtraBold.otf
Normal file
BIN
project/fonts/montserrat/Montserrat-ExtraBold.otf
Normal file
Binary file not shown.
8
project/fonts/montserrat_extra_bold_16.tres
Normal file
8
project/fonts/montserrat_extra_bold_16.tres
Normal file
|
@ -0,0 +1,8 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/montserrat/Montserrat-ExtraBold.otf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
use_mipmaps = true
|
||||
use_filter = true
|
||||
font_data = ExtResource( 1 )
|
9
project/fonts/montserrat_extra_bold_24.tres
Normal file
9
project/fonts/montserrat_extra_bold_24.tres
Normal file
|
@ -0,0 +1,9 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/montserrat/Montserrat-ExtraBold.otf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 32
|
||||
use_mipmaps = true
|
||||
use_filter = true
|
||||
font_data = ExtResource( 1 )
|
9
project/fonts/montserrat_extra_bold_32.tres
Normal file
9
project/fonts/montserrat_extra_bold_32.tres
Normal file
|
@ -0,0 +1,9 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/montserrat/montserrat/Montserrat-ExtraBold.otf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 32
|
||||
use_mipmaps = true
|
||||
use_filter = true
|
||||
font_data = ExtResource( 1 )
|
13
project/fonts/montserrat_extra_bold_48.tres
Normal file
13
project/fonts/montserrat_extra_bold_48.tres
Normal file
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/montserrat/Montserrat-ExtraBold.otf" type="DynamicFontData" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
|
||||
size = 48
|
||||
use_mipmaps = true
|
||||
use_filter = true
|
||||
font_data = ExtResource( 1 )
|
||||
_sections_unfolded = [ "Settings" ]
|
||||
|
13
project/fonts/montserrat_extra_bold_62.tres
Normal file
13
project/fonts/montserrat_extra_bold_62.tres
Normal file
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/montserrat/Montserrat-ExtraBold.otf" type="DynamicFontData" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
|
||||
size = 62
|
||||
use_mipmaps = true
|
||||
use_filter = true
|
||||
font_data = ExtResource( 1 )
|
||||
_sections_unfolded = [ "Settings" ]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue