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

BIN
fonts/Retro Gaming.ttf Normal file

Binary file not shown.

7
fonts/SPACE.tres Normal file
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
fonts/SPACE.ttf Normal file

Binary file not shown.

BIN
fonts/SPACEBAR.ttf Normal file

Binary file not shown.

7
fonts/Title-font.tres Normal file
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 )

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
fonts/retro_gaming.tres Normal file
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 )