1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-27 09:04:42 -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:
Anthony Wilcox 2019-05-06 14:59:49 -04:00
parent 4b501e0c6e
commit 0d1cb030f7
43 changed files with 943 additions and 203 deletions

View 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" ]