simple composable grid context and grid controller, fiend sprite, godotxel addon

This commit is contained in:
veclav talica
2023-11-24 04:02:18 +05:00
commit 9441aa63cb
180 changed files with 9040 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
[gd_resource type="StyleBoxFlat" format=2]
[resource]
bg_color = Color( 0.442, 0.5015, 0.68, 1 )

View File

@@ -0,0 +1,4 @@
[gd_resource type="StyleBoxFlat" format=2]
[resource]
bg_color = Color( 0.7426, 0.77221, 0.94, 1 )

View File

@@ -0,0 +1,4 @@
[gd_resource type="StyleBoxFlat" format=2]
[resource]
bg_color = Color( 0.27451, 0.309804, 0.419608, 1 )

View 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

View 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