Path: blob/main/public/games/files/garbage-collector/json/level-00.json
1036 views
{1"name": "Introduction to Introductions 101",2"entities": [3{4"x": 0,5"y": 0,6"angle": 0,7"shapes": [8{9"type": "circle",10"x": 10,11"y": 20,12"radius": 10,13"fill": {14"type": "color",15"red": 255,16"green": 255,17"blue": 255,18"alpha": 1.019},20"stroke": {21"type": "color",22"red": 255,23"green": 0,24"blue": 0,25"alpha": 1.026},27"lineWidth": 428},29{30"type": "rect",31"x": 20,32"y": 10,33"width": 10,34"height": 2035},36{37"type": "polygon",38"vertices": [ 100, 20, 100, 100, 0, 100 ]39},40{41"type": "segment",42"x0": -10,43"y0": 0,44"x1": 10,45"y1": 046}47]48}49],50"physicsEntities": [51{52"shape": "circle",53"radius": 2,54"fixture": {55"density": 1.0,56"friction": 0.5,57"restitution": 0.2,58"isSensor": false,59"filter": {60"categoryBits": 1,61"maskBits": 65535,62"groupIndex": 063}64},65"body": {66"position": {67"x": 0,68"y": 069},70"angle": 0,71"linearVelocity": {72"x": 0,73"y": 074},75"angularVelocity": 0,76"linearDamping": 0,77"angularDamping": 0,78"allowSleep": true,79"awake": true,80"fixedRotation": false,81"bullet": false,82"type": "static",83"active": true,84"inertiaScale": 1.085},86"shapes": [87{88"type": "circle",89"radius": 2,90"fill": {91"type": "color",92"alpha": 1.093}94]95}96},97{98"shape": "polygon",99"type": "vector",100"data": [ 100, 20, 100, 100, 0, 100 ]101},102{103"shape": "polygon",104"type": "box",105"data": {106"hx": 5,107"hy": 2108}109},110{111"shape": "polygon",112"type": "orientedbox",113"data": {114"hx": 5,115"hy": 3,116"center": {117"x": 0,118"y": 0119},120"angle": 0.52121}122},123{124"shape": "polygon",125"type": "edge",126"data": [ -3, 0, 3, 0 ]127}128],129"batchPhysicsEntities": [130{131"data": [132{133"x": 0,134"y": 0,135"angle": 0,136// This could be an array/{hx, hy}/etc.137"data": []138}139],140"properties": {141"shape": "polygon",142"type": "vector",143"fixture": {144"density": 1.0,145"friction": 0.5,146"restitution": 0.2,147"isSensor": false,148"filter": {149"categoryBits": 1,150"maskBits": 65535,151"groupIndex": 0152}153},154"body": {155"linearVelocity": {156"x": 0,157"y": 0158},159"angularVelocity": 0,160"linearDamping": 0,161"angularDamping": 0,162"allowSleep": true,163"awake": true,164"fixedRotation": false,165"bullet": false,166"type": "static",167"active": true,168"inertiaScale": 1.0169},170"shapes": [171{172"type": "polygon",173"fill": {174"type": "color",175"alpha": 1176}177}178]179}180},181// Example of real-world usage.182{183"data": [184{185"x": -29.8,186"y": 8.2,187"angle": 1.571,188"data": [ -7.8, 9.6, -2.9, -7.4, 8, 0.8 ]189},190{191"x": -18.1,192"y": 5.4,193"angle": 0,194"data": [ 9.5, 0.3, -2.3, 10.6, -10.6, -5.3 ]195},196{197"x": -9.4,198"y": 11,199"angle": 0,200"data": [ 4.3, 1.6, -11, 5, 0.9, -5.3 ]201}202],203"properties": {204"shape": "polygon",205"type": "vector",206"fixture": {207"density": 1,208"friction": 0.5,209"restitution": 0.2,210"filter": {211"categoryBits": 6212}213}214}215}216]217}218219220