Godot init commit

This commit is contained in:
2022-10-10 18:11:59 -05:00
parent b3af8f85ad
commit 02bf944952
17 changed files with 233 additions and 0 deletions
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://fonts/SPACE.ttf" type="DynamicFontData" id=1]
[resource]
size = 12
font_data = ExtResource( 1 )
BIN
View File
Binary file not shown.
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://fonts/SPACEBAR.ttf" type="DynamicFontData" id=1]
[resource]
size = 48
font_data = ExtResource( 1 )
+8
View File
@@ -0,0 +1,8 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://fonts/SPACEBAR.ttf" type="DynamicFontData" id=1]
[resource]
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )
+7
View File
@@ -0,0 +1,7 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://fonts/Retro Gaming.ttf" type="DynamicFontData" id=1]
[resource]
outline_color = Color( 0.0823529, 0.0745098, 0.117647, 1 )
font_data = ExtResource( 1 )