mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-28 14:54:20 +01:00
28 lines
376 B
INI
Executable File
28 lines
376 B
INI
Executable File
{
|
|
dayNightCycle = {
|
|
enabled = true,
|
|
currentTime = 100,
|
|
speed = 1,
|
|
length = 300,
|
|
},
|
|
colors = {
|
|
ground = 0xEEEEEE,
|
|
clouds = 0xFFFFFF,
|
|
sky = {
|
|
0x002440,
|
|
0x002480,
|
|
0x3349BF,
|
|
0x6692FF,
|
|
0x99DBFF,
|
|
0x99DBFF,
|
|
0x99DBFF,
|
|
0x66B6FF,
|
|
0x66B6FF,
|
|
0xFFDB80,
|
|
0xFFB640,
|
|
0xCCBD00,
|
|
0x000080,
|
|
0x002440,
|
|
},
|
|
},
|
|
} |