Godot init commit
This commit is contained in:
11
themes/Base_panel.tres
Normal file
11
themes/Base_panel.tres
Normal 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
8
themes/Base_theme.tres
Normal 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 )
|
Reference in New Issue
Block a user