mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-25 16:14:43 -04:00
Upgrade to Godot 4
This is the start of a major rewrite of the game, using varies add-ons whenever possible instead of reinventing the wheel. Not that it wasn't a good learning experience, but, yeah, glad Godot 4 is finally here.
This commit is contained in:
parent
25257f722d
commit
a1bd301c95
233 changed files with 6786 additions and 3446 deletions
33
fonts/kenny_bold.ttf.import
Normal file
33
fonts/kenny_bold.ttf.import
Normal file
|
@ -0,0 +1,33 @@
|
|||
[remap]
|
||||
|
||||
importer="font_data_dynamic"
|
||||
type="FontFile"
|
||||
uid="uid://bjn1uniciqgyt"
|
||||
path="res://.godot/imported/kenny_bold.ttf-d1784f8630ea59e8453c826cae09870d.fontdata"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://fonts/kenny_bold.ttf"
|
||||
dest_files=["res://.godot/imported/kenny_bold.ttf-d1784f8630ea59e8453c826cae09870d.fontdata"]
|
||||
|
||||
[params]
|
||||
|
||||
Rendering=null
|
||||
antialiasing=1
|
||||
generate_mipmaps=false
|
||||
multichannel_signed_distance_field=false
|
||||
msdf_pixel_range=8
|
||||
msdf_size=48
|
||||
allow_system_fallback=true
|
||||
force_autohinter=false
|
||||
hinting=1
|
||||
subpixel_positioning=1
|
||||
oversampling=0.0
|
||||
Fallbacks=null
|
||||
fallbacks=[]
|
||||
Compress=null
|
||||
compress=true
|
||||
preload=[]
|
||||
language_support={}
|
||||
script_support={}
|
||||
opentype_features={}
|
|
@ -1,6 +1,6 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
[gd_resource type="FontFile" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/kenny_bold.ttf" type="DynamicFontData" id=1]
|
||||
[ext_resource path="res://fonts/kenny_bold.ttf" type="FontFile" id=1]
|
||||
|
||||
[resource]
|
||||
use_mipmaps = true
|
||||
|
|
33
fonts/kenny_pixel.ttf.import
Normal file
33
fonts/kenny_pixel.ttf.import
Normal file
|
@ -0,0 +1,33 @@
|
|||
[remap]
|
||||
|
||||
importer="font_data_dynamic"
|
||||
type="FontFile"
|
||||
uid="uid://dvdce1h1xyhia"
|
||||
path="res://.godot/imported/kenny_pixel.ttf-6bad74cd04c8372d95fe493c05a6434f.fontdata"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://fonts/kenny_pixel.ttf"
|
||||
dest_files=["res://.godot/imported/kenny_pixel.ttf-6bad74cd04c8372d95fe493c05a6434f.fontdata"]
|
||||
|
||||
[params]
|
||||
|
||||
Rendering=null
|
||||
antialiasing=1
|
||||
generate_mipmaps=false
|
||||
multichannel_signed_distance_field=false
|
||||
msdf_pixel_range=8
|
||||
msdf_size=48
|
||||
allow_system_fallback=true
|
||||
force_autohinter=false
|
||||
hinting=1
|
||||
subpixel_positioning=1
|
||||
oversampling=0.0
|
||||
Fallbacks=null
|
||||
fallbacks=[]
|
||||
Compress=null
|
||||
compress=true
|
||||
preload=[]
|
||||
language_support={}
|
||||
script_support={}
|
||||
opentype_features={}
|
|
@ -1,6 +1,6 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
[gd_resource type="FontFile" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/kenny_pixel.ttf" type="DynamicFontData" id=1]
|
||||
[ext_resource path="res://fonts/kenny_pixel.ttf" type="FontFile" id=1]
|
||||
|
||||
[resource]
|
||||
size = 25
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue