1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

Reduced the height of the default palettes to remove wasted space

No colors have been lost.
This commit is contained in:
Manolis Papadeas 2021-05-25 19:53:21 +03:00
parent 950f075269
commit fa5c178720
6 changed files with 12 additions and 12 deletions

View file

@ -89,7 +89,7 @@ script = ExtResource( 1 )
name = "BubbleGum16"
comment = "Author: PineTreePizza/CheetoHead"
width = 8
height = 8
height = 2
colors = {
0: SubResource( 1 ),
1: SubResource( 2 ),
@ -108,4 +108,4 @@ colors = {
14: SubResource( 15 ),
15: SubResource( 16 )
}
colors_max = 64
colors_max = 16

View file

@ -134,7 +134,7 @@ script = ExtResource( 1 )
name = "Complementary"
comment = "Author: Erevoid"
width = 8
height = 8
height = 4
colors = {
0: SubResource( 1 ),
1: SubResource( 2 ),
@ -162,4 +162,4 @@ colors = {
23: SubResource( 24 ),
24: SubResource( 25 )
}
colors_max = 64
colors_max = 32

View file

@ -169,7 +169,7 @@ script = ExtResource( 2 )
name = "Default"
comment = "Author: CheetoHead/greusser"
width = 8
height = 8
height = 4
colors = {
0: SubResource( 1 ),
1: SubResource( 2 ),
@ -204,4 +204,4 @@ colors = {
30: SubResource( 31 ),
31: SubResource( 32 )
}
colors_max = 64
colors_max = 32

View file

@ -209,7 +209,7 @@ script = ExtResource( 1 )
name = "Monochromatic"
comment = "Author: Erevoid"
width = 8
height = 8
height = 5
colors = {
0: SubResource( 1 ),
1: SubResource( 2 ),
@ -252,4 +252,4 @@ colors = {
38: SubResource( 39 ),
39: SubResource( 40 )
}
colors_max = 64
colors_max = 40

View file

@ -184,7 +184,7 @@ script = ExtResource( 1 )
name = "Shades"
comment = "Author: Erevoid"
width = 8
height = 8
height = 5
colors = {
0: SubResource( 1 ),
1: SubResource( 2 ),
@ -222,4 +222,4 @@ colors = {
33: SubResource( 34 ),
34: SubResource( 35 )
}
colors_max = 64
colors_max = 40

View file

@ -134,7 +134,7 @@ script = ExtResource( 1 )
name = "Triad"
comment = "Author: Erevoid"
width = 8
height = 8
height = 4
colors = {
0: SubResource( 1 ),
1: SubResource( 2 ),
@ -162,4 +162,4 @@ colors = {
23: SubResource( 24 ),
24: SubResource( 25 )
}
colors_max = 64
colors_max = 32