You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

202 lines
5.8 KiB

2 years ago
{
"project": {
"name": "christmas_tree",
"author": "BenjoCraeft",
"version": "0.0.0",
"playerCounts": [],
"online": {
"iceServers": [
{"urls": "stun:stun.l.google.com:19302"},
{
"urls": "turn:numb.viagenie.ca",
"credential": "muazkh",
"username": "webrtc@live.com"
}
]
}
},
"frameWork": {
"frameRate": 60,
"width": null,
"height": null
},
"game":{
"trees": [
{
"stemRadius": 1,
"stemHeight": 7,
"stemColor": [80, 60, 10],
"leafCount": 6,
"leafHeight": 4,
"leafRadius": 6,
"leafColors": [
[50, 100, 50],
[75, 150, 75],
[100, 200, 100]
],
"isSmooth": true
},
{
"stemRadius": 0.7,
"stemHeight": 8,
"stemColor": [80, 60, 10],
"leafCount": 3,
"leafHeight": 5,
"leafRadius": 4,
"leafColors": [
[50, 100, 50],
[75, 150, 75],
[100, 200, 100]
],
"isSmooth": true
},
{
"stemRadius": 1.3,
"stemHeight": 8,
"stemColor": [80, 60, 10],
"leafCount": 7,
"leafHeight": 3.5,
"leafRadius": 7,
"leafColors": [
[50, 100, 50],
[75, 150, 75],
[100, 200, 100]
],
"isSmooth": true
},
{
"stemRadius": 1,
"stemHeight": 7,
"stemColor": [80, 60, 10],
"leafCount": 5,
"leafHeight": 4,
"leafRadius": 6,
"leafColors": [
[50, 100, 50],
[75, 150, 75],
[100, 200, 100]
],
"isSmooth": true
},
{
"stemRadius": 0.7,
"stemHeight": 5,
"stemColor": [80, 60, 10],
"leafCount": 9,
"leafHeight": 2,
"leafRadius": 3,
"leafColors": [
[50, 100, 50],
[75, 150, 75],
[100, 200, 100]
],
"isSmooth": true
},
{
"stemRadius": 0.5,
"stemHeight": 4,
"stemColor": [80, 60, 10],
"leafCount": 3,
"leafHeight": 2,
"leafRadius": 2.5,
"leafColors": [
[50, 100, 50],
[75, 150, 75],
[100, 200, 100]
],
"isSmooth": true
},
{
"stemRadius": 1,
"stemHeight": 7,
"stemColor": [80, 60, 10],
"leafCount": 5,
"leafHeight": 4.3,
"leafRadius": 5,
"leafColors": [
[50, 100, 50],
[75, 150, 75],
[100, 200, 100]
],
"isSmooth": true
},
{
"stemRadius": 1,
"stemHeight": 6,
"stemColor": [80, 60, 10],
"leafCount": 7,
"leafHeight": 3.2,
"leafRadius": 5.5,
"leafColors": [
[50, 100, 50],
[75, 150, 75],
[100, 200, 100]
],
"isSmooth": true
},
{
"stemRadius": 1.2,
"stemHeight": 6.5,
"stemColor": [80, 60, 10],
"leafCount": 6,
"leafHeight": 4,
"leafRadius": 8,
"leafColors": [
[50, 100, 50],
[75, 150, 75],
[100, 200, 100]
],
"isSmooth": true
},
{
"stemRadius": 1,
"stemHeight": 8,
"stemColor": [80, 60, 10],
"leafCount": 5,
"leafHeight": 4,
"leafRadius": 6,
"leafColors": [
[50, 100, 50],
[75, 150, 75],
[100, 200, 100]
],
"isSmooth": true
},
{
"stemRadius": 0.5,
"stemHeight": 6,
"stemColor": [80, 60, 10],
"leafCount": 2,
"leafHeight": 3.5,
"leafRadius": 4,
"leafColors": [
[50, 100, 50],
[75, 150, 75],
[100, 200, 100]
],
"isSmooth": true
},
{
"stemRadius": 1,
"stemHeight": 6,
"stemColor": [80, 60, 10],
"leafCount": 6,
"leafHeight": 3.8,
"leafRadius": 4,
"leafColors": [
[50, 100, 50],
[75, 150, 75],
[100, 200, 100]
],
"isSmooth": true
}
],
"colors": {
"gold": [255, 215, 0],
"silver": [230, 230, 230],
"red": [255, 0, 0],
"pink": [255, 20, 147],
"blue": [0, 0, 255]
}
}
}