Skip to content

Commit

Permalink
Update SaveFile.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdevgame authored Jun 6, 2024
1 parent 1f59e40 commit d7de57d
Showing 1 changed file with 154 additions and 1 deletion.
155 changes: 154 additions & 1 deletion SaveFile.json
Original file line number Diff line number Diff line change
@@ -1 +1,154 @@
{"hasonclick":{"x":200,"y":100,"width":50,"height":50,"anchored":true,"color":"#050dff","mass":1,"flipHorizontally":false,"flipVertically":false,"Gravity":1,"CanvasHeight":600,"xv":0,"yv":0,"scrollx":0,"scrolly":0,"falseX":400,"jumping":false,"inputManager":{"keys":{"5":false,"h":false,"a":false,"s":false,"o":false,"n":false,"c":false,"l":false,"i":false,"k":false,"Enter":false,"t":false,".":false,"x":false,"Shift":false," ":false,"+":true,"=":false,"Backspace":false}},"hasonclick":true,"program":"function anonymous(\n) {\nthis.x += 5\n}","onclickprogram":"function anonymous(\n) {\nthis.x += 5\n}","layer":1,"name":"block1","button":{}},"noonclick":{"x":100,"y":100,"width":50,"height":50,"anchored":true,"color":"#050dff","mass":1,"flipHorizontally":false,"flipVertically":false,"Gravity":1,"CanvasHeight":600,"xv":0,"yv":0,"scrollx":0,"scrolly":0,"falseX":400,"jumping":false,"inputManager":{"keys":{"5":false,"h":false,"a":false,"s":false,"o":false,"n":false,"c":false,"l":false,"i":false,"k":false,"Enter":false,"t":false,".":false,"x":false,"Shift":false," ":false,"+":true,"=":false,"Backspace":false}},"hasonclick":false,"program":null,"onclickprogram":null,"layer":2,"name":"block2","button":{}}}
{
"CHATTHISISCRAZYIFITWORKS": {
"x": 286,
"y": 112,
"width": 50,
"height": 50,
"anchored": true,
"color": "#050dff",
"mass": 1,
"flipHorizontally": false,
"flipVertically": false,
"Gravity": 1,
"CanvasHeight": 600,
"xv": 0,
"yv": 0,
"scrollx": 0,
"scrolly": 0,
"falseX": 400,
"jumping": false,
"inputManager": {
"keys": {
"0": false,
"5": false,
"t": false,
"h": false,
"i": false,
"s": false,
".": false,
"m": false,
"o": false,
"v": false,
"e": false,
"n": false,
"Shift": false,
"D": false,
"d": false,
"f": false,
"a": false,
"u": false,
"l": false,
"(": false,
")": false,
"ArrowRight": false,
";": false,
"C": false,
"H": false,
"A": false,
"T": false,
" ": false,
"I": false,
"S": false,
"R": true,
"Z": false,
"Y": false,
"F": false,
"W": false,
"O": false,
"K": false,
"Enter": false,
"Backspace": false,
"B": false,
"r": false,
"g": false,
"x": false,
"c": false,
"k": false,
",": false,
"\"": false,
"L": false,
"E": false,
"Control": false,
"w": false
}
},
"hasonclick": false,
"program": null,
"foreverprogram": "function anonymous(\n) {\nthis.movementDefault()\n}",
"onclickprogram": null,
"layer": 1,
"name": "block1",
"button": {}
},
"BallRottingham": {
"x": "500",
"y": 100,
"width": 50,
"height": 50,
"anchored": true,
"color": "orange",
"mass": 1,
"flipHorizontally": false,
"flipVertically": false,
"Gravity": 1,
"CanvasHeight": 600,
"xv": 0,
"yv": 0,
"scrollx": 0,
"scrolly": 0,
"falseX": 400,
"jumping": false,
"inputManager": {
"keys": {
"0": false,
"5": false,
"Shift": false,
"B": false,
"a": false,
"l": false,
"R": true,
"r": false,
"o": false,
"t": false,
"i": false,
"n": false,
"g": false,
"h": false,
"m": false,
"Enter": false,
"Backspace": false,
"e": false,
"s": false,
".": false,
"x": false,
" ": false,
"c": false,
"k": false,
",": false,
"(": false,
"\"": false,
"C": false,
"L": false,
"I": false,
"K": false,
"E": false,
"D": false,
"O": false,
"H": false,
"A": false,
")": false,
"Control": false,
"v": false,
"d": false,
"w": false
}
},
"hasonclick": true,
"program": null,
"foreverprogram": null,
"onclickprogram": "function anonymous(\n) {\nconsole.log(\"CLICKED LOL HAHAHAHHAHAHAHHAA\")\n}",
"layer": 2,
"name": "block2",
"button": {}
}
}

0 comments on commit d7de57d

Please sign in to comment.