breakout/proto.json
2023-04-29 15:08:16 +00:00

115 lines
1.8 KiB
JSON

{
"camera2d": {
"zoom": 1,
"selectable": false,
"phys": 1,
"speed": 300,
"_zoom": 1,
"speedmult": 1,
"name": "camera2d",
"from": "gameobject"
},
"polygon2d": {
"polygon2d": {
"points": []
},
"name": "polygon2d",
"from": "gameobject"
},
"edge2d": {
"edge2d": {
"cpoints": []
},
"name": "edge2d",
"from": "gameobject"
},
"sprite": {
"sprite": {},
"name": "sprite",
"from": "gameobject"
},
"ball": {
"collider": {
"rradius": 4.39338754070273,
"ofset": [
0,
0
]
},
"img": {
"_pos": [
-0.5,
-0.5
],
"_path": "ball.png"
},
"_scale": 2.919193983078003,
"from": "gameobject"
},
"brick": {
"collider": {
"points": [
[
-47.97179412841797,
3.9855456352233887
]
],
"mirrory": true,
"mirrorx": true
},
"char": {
"anims": {
"flash": {
"path": "brick.png",
"frames": 6,
"fps": 24,
"loop": false
}
},
"_pos": [
-0.5,
-0.5
]
},
"_scale": 2.9100000858306885,
"from": "gameobject"
},
"paddle": {
"collider": {
"points": [
[
-15.97066593170166,
4.0240020751953125
]
],
"mirrory": true,
"mirrorx": true
},
"img": {
"_pos": [
-0.5,
-0.5
],
"_path": "pill3.png"
},
"name": "paddle",
"from": "gameobject",
"_scale": 2.9100000858306885
},
"breakoutfield": {
"name": "breakoutfield",
"from": "edge2d",
"edge2d": {
"cpoints": [
[
-509,
305
]
],
"degrees": 1,
"mirrory": true,
"mirrorx": true
}
}
}