breakout/proto.json
2023-05-29 15:47:47 +00:00

111 lines
1.7 KiB
JSON

{
"camera2d": {
"zoom": 1,
"selectable": false,
"phys": 1,
"speed": 300,
"speedmult": 1,
"from": "gameobject"
},
"polygon2d": {
"polygon2d": {
"points": []
},
"from": "gameobject"
},
"edge2d": {
"edge2d": {
"cpoints": []
},
"from": "gameobject"
},
"sprite": {
"sprite": {},
"from": "gameobject"
},
"ball": {
"mass": 0.00001,
"collider": {
"radius": 4.39338754070273,
"ofset": [
0,
0
]
},
"img": {
"pos": [
-0.5,
-0.5
],
"path": "ball.png"
},
"scale": 2.919193983078003,
"from": "gameobject"
},
"paddle": {
"collider": {
"points": [
[
-15.97066593170166,
4.0240020751953125
]
],
"mirrory": true,
"mirrorx": true
},
"img": {
"pos": [
-0.5,
-0.5
]
},
"from": "gameobject",
"scale": 2.9100000858306885
},
"breakoutfield": {
"from": "edge2d",
"edge2d": {
"cpoints": [
[
-509,
305
]
],
"degrees": 1,
"mirrory": true,
"mirrorx": true,
"thickness": 10
}
},
"brick": {
"collider": {
"points": [
[
-8,
4
]
],
"mirrory": true,
"mirrorx": true
},
"char": {
"anims": {
"flash": {
"path": "brick.png",
"sprite": true,
"mips": false,
"gamma": false,
"frames": 6,
"fps": 24,
"loop": false
}
},
"path": "brick.png",
"pos": [ -0.5, -0.5 ]
},
"angle": 0,
"scale": 2.91,
"from": "gameobject"
}
}