1
Fork 0
mirror of https://github.com/Steffo99/better-tee.git synced 2024-11-22 07:14:19 +00:00
better-tee/Assets/Code/SampleDrawingAct.json

51 lines
No EOL
1,000 B
JSON

{
"type": "Drawing",
"actName": "Sample Drawing Act",
"actDescription": "This is a sample act that should be able to be loaded as a DrawingSettings instance.",
"timeLimit": 66.6,
"startingColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"palette": [
{
"r": 1.0,
"g": 0.0,
"b": 0.0,
"a": 1.0
},
{
"r": 1.0,
"g": 1.0,
"b": 0.0,
"a": 1.0
},
{
"r": 0.0,
"g": 1.0,
"b": 0.0,
"a": 1.0
},
{
"r": 0.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
{
"r": 0.0,
"g": 0.0,
"b": 1.0,
"a": 1.0
},
{
"r": 1.0,
"g": 0.0,
"b": 1.0,
"a": 1.0
}
],
"destinationPool": "sample"
}