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

11
themes/Base_panel.tres Normal file
View File

@ -0,0 +1,11 @@
[gd_resource type="StyleBoxFlat" format=2]
[resource]
bg_color = Color( 0.0823529, 0.0745098, 0.117647, 1 )
border_width_left = 10
border_width_right = 5
border_color = Color( 0.0823529, 0.0745098, 0.117647, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4

8
themes/Base_theme.tres Normal file
View File

@ -0,0 +1,8 @@
[gd_resource type="Theme" load_steps=3 format=2]
[ext_resource path="res://fonts/Title-font.tres" type="DynamicFont" id=1]
[ext_resource path="res://themes/Base_panel.tres" type="StyleBox" id=2]
[resource]
default_font = ExtResource( 1 )
Panel/styles/panel = ExtResource( 2 )