Adding death zone to pesticide
This commit is contained in:
parent
0127257d05
commit
e88b2248b3
13 changed files with 177 additions and 8 deletions
BIN
resources/fonts/Kaph-Italic.ttf
Normal file
BIN
resources/fonts/Kaph-Italic.ttf
Normal file
Binary file not shown.
33
resources/fonts/Kaph-Italic.ttf.import
Normal file
33
resources/fonts/Kaph-Italic.ttf.import
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
[remap]
|
||||
|
||||
importer="font_data_dynamic"
|
||||
type="FontFile"
|
||||
uid="uid://dwdgp7kjweao7"
|
||||
path="res://.godot/imported/Kaph-Italic.ttf-1ab006790939f5d710ad0b74d2c82e38.fontdata"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/fonts/Kaph-Italic.ttf"
|
||||
dest_files=["res://.godot/imported/Kaph-Italic.ttf-1ab006790939f5d710ad0b74d2c82e38.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={}
|
||||
BIN
resources/fonts/Kaph-Regular.ttf
Normal file
BIN
resources/fonts/Kaph-Regular.ttf
Normal file
Binary file not shown.
33
resources/fonts/Kaph-Regular.ttf.import
Normal file
33
resources/fonts/Kaph-Regular.ttf.import
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
[remap]
|
||||
|
||||
importer="font_data_dynamic"
|
||||
type="FontFile"
|
||||
uid="uid://beyoaacc7uhy1"
|
||||
path="res://.godot/imported/Kaph-Regular.ttf-2e09e72cc59e741e8ff9885a176f06d5.fontdata"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/fonts/Kaph-Regular.ttf"
|
||||
dest_files=["res://.godot/imported/Kaph-Regular.ttf-2e09e72cc59e741e8ff9885a176f06d5.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,3 +1,9 @@
|
|||
[gd_resource type="Theme" format=3 uid="uid://cpkvret5gi66h"]
|
||||
[gd_resource type="Theme" load_steps=2 format=3 uid="uid://cpkvret5gi66h"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://beyoaacc7uhy1" path="res://resources/fonts/Kaph-Regular.ttf" id="1_fwiur"]
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_fwiur")
|
||||
default_font_size = 12
|
||||
Fonts/fonts/large = ExtResource("1_fwiur")
|
||||
Fonts/fonts/normal = ExtResource("1_fwiur")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue