simple composable grid context and grid controller, fiend sprite, godotxel addon
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
bg_color = Color( 0.442, 0.5015, 0.68, 1 )
|
||||
@@ -0,0 +1,4 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
bg_color = Color( 0.7426, 0.77221, 0.94, 1 )
|
||||
4
addons/Godoxel/themes/AnimationStripe_Panel_normal.tres
Normal file
4
addons/Godoxel/themes/AnimationStripe_Panel_normal.tres
Normal file
@@ -0,0 +1,4 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
bg_color = Color( 0.27451, 0.309804, 0.419608, 1 )
|
||||
13
addons/Godoxel/themes/ShortcutPanel_deselected.tres
Normal file
13
addons/Godoxel/themes/ShortcutPanel_deselected.tres
Normal file
@@ -0,0 +1,13 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
bg_color = Color( 0.141176, 0.141176, 0.141176, 0.607843 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_blend = true
|
||||
corner_radius_top_left = 7
|
||||
corner_radius_top_right = 25
|
||||
corner_radius_bottom_right = 7
|
||||
corner_radius_bottom_left = 25
|
||||
9
addons/Godoxel/themes/ShortcutPanel_selected.tres
Normal file
9
addons/Godoxel/themes/ShortcutPanel_selected.tres
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
bg_color = Color( 0.411765, 0.411765, 0.411765, 0.607843 )
|
||||
border_blend = true
|
||||
corner_radius_top_left = 7
|
||||
corner_radius_top_right = 25
|
||||
corner_radius_bottom_right = 7
|
||||
corner_radius_bottom_left = 25
|
||||
Reference in New Issue
Block a user