Theme Designer
This tool allows for easy customization of the Sandbox without programming, specifically in a declarative way. This is still a new concept, so the options are limited.
More information in the manual.
Brushes: ash, sand, soil, gravel, coal, thermite, gunpowder, wall, rock, wood, brick, metal, metal_molten, plastic, plastic_molten, dynamite, water, water_oily, water_bloody, oil, napalm, acid, extinguisher, nitro, blood, steam, grass, tree, tree_wood, tree_wood_dark, tree_leaf, tree_leaf_dark, tree_root, meteor, meteor_l, meteor_r
Brush functions: $colorRGB, $colorHex, $colorRandomize, $colorPaletteRandom, $colorPaletteCyclic
x
1
{
2
"brushes": {
3
"water": {
4
"$colorRGB": [51, 163, 161]
5
},
6
"sand": {
7
"$colorRGB": [168, 113, 50],
8
"$colorRandomize": 10
9
},
10
"soil": {
11
"$colorPaletteRandom": "133,85,30\n100,60,36\n"
12
},
13
"gravel": {
14
"$colorPaletteRandom": [
15
[79, 73, 66],
16
[54, 52, 49]
17
]
18
}
19
}
20
}
21