Inital commit

This commit is contained in:
Rico 2020-06-26 12:26:11 -05:00
parent 22733e2780
commit 068753a961
602 changed files with 5967 additions and 0 deletions

BIN
misc/AudioBus.res Normal file

Binary file not shown.

BIN
misc/fonts/Upheaval.fon Normal file

Binary file not shown.

View file

@ -0,0 +1,7 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://misc/fonts/upheavtt.tres" type="DynamicFontData" id=1]
[resource]
size = 12
font_data = ExtResource( 1 )

View file

@ -0,0 +1,10 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://misc/fonts/upheavtt.ttf" type="DynamicFontData" id=1]
[resource]
size = 12
outline_color = Color( 0, 0, 0, 1 )
extra_spacing_char = 2
extra_spacing_space = 1
font_data = ExtResource( 1 )

View file

@ -0,0 +1,9 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://misc/fonts/upheavtt.ttf" type="DynamicFontData" id=1]
[resource]
size = 12
outline_size = 1
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 1 )

View file

@ -0,0 +1,9 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://misc/fonts/upheavtt.ttf" type="DynamicFontData" id=1]
[resource]
size = 12
outline_color = Color( 0, 0, 0, 1 )
extra_spacing_space = 1
font_data = ExtResource( 1 )

1
misc/fonts/redo.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.fa-secondary{opacity:.4}</style></defs><path d="M422.36 422.69a12 12 0 0 1 0 17l-.49.46A247.1 247.1 0 0 1 255.67 504c-136.9 0-247.9-110.93-248-247.81C7.57 119.53 119 8 255.67 8a247.45 247.45 0 0 1 188.9 87.33l3.52 64.43-46.5-2.22A176 176 0 1 0 372 388.15a12 12 0 0 1 16.38.54z" class="fa-secondary"/><path d="M512 12v200a12 12 0 0 1-12 12H300a12 12 0 0 1-12-12v-47.32a12 12 0 0 1 12-12h.58l147.54 7.06-7.44-147.19A12 12 0 0 1 452.07 0H500a12 12 0 0 1 12 12z" class="fa-primary"/></svg>

After

Width:  |  Height:  |  Size: 561 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/redo.svg-144b704b4b4d6d5060b9611d14b6f692.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://misc/fonts/redo.svg"
dest_files=[ "res://.import/redo.svg-144b704b4b4d6d5060b9611d14b6f692.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

5
misc/fonts/upheavtt.tres Normal file
View file

@ -0,0 +1,5 @@
[gd_resource type="DynamicFontData" format=2]
[resource]
antialiased = false
font_path = "res://misc/fonts/upheavtt.ttf"

BIN
misc/fonts/upheavtt.ttf Normal file

Binary file not shown.

12
misc/panel_mainmenu.tres Normal file
View file

@ -0,0 +1,12 @@
[gd_resource type="StyleBoxFlat" format=2]
[resource]
bg_color = Color( 0.156863, 0.156863, 0.294118, 0.74902 )
corner_radius_top_left = 16
corner_radius_top_right = 16
corner_radius_bottom_right = 16
corner_radius_bottom_left = 16
shadow_color = Color( 0, 0, 0, 0.156863 )
shadow_size = 3
shadow_offset = Vector2( 3, 3 )
anti_aliasing = false