add NewGame panel

This commit is contained in:
Fabien Freling 2020-04-13 17:54:11 +02:00
parent 41d2d2bd23
commit 81bf9dab8f
8 changed files with 155 additions and 47 deletions

View file

@ -1,4 +1,4 @@
[gd_resource type="Theme" load_steps=6 format=2]
[gd_resource type="Theme" load_steps=7 format=2]
[ext_resource path="res://assets/fonts/Montserrat-ExtraBolt-48.tres" type="DynamicFont" id=1]
@ -14,6 +14,18 @@ bg_color = Color( 0.0509804, 0.168627, 0.270588, 1 )
[sub_resource type="StyleBoxFlat" id=4]
bg_color = Color( 1, 0.831373, 0.639216, 1 )
[sub_resource type="StyleBoxFlat" id=5]
bg_color = Color( 1, 0.831373, 0.639216, 1 )
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color( 0.12549, 0.235294, 0.337255, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
[resource]
default_font = ExtResource( 1 )
Button/colors/font_color = Color( 0.815686, 0.505882, 0.34902, 1 )
@ -28,3 +40,4 @@ Button/styles/hover = SubResource( 1 )
Button/styles/normal = SubResource( 2 )
Button/styles/pressed = SubResource( 3 )
Panel/styles/panel = SubResource( 4 )
PopupPanel/styles/panel = SubResource( 5 )