stuff
BIN
addlater/Run 3.swf
Normal file
BIN
addlater/Run.swf
Normal file
BIN
addlater/SuperSmash.swf
Normal file
0
addlater/asdsd
Normal file
BIN
addlater/dbdev_dev.swf
Normal file
@ -20,6 +20,9 @@
|
||||
<script src="/js/all.js"></script>
|
||||
|
||||
<title>Fruit Ninja</title>
|
||||
<script>window.adsbygoogle = window.adsbygoogle || [];
|
||||
const adBreak = adConfig = function(o) {adsbygoogle.push(o);}
|
||||
</script>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: gangofchinese;
|
||||
|
10
games.json
@ -582,5 +582,15 @@
|
||||
"name": "Subway Surfers",
|
||||
"directory": "subway-surfers-ny",
|
||||
"image": "NewYorkIcon.png"
|
||||
},
|
||||
{
|
||||
"name": "Madalin Cars",
|
||||
"directory": "madalincars",
|
||||
"image": "icon.png"
|
||||
},
|
||||
{
|
||||
"name": "Run 3",
|
||||
"directory": "run3",
|
||||
"image": "icon.jpeg"
|
||||
}
|
||||
]
|
||||
|
19
js/all.js
@ -42,21 +42,23 @@ function getCookie(cname) {
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
let listofchars;
|
||||
function panicMode() {
|
||||
panicurl = getCookie("panicurl");
|
||||
if (panicurl == "") {
|
||||
panicurl = "https://google.com";
|
||||
}
|
||||
const pressed = [];
|
||||
const secretCode = "safemode";
|
||||
const debugCode = "debugplz"
|
||||
window.addEventListener("keyup", (e) => {
|
||||
pressed.push(e.key);
|
||||
pressed.splice(-secretCode.length - 1, pressed.length - secretCode.length);
|
||||
if (pressed.join("").includes(secretCode)) {
|
||||
document.onkeydown = function (e) {
|
||||
listofchars = listofchars + e.key;
|
||||
if(listofchars.length > 20) {
|
||||
listofchars = listofchars.substring(e.key.length);
|
||||
}
|
||||
if(listofchars.includes(secretCode)) {
|
||||
window.location.href = panicurl;
|
||||
} else if (pressed.join("").includes(debugCode)) {
|
||||
listofchars = "";
|
||||
} else if (listofchars.includes(debugCode)){
|
||||
if (getCookie("debugging") == 1) {
|
||||
document.cookie = "debugging=0;";
|
||||
alert("debugging off!")
|
||||
@ -64,8 +66,9 @@ function panicMode() {
|
||||
document.cookie = "debugging=1";
|
||||
alert("debugging on!")
|
||||
}
|
||||
listofchars = "";
|
||||
}
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
const head = document.getElementsByTagName('head')[0];
|
||||
|
@ -46,6 +46,6 @@ function loadCloaks() {
|
||||
);
|
||||
};
|
||||
}
|
||||
window.onload = function () {
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
loadCloaks();
|
||||
}
|
||||
})
|
14
madalincars/Build/37f4fe02fe4acc34c6a26d8cf99ddc67.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"companyName": "Madalin Games",
|
||||
"productName": "Madalin Cars Multiplayer",
|
||||
"dataUrl": "https://rawcdn.githack.com/xlegends/Game-Hub-Lite/main/madalin-cars-multiplayer/Build/7d7b82eb5e1c0ce8feedf2e1323e904d.unityweb",
|
||||
"asmCodeUrl": "9b295d23076674c38dbcfccd30746d6a.unityweb",
|
||||
"asmMemoryUrl": "4d451a766092c974a014877a34ad2f00.unityweb",
|
||||
"asmFrameworkUrl": "cf0bec62445ad7dcdbd3523e8a04bab6.unityweb",
|
||||
"TOTAL_MEMORY": 268435456,
|
||||
"graphicsAPI": ["WebGL 2.0"],
|
||||
"webglContextAttributes": {"preserveDrawingBuffer": false},
|
||||
"backgroundUrl": "9b73f40afab0eb426aedf849aafe662e.jpg",
|
||||
"splashScreenStyle": "Dark",
|
||||
"backgroundColor": "#FFFFFF"
|
||||
}
|
BIN
madalincars/Build/4d451a766092c974a014877a34ad2f00.unityweb
Normal file
BIN
madalincars/Build/9b295d23076674c38dbcfccd30746d6a.unityweb
Normal file
BIN
madalincars/Build/9b73f40afab0eb426aedf849aafe662e.jpg
Normal file
After Width: | Height: | Size: 643 B |
1
madalincars/Build/b14b32a200649d0650c1a6ff3db39cf4.js
Normal file
BIN
madalincars/Build/cf0bec62445ad7dcdbd3523e8a04bab6.unityweb
Normal file
5
madalincars/TemplateData/UnityProgress.js
Normal file
@ -0,0 +1,5 @@
|
||||
function UnityProgress(gameInstance,progress){if(!gameInstance.Module)
|
||||
return;if(!gameInstance.logo){gameInstance.logo=document.createElement("div");gameInstance.logo.className="logo "+gameInstance.Module.splashScreenStyle;gameInstance.container.appendChild(gameInstance.logo);}
|
||||
if(!gameInstance.progress){gameInstance.progress=document.createElement("div");gameInstance.progress.className="progress "+gameInstance.Module.splashScreenStyle;gameInstance.progress.empty=document.createElement("div");gameInstance.progress.empty.className="empty";gameInstance.progress.appendChild(gameInstance.progress.empty);gameInstance.progress.full=document.createElement("div");gameInstance.progress.full.className="full";gameInstance.progress.appendChild(gameInstance.progress.full);gameInstance.container.appendChild(gameInstance.progress);}
|
||||
gameInstance.progress.full.style.width=(100*progress)+"%";gameInstance.progress.empty.style.width=(100*(1-progress))+"%";if(progress==1)
|
||||
gameInstance.logo.style.display=gameInstance.progress.style.display="none";}
|
BIN
madalincars/TemplateData/favicon.ico
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
madalincars/TemplateData/fullscreen.png
Normal file
After Width: | Height: | Size: 345 B |
BIN
madalincars/TemplateData/progressEmpty.Dark.png
Normal file
After Width: | Height: | Size: 114 B |
BIN
madalincars/TemplateData/progressFull.Dark.png
Normal file
After Width: | Height: | Size: 93 B |
BIN
madalincars/TemplateData/progressLogo.Dark.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
1
madalincars/TemplateData/style.css
Normal file
@ -0,0 +1 @@
|
||||
.webgl-content *{border:0;margin:0;padding:0}.webgl-content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%}.webgl-content .logo,.progress{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.webgl-content .logo{background:url('progressLogo.Light.png') no-repeat center/contain;width:154px;height:130px}.webgl-content .progress{height:18px;width:141px;margin-top:90px}.webgl-content .progress .empty{background:url('progressEmpty.Light.png') no-repeat right/cover;float:right;width:100%;height:100%;display:inline-block}.webgl-content .progress .full{background:url('progressFull.Light.png') no-repeat left/cover;float:left;width:0%;height:100%;display:inline-block}.webgl-content .logo.Dark{background-image:url(progressLogo.Dark.png)}.webgl-content .progress.Dark .empty{background-image:url(progressEmpty.Dark.png)}.webgl-content .progress.Dark .full{background-image:url(progressFull.Dark.png)}.webgl-content .footer{margin-top:1px;height:38px;line-height:38px;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:18px}.webgl-content .footer .webgl-logo,.title,.fullscreen{height:100%;display:inline-block;background:transparent center no-repeat}.webgl-content .footer .webgl-logo{background-image:url(webgl-logo.png);width:204px;float:left}.webgl-content .footer .title{margin-right:10px;color:#333;line-height:20px;float:right}.webgl-content .footer .fullscreen{background-image:url(fullscreen.png);width:38px;float:right}.webgl-content .footer .madalingames{height:38px;line-height:20px;padding:0 10px;margin:0 1px 0 0;float:left;color:#333;text-align:left;font-size:18px;position:relative;z-index:10}
|
BIN
madalincars/TemplateData/webgl-logo.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
madalincars/icon.png
Normal file
After Width: | Height: | Size: 72 KiB |
30
madalincars/index.html
Normal file
@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script async src="https://arc.io/widget.min.js#2j789r5Y"></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Madalin Cars Multiplayer</title>
|
||||
<meta name="description" content="Madalin Cars Multiplayer 3d car game. Here you will find the latest version of the game, browser and downloadable version for Windows, Mac OS X, Linux." />
|
||||
<link rel="shortcut icon" href="TemplateData/favicon.ico">
|
||||
<link rel="stylesheet" href="TemplateData/style.css">
|
||||
<script src="TemplateData/UnityProgress.js"></script>
|
||||
<script src="/js/all.js"></script>
|
||||
<script src="Build/b14b32a200649d0650c1a6ff3db39cf4.js"></script>
|
||||
<script>
|
||||
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/37f4fe02fe4acc34c6a26d8cf99ddc67.json", { onProgress: UnityProgress });
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="webgl-content" style="width: 100%; height: 100%; overflow: hidden">
|
||||
<div id="gameContainer" style="width: 100%; height: calc(100% - 38px);"></div>
|
||||
<div class="footer">
|
||||
<div class="webgl-logo"></div>
|
||||
<div class="fullscreen" onclick="gameInstance.SetFullscreen(1)"></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<style id="antiClickjack">body{display:none !important;}</style><br><script type="text/javascript">if (self === top) { var antiClickjack = document.getElementById("antiClickjack"); antiClickjack.parentNode.removeChild(antiClickjack); } else { top.location = self.location; } </script>
|
2
run3/Run3.js
Normal file
BIN
run3/font/COMFORTAA-BOLD.woff
Normal file
26931
run3/font/Comfortaa.sfd
Normal file
BIN
run3/font/Comfortaa.woff
Normal file
BIN
run3/font/PERMANENTMARKER.TTF
Normal file
BIN
run3/font/PERMANENTMARKER.woff
Normal file
BIN
run3/icon.jpeg
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
run3/img/achievement/ABreathOfFreshNothing.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
run3/img/achievement/AGlimpseOfNewPlaces.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
run3/img/achievement/AJourneyOf1000LightYears.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
run3/img/achievement/BoldlyGone.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
run3/img/achievement/ComingFullCircle.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
run3/img/achievement/Crown.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
run3/img/achievement/FigureSkater.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
run3/img/achievement/GalacticVandalism.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
run3/img/achievement/IsntThatCheating.png
Normal file
After Width: | Height: | Size: 307 B |
BIN
run3/img/achievement/JustBeingThorough.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
run3/img/achievement/KeepItSimple.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
run3/img/achievement/LivingSuperball.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
run3/img/achievement/MemoryTest.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
run3/img/achievement/NarrowFocus.png
Normal file
After Width: | Height: | Size: 8.6 KiB |
BIN
run3/img/achievement/PlanningMakesPerfect.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
BIN
run3/img/achievement/RampingUp.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
run3/img/achievement/RightIsWrong.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
run3/img/achievement/SavedByHisNoodlyLight.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
run3/img/achievement/SlippingAndSlidingToVictory.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
run3/img/achievement/TetrahedronEnthusiast.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
run3/img/achievement/TheConscientiousLizard.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
run3/img/achievement/TheLazyWay.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
run3/img/achievement/ThoroughlyLost.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
BIN
run3/img/achievement/UnlimitedEndurance.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
run3/img/achievement/ViolationOfCommonSense.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
run3/img/achievement/WellGrounded.png
Normal file
After Width: | Height: | Size: 9.0 KiB |
BIN
run3/img/achievement/WhereThePowerCellsAre.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
run3/img/achievement/WindSailor.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
run3/img/ads/Spinner.png
Normal file
After Width: | Height: | Size: 22 KiB |
364
run3/img/character/Angel.json
Normal file
@ -0,0 +1,364 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 5, "y": 10 },
|
||||
"frame": { "h": 74, "w": 77, "x": 0, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 2, "y": 11 },
|
||||
"frame": { "h": 74, "w": 85, "x": 78, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 10 },
|
||||
"frame": { "h": 75, "w": 86, "x": 164, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 0, "y": 9 },
|
||||
"frame": { "h": 75, "w": 87, "x": 251, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 0, "y": 9 },
|
||||
"frame": { "h": 74, "w": 87, "x": 339, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 0, "y": 9 },
|
||||
"frame": { "h": 74, "w": 87, "x": 427, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 3, "y": 11 },
|
||||
"frame": { "h": 72, "w": 82, "x": 515, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 5, "y": 13 },
|
||||
"frame": { "h": 71, "w": 77, "x": 598, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 6, "y": 15 },
|
||||
"frame": { "h": 70, "w": 76, "x": 676, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 4, "y": 23 },
|
||||
"frame": { "h": 63, "w": 79, "x": 753, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 26 },
|
||||
"frame": { "h": 60, "w": 87, "x": 833, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 26 },
|
||||
"frame": { "h": 60, "w": 87, "x": 833, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 4, "y": 13 },
|
||||
"frame": { "h": 74, "w": 78, "x": 921, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 6, "y": 9 },
|
||||
"frame": { "h": 74, "w": 76, "x": 0, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 5, "y": 9 },
|
||||
"frame": { "h": 79, "w": 81, "x": 77, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 2, "y": 12 },
|
||||
"frame": { "h": 78, "w": 85, "x": 159, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 2, "y": 12 },
|
||||
"frame": { "h": 78, "w": 85, "x": 245, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 0, "y": 11 },
|
||||
"frame": { "h": 79, "w": 89, "x": 331, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 12 },
|
||||
"frame": { "h": 79, "w": 87, "x": 421, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 3, "y": 9 },
|
||||
"frame": { "h": 82, "w": 84, "x": 509, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 6, "y": 9 },
|
||||
"frame": { "h": 82, "w": 79, "x": 594, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 8, "y": 10 },
|
||||
"frame": { "h": 82, "w": 75, "x": 674, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 10, "y": 12 },
|
||||
"frame": { "h": 79, "w": 73, "x": 750, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 6, "y": 13 },
|
||||
"frame": { "h": 76, "w": 77, "x": 824, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 2, "y": 18 },
|
||||
"frame": { "h": 72, "w": 84, "x": 902, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 2, "y": 18 },
|
||||
"frame": { "h": 72, "w": 84, "x": 902, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 5, "y": 9 },
|
||||
"frame": { "h": 79, "w": 81, "x": 0, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 8, "y": 6 },
|
||||
"frame": { "h": 81, "w": 78, "x": 82, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 7, "y": 12 },
|
||||
"frame": { "h": 76, "w": 73, "x": 161, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 4, "y": 11 },
|
||||
"frame": { "h": 76, "w": 75, "x": 235, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 10 },
|
||||
"frame": { "h": 79, "w": 78, "x": 311, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 8 },
|
||||
"frame": { "h": 79, "w": 78, "x": 390, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 3, "y": 8 },
|
||||
"frame": { "h": 76, "w": 76, "x": 469, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 5, "y": 7 },
|
||||
"frame": { "h": 74, "w": 74, "x": 546, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 6, "y": 7 },
|
||||
"frame": { "h": 74, "w": 73, "x": 621, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 3, "y": 8 },
|
||||
"frame": { "h": 77, "w": 76, "x": 695, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 11 },
|
||||
"frame": { "h": 79, "w": 78, "x": 772, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 7, "y": 12 },
|
||||
"frame": { "h": 76, "w": 73, "x": 851, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 8, "y": 11 },
|
||||
"frame": { "h": 76, "w": 76, "x": 925, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 8, "y": 10 },
|
||||
"frame": { "h": 79, "w": 78, "x": 0, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 9, "y": 9 },
|
||||
"frame": { "h": 78, "w": 77, "x": 79, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 9, "y": 8 },
|
||||
"frame": { "h": 76, "w": 75, "x": 157, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 9, "y": 7 },
|
||||
"frame": { "h": 74, "w": 73, "x": 233, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 9, "y": 7 },
|
||||
"frame": { "h": 74, "w": 73, "x": 307, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 9, "y": 8 },
|
||||
"frame": { "h": 77, "w": 75, "x": 381, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 8, "y": 11 },
|
||||
"frame": { "h": 79, "w": 78, "x": 457, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 10, "y": 11 },
|
||||
"frame": { "h": 78, "w": 76, "x": 536, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 11, "y": 10 },
|
||||
"frame": { "h": 78, "w": 74, "x": 613, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 11, "y": 9 },
|
||||
"frame": { "h": 77, "w": 73, "x": 688, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 11, "y": 7 },
|
||||
"frame": { "h": 77, "w": 73, "x": 762, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 11, "y": 6 },
|
||||
"frame": { "h": 74, "w": 72, "x": 836, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 10, "y": 6 },
|
||||
"frame": { "h": 71, "w": 73, "x": 909, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 9, "y": 5 },
|
||||
"frame": { "h": 69, "w": 75, "x": 0, "y": 321 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 12, "y": 6 },
|
||||
"frame": { "h": 76, "w": 71, "x": 76, "y": 321 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 11, "y": 9 },
|
||||
"frame": { "h": 77, "w": 73, "x": 148, "y": 321 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 10, "y": 11 },
|
||||
"frame": { "h": 78, "w": 75, "x": 222, "y": 321 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 9, "y": 10 },
|
||||
"frame": { "h": 79, "w": 75, "x": 298, "y": 321 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 8, "y": 9 },
|
||||
"frame": { "h": 81, "w": 76, "x": 374, "y": 321 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 7, "y": 7 },
|
||||
"frame": { "h": 80, "w": 76, "x": 451, "y": 321 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 7, "y": 7 },
|
||||
"frame": { "h": 80, "w": 76, "x": 528, "y": 321 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 7, "y": 5 },
|
||||
"frame": { "h": 80, "w": 78, "x": 605, "y": 321 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 7, "y": 4 },
|
||||
"frame": { "h": 80, "w": 78, "x": 684, "y": 321 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 7, "y": 7 },
|
||||
"frame": { "h": 80, "w": 76, "x": 763, "y": 321 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 8, "y": 9 },
|
||||
"frame": { "h": 81, "w": 77, "x": 840, "y": 321 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 12, "y": 11 },
|
||||
"frame": { "h": 79, "w": 74, "x": 918, "y": 321 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 10, "y": 10 },
|
||||
"frame": { "h": 79, "w": 75, "x": 0, "y": 403 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 10 },
|
||||
"frame": { "h": 78, "w": 75, "x": 76, "y": 403 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 10 },
|
||||
"frame": { "h": 77, "w": 72, "x": 152, "y": 403 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 10 },
|
||||
"frame": { "h": 78, "w": 75, "x": 225, "y": 403 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 10 },
|
||||
"frame": { "h": 78, "w": 75, "x": 301, "y": 403 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 5, "y": 10 },
|
||||
"frame": { "h": 78, "w": 72, "x": 377, "y": 403 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 10 },
|
||||
"frame": { "h": 78, "w": 75, "x": 450, "y": 403 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 2, "y": 10 },
|
||||
"frame": { "h": 78, "w": 79, "x": 526, "y": 403 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 5, "y": 7 },
|
||||
"frame": { "h": 74, "w": 77, "x": 606, "y": 403 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 4, "y": 6 },
|
||||
"frame": { "h": 72, "w": 72, "x": 684, "y": 403 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 7, "y": 13 },
|
||||
"frame": { "h": 75, "w": 76, "x": 757, "y": 403 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 5 },
|
||||
"frame": { "h": 86, "w": 75, "x": 834, "y": 403 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 10 },
|
||||
"frame": { "h": 78, "w": 78, "x": 910, "y": 403 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 10 },
|
||||
"frame": { "h": 77, "w": 72, "x": 0, "y": 490 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 13 },
|
||||
"frame": { "h": 74, "w": 75, "x": 73, "y": 490 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 10 },
|
||||
"frame": { "h": 77, "w": 75, "x": 149, "y": 490 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 2, "y": 0 },
|
||||
"frame": { "h": 89, "w": 89, "x": 225, "y": 490 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 6, "y": 14 },
|
||||
"frame": { "h": 76, "w": 80, "x": 315, "y": 490 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 4, "y": 10 },
|
||||
"frame": { "h": 71, "w": 73, "x": 396, "y": 490 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 11, "y": 25 },
|
||||
"frame": { "h": 63, "w": 65, "x": 470, "y": 490 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 10 },
|
||||
"frame": { "h": 77, "w": 75, "x": 536, "y": 490 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 10, "y": 9 },
|
||||
"frame": { "h": 78, "w": 75, "x": 612, "y": 490 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 10 },
|
||||
"frame": { "h": 79, "w": 72, "x": 688, "y": 490 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 1, "y": 10 },
|
||||
"frame": { "h": 78, "w": 75, "x": 761, "y": 490 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 91, "x": 43, "y": 50 },
|
||||
"frame": { "h": 1, "w": 2, "x": 837, "y": 490 }
|
||||
}
|
||||
]
|
||||
}
|
BIN
run3/img/character/Angel.png
Normal file
After Width: | Height: | Size: 94 KiB |
120
run3/img/character/Bunny.json
Normal file
@ -0,0 +1,120 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 5, "y": 3 },
|
||||
"frame": { "h": 81, "w": 76, "x": 0, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 2, "y": 4 },
|
||||
"frame": { "h": 81, "w": 85, "x": 77, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 1, "y": 2 },
|
||||
"frame": { "h": 82, "w": 86, "x": 163, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 0, "y": 2 },
|
||||
"frame": { "h": 81, "w": 87, "x": 250, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 0, "y": 2 },
|
||||
"frame": { "h": 80, "w": 87, "x": 338, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 0, "y": 2 },
|
||||
"frame": { "h": 80, "w": 87, "x": 0, "y": 83 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 3, "y": 3 },
|
||||
"frame": { "h": 79, "w": 82, "x": 88, "y": 83 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 5, "y": 6 },
|
||||
"frame": { "h": 77, "w": 77, "x": 171, "y": 83 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 6, "y": 7 },
|
||||
"frame": { "h": 77, "w": 76, "x": 249, "y": 83 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 561, "y": 130 },
|
||||
"frame": { "h": 0, "w": 0, "x": 326, "y": 83 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 561, "y": 130 },
|
||||
"frame": { "h": 0, "w": 0, "x": 326, "y": 83 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 561, "y": 130 },
|
||||
"frame": { "h": 0, "w": 0, "x": 326, "y": 83 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 561, "y": 130 },
|
||||
"frame": { "h": 0, "w": 0, "x": 326, "y": 83 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 561, "y": 130 },
|
||||
"frame": { "h": 0, "w": 0, "x": 326, "y": 83 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 5, "y": 0 },
|
||||
"frame": { "h": 87, "w": 77, "x": 327, "y": 83 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 2, "y": 2 },
|
||||
"frame": { "h": 88, "w": 85, "x": 405, "y": 83 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 2, "y": 2 },
|
||||
"frame": { "h": 88, "w": 85, "x": 0, "y": 172 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 0, "y": 2 },
|
||||
"frame": { "h": 88, "w": 89, "x": 86, "y": 172 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 1, "y": 3 },
|
||||
"frame": { "h": 87, "w": 87, "x": 176, "y": 172 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 3, "y": 3 },
|
||||
"frame": { "h": 87, "w": 84, "x": 264, "y": 172 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 6, "y": 4 },
|
||||
"frame": { "h": 86, "w": 79, "x": 349, "y": 172 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 8, "y": 4 },
|
||||
"frame": { "h": 87, "w": 75, "x": 429, "y": 172 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 10, "y": 5 },
|
||||
"frame": { "h": 86, "w": 71, "x": 0, "y": 261 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 561, "y": 130 },
|
||||
"frame": { "h": 0, "w": 0, "x": 72, "y": 261 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 561, "y": 130 },
|
||||
"frame": { "h": 0, "w": 0, "x": 72, "y": 261 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 561, "y": 130 },
|
||||
"frame": { "h": 0, "w": 0, "x": 72, "y": 261 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 561, "y": 130 },
|
||||
"frame": { "h": 0, "w": 0, "x": 72, "y": 261 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 561, "y": 130 },
|
||||
"frame": { "h": 0, "w": 0, "x": 72, "y": 261 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 91, "w": 89, "x": 43, "y": 50 },
|
||||
"frame": { "h": 2, "w": 2, "x": 73, "y": 261 }
|
||||
}
|
||||
]
|
||||
}
|
BIN
run3/img/character/Bunny.png
Normal file
After Width: | Height: | Size: 20 KiB |
524
run3/img/character/Child.json
Normal file
@ -0,0 +1,524 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 10, "y": 19 },
|
||||
"frame": { "h": 88, "w": 60, "x": 0, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 8, "y": 19 },
|
||||
"frame": { "h": 88, "w": 62, "x": 61, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 7, "y": 18 },
|
||||
"frame": { "h": 89, "w": 63, "x": 124, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 6, "y": 18 },
|
||||
"frame": { "h": 89, "w": 64, "x": 188, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 6, "y": 18 },
|
||||
"frame": { "h": 88, "w": 64, "x": 253, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 6, "y": 18 },
|
||||
"frame": { "h": 88, "w": 64, "x": 318, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 8, "y": 19 },
|
||||
"frame": { "h": 87, "w": 62, "x": 383, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 10, "y": 19 },
|
||||
"frame": { "h": 88, "w": 60, "x": 446, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 10, "y": 19 },
|
||||
"frame": { "h": 88, "w": 60, "x": 507, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 9, "y": 21 },
|
||||
"frame": { "h": 87, "w": 60, "x": 568, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 7, "y": 20 },
|
||||
"frame": { "h": 88, "w": 62, "x": 629, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 7, "y": 20 },
|
||||
"frame": { "h": 88, "w": 63, "x": 692, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 9, "y": 19 },
|
||||
"frame": { "h": 89, "w": 61, "x": 756, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 10, "y": 19 },
|
||||
"frame": { "h": 87, "w": 60, "x": 818, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 10, "y": 16 },
|
||||
"frame": { "h": 92, "w": 72, "x": 879, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 8, "y": 16 },
|
||||
"frame": { "h": 93, "w": 74, "x": 0, "y": 93 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 7, "y": 16 },
|
||||
"frame": { "h": 94, "w": 75, "x": 75, "y": 93 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 6, "y": 16 },
|
||||
"frame": { "h": 93, "w": 76, "x": 151, "y": 93 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 7, "y": 16 },
|
||||
"frame": { "h": 94, "w": 75, "x": 228, "y": 93 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 8, "y": 16 },
|
||||
"frame": { "h": 94, "w": 74, "x": 304, "y": 93 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 10, "y": 17 },
|
||||
"frame": { "h": 93, "w": 72, "x": 379, "y": 93 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 17 },
|
||||
"frame": { "h": 93, "w": 69, "x": 452, "y": 93 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 13, "y": 17 },
|
||||
"frame": { "h": 93, "w": 68, "x": 522, "y": 93 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 17 },
|
||||
"frame": { "h": 91, "w": 70, "x": 591, "y": 93 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 8, "y": 18 },
|
||||
"frame": { "h": 91, "w": 73, "x": 662, "y": 93 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 8, "y": 18 },
|
||||
"frame": { "h": 91, "w": 73, "x": 736, "y": 93 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 10, "y": 17 },
|
||||
"frame": { "h": 91, "w": 71, "x": 810, "y": 93 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 16 },
|
||||
"frame": { "h": 91, "w": 71, "x": 882, "y": 93 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 17 },
|
||||
"frame": { "h": 91, "w": 52, "x": 954, "y": 93 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 7, "y": 16 },
|
||||
"frame": { "h": 93, "w": 56, "x": 0, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 7, "y": 16 },
|
||||
"frame": { "h": 94, "w": 55, "x": 57, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 6, "y": 16 },
|
||||
"frame": { "h": 93, "w": 56, "x": 113, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 7, "y": 15 },
|
||||
"frame": { "h": 95, "w": 55, "x": 170, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 7, "y": 14 },
|
||||
"frame": { "h": 96, "w": 56, "x": 226, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 9, "y": 14 },
|
||||
"frame": { "h": 96, "w": 53, "x": 283, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 10, "y": 15 },
|
||||
"frame": { "h": 95, "w": 51, "x": 337, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 15 },
|
||||
"frame": { "h": 95, "w": 50, "x": 389, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 16 },
|
||||
"frame": { "h": 92, "w": 50, "x": 440, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 8, "y": 18 },
|
||||
"frame": { "h": 91, "w": 55, "x": 491, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 8, "y": 17 },
|
||||
"frame": { "h": 92, "w": 55, "x": 547, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 10, "y": 16 },
|
||||
"frame": { "h": 92, "w": 52, "x": 603, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 16 },
|
||||
"frame": { "h": 91, "w": 50, "x": 656, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 19 },
|
||||
"frame": { "h": 89, "w": 58, "x": 707, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 9, "y": 19 },
|
||||
"frame": { "h": 89, "w": 60, "x": 766, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 7, "y": 19 },
|
||||
"frame": { "h": 89, "w": 62, "x": 827, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 7, "y": 18 },
|
||||
"frame": { "h": 89, "w": 62, "x": 890, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 8, "y": 18 },
|
||||
"frame": { "h": 87, "w": 61, "x": 953, "y": 188 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 10, "y": 17 },
|
||||
"frame": { "h": 86, "w": 59, "x": 0, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 10, "y": 17 },
|
||||
"frame": { "h": 86, "w": 59, "x": 60, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 8, "y": 17 },
|
||||
"frame": { "h": 89, "w": 61, "x": 120, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 7, "y": 18 },
|
||||
"frame": { "h": 91, "w": 62, "x": 182, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 19 },
|
||||
"frame": { "h": 89, "w": 58, "x": 245, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 19 },
|
||||
"frame": { "h": 89, "w": 57, "x": 304, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 19 },
|
||||
"frame": { "h": 89, "w": 57, "x": 362, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 18 },
|
||||
"frame": { "h": 89, "w": 57, "x": 420, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 18 },
|
||||
"frame": { "h": 87, "w": 57, "x": 478, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 17 },
|
||||
"frame": { "h": 86, "w": 57, "x": 536, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 17 },
|
||||
"frame": { "h": 86, "w": 57, "x": 594, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 17 },
|
||||
"frame": { "h": 89, "w": 57, "x": 652, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 18 },
|
||||
"frame": { "h": 91, "w": 57, "x": 710, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 13, "y": 15 },
|
||||
"frame": { "h": 93, "w": 66, "x": 768, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 14, "y": 14 },
|
||||
"frame": { "h": 94, "w": 65, "x": 835, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 14, "y": 14 },
|
||||
"frame": { "h": 92, "w": 65, "x": 901, "y": 285 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 14, "y": 14 },
|
||||
"frame": { "h": 91, "w": 65, "x": 0, "y": 380 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 13, "y": 13 },
|
||||
"frame": { "h": 90, "w": 66, "x": 66, "y": 380 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 13, "y": 13 },
|
||||
"frame": { "h": 88, "w": 66, "x": 133, "y": 380 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 12 },
|
||||
"frame": { "h": 87, "w": 67, "x": 200, "y": 380 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 14, "y": 13 },
|
||||
"frame": { "h": 90, "w": 65, "x": 268, "y": 380 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 14, "y": 14 },
|
||||
"frame": { "h": 92, "w": 65, "x": 334, "y": 380 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 13, "y": 15 },
|
||||
"frame": { "h": 93, "w": 66, "x": 400, "y": 380 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 14 },
|
||||
"frame": { "h": 95, "w": 67, "x": 467, "y": 380 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 14 },
|
||||
"frame": { "h": 95, "w": 67, "x": 535, "y": 380 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 14 },
|
||||
"frame": { "h": 93, "w": 68, "x": 603, "y": 380 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 13 },
|
||||
"frame": { "h": 94, "w": 68, "x": 672, "y": 380 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 13 },
|
||||
"frame": { "h": 93, "w": 68, "x": 741, "y": 380 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 12 },
|
||||
"frame": { "h": 93, "w": 68, "x": 810, "y": 380 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 13 },
|
||||
"frame": { "h": 94, "w": 68, "x": 879, "y": 380 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 14 },
|
||||
"frame": { "h": 95, "w": 67, "x": 948, "y": 380 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 17, "y": 14 },
|
||||
"frame": { "h": 94, "w": 46, "x": 0, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 17, "y": 13 },
|
||||
"frame": { "h": 95, "w": 46, "x": 47, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 17, "y": 13 },
|
||||
"frame": { "h": 93, "w": 46, "x": 94, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 15, "y": 12 },
|
||||
"frame": { "h": 93, "w": 48, "x": 141, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 15, "y": 12 },
|
||||
"frame": { "h": 91, "w": 48, "x": 190, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 13, "y": 11 },
|
||||
"frame": { "h": 90, "w": 50, "x": 239, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 11 },
|
||||
"frame": { "h": 88, "w": 51, "x": 290, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 15, "y": 12 },
|
||||
"frame": { "h": 91, "w": 48, "x": 342, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 17, "y": 13 },
|
||||
"frame": { "h": 93, "w": 46, "x": 391, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 17, "y": 14 },
|
||||
"frame": { "h": 94, "w": 46, "x": 438, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 16, "y": 13 },
|
||||
"frame": { "h": 96, "w": 47, "x": 485, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 14, "y": 13 },
|
||||
"frame": { "h": 96, "w": 49, "x": 533, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 13, "y": 12 },
|
||||
"frame": { "h": 95, "w": 50, "x": 583, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 12 },
|
||||
"frame": { "h": 95, "w": 51, "x": 634, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 11 },
|
||||
"frame": { "h": 95, "w": 52, "x": 686, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 11 },
|
||||
"frame": { "h": 94, "w": 52, "x": 739, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 12 },
|
||||
"frame": { "h": 95, "w": 51, "x": 792, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 14, "y": 13 },
|
||||
"frame": { "h": 96, "w": 50, "x": 844, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 1, "y": 21 },
|
||||
"frame": { "h": 89, "w": 59, "x": 895, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 3, "y": 19 },
|
||||
"frame": { "h": 90, "w": 57, "x": 955, "y": 476 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 20, "y": 17 },
|
||||
"frame": { "h": 92, "w": 35, "x": 0, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 4, "y": 46 },
|
||||
"frame": { "h": 49, "w": 59, "x": 36, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 0, "y": 18 },
|
||||
"frame": { "h": 88, "w": 65, "x": 96, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 20, "y": 17 },
|
||||
"frame": { "h": 92, "w": 44, "x": 162, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 22, "y": 17 },
|
||||
"frame": { "h": 92, "w": 33, "x": 207, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 1, "y": 19 },
|
||||
"frame": { "h": 89, "w": 55, "x": 241, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 3, "y": 19 },
|
||||
"frame": { "h": 89, "w": 55, "x": 297, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 6, "y": 34 },
|
||||
"frame": { "h": 74, "w": 49, "x": 353, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 7, "y": 36 },
|
||||
"frame": { "h": 72, "w": 49, "x": 403, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 10, "y": 26 },
|
||||
"frame": { "h": 82, "w": 46, "x": 453, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 17, "y": 0 },
|
||||
"frame": { "h": 108, "w": 39, "x": 500, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 17, "y": 0 },
|
||||
"frame": { "h": 108, "w": 41, "x": 540, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 12, "y": 2 },
|
||||
"frame": { "h": 106, "w": 46, "x": 582, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 16, "y": 47 },
|
||||
"frame": { "h": 51, "w": 38, "x": 629, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 13, "y": 54 },
|
||||
"frame": { "h": 54, "w": 41, "x": 668, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 3, "y": 20 },
|
||||
"frame": { "h": 88, "w": 53, "x": 710, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 15, "y": 11 },
|
||||
"frame": { "h": 97, "w": 46, "x": 764, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 3, "y": 19 },
|
||||
"frame": { "h": 89, "w": 53, "x": 811, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 4, "y": 19 },
|
||||
"frame": { "h": 85, "w": 49, "x": 865, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 3, "y": 19 },
|
||||
"frame": { "h": 89, "w": 56, "x": 915, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 3, "y": 19 },
|
||||
"frame": { "h": 89, "w": 56, "x": 915, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 11, "y": 59 },
|
||||
"frame": { "h": 51, "w": 48, "x": 972, "y": 573 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 7, "y": 60 },
|
||||
"frame": { "h": 52, "w": 53, "x": 0, "y": 682 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 3, "y": 27 },
|
||||
"frame": { "h": 82, "w": 56, "x": 54, "y": 682 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 3, "y": 27 },
|
||||
"frame": { "h": 82, "w": 56, "x": 111, "y": 682 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 24, "y": 8 },
|
||||
"frame": { "h": 100, "w": 45, "x": 168, "y": 682 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 9, "y": 23 },
|
||||
"frame": { "h": 85, "w": 59, "x": 214, "y": 682 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 20, "y": 12 },
|
||||
"frame": { "h": 97, "w": 35, "x": 274, "y": 682 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 19, "y": 7 },
|
||||
"frame": { "h": 101, "w": 63, "x": 310, "y": 682 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 2, "y": 23 },
|
||||
"frame": { "h": 87, "w": 57, "x": 374, "y": 682 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 6, "y": 32 },
|
||||
"frame": { "h": 79, "w": 52, "x": 432, "y": 682 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 112, "w": 82, "x": 35, "y": 72 },
|
||||
"frame": { "h": 2, "w": 1, "x": 485, "y": 682 }
|
||||
}
|
||||
]
|
||||
}
|
BIN
run3/img/character/Child.png
Normal file
After Width: | Height: | Size: 84 KiB |
596
run3/img/character/Climber.json
Normal file
@ -0,0 +1,596 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"filename": "Runner instance 10000",
|
||||
"frame": { "x": 0, "y": 0, "w": 76, "h": 72 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 13, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10001",
|
||||
"frame": { "x": 77, "y": 0, "w": 85, "h": 74 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 12, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10002",
|
||||
"frame": { "x": 163, "y": 0, "w": 87, "h": 76 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 10, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10003",
|
||||
"frame": { "x": 251, "y": 0, "w": 87, "h": 75 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 10, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10004",
|
||||
"frame": { "x": 339, "y": 0, "w": 87, "h": 75 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 9, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10005",
|
||||
"frame": { "x": 0, "y": 77, "w": 86, "h": 73 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 10, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10006",
|
||||
"frame": { "x": 87, "y": 77, "w": 83, "h": 72 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 12, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10007",
|
||||
"frame": { "x": 171, "y": 77, "w": 76, "h": 71 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 14, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10008",
|
||||
"frame": { "x": 248, "y": 77, "w": 75, "h": 70 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 15, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10009",
|
||||
"frame": { "x": 324, "y": 77, "w": 80, "h": 63 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 24, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10010",
|
||||
"frame": { "x": 405, "y": 77, "w": 88, "h": 60 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 26, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10011",
|
||||
"frame": { "x": 405, "y": 77, "w": 88, "h": 60 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 26, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10012",
|
||||
"frame": { "x": 0, "y": 151, "w": 77, "h": 74 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 13, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10013",
|
||||
"frame": { "x": 78, "y": 151, "w": 77, "h": 74 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 9, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10014",
|
||||
"frame": { "x": 156, "y": 151, "w": 76, "h": 75 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 13, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10015",
|
||||
"frame": { "x": 233, "y": 151, "w": 85, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 13, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10016",
|
||||
"frame": { "x": 319, "y": 151, "w": 85, "h": 79 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 12, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10017",
|
||||
"frame": { "x": 405, "y": 151, "w": 89, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 13, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10018",
|
||||
"frame": { "x": 0, "y": 231, "w": 86, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 13, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10019",
|
||||
"frame": { "x": 87, "y": 231, "w": 83, "h": 82 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 10, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10020",
|
||||
"frame": { "x": 171, "y": 231, "w": 79, "h": 82 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 10, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10021",
|
||||
"frame": { "x": 251, "y": 231, "w": 76, "h": 81 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 11, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10022",
|
||||
"frame": { "x": 328, "y": 231, "w": 72, "h": 80 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 12, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10023",
|
||||
"frame": { "x": 401, "y": 231, "w": 75, "h": 76 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 14, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10024",
|
||||
"frame": { "x": 0, "y": 314, "w": 83, "h": 72 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 19, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10025",
|
||||
"frame": { "x": 0, "y": 314, "w": 83, "h": 72 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 19, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10026",
|
||||
"frame": { "x": 84, "y": 314, "w": 79, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 10, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10027",
|
||||
"frame": { "x": 164, "y": 314, "w": 74, "h": 82 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 6, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10028",
|
||||
"frame": { "x": 239, "y": 314, "w": 73, "h": 75 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 14, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10029",
|
||||
"frame": { "x": 313, "y": 314, "w": 76, "h": 75 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 13, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10030",
|
||||
"frame": { "x": 390, "y": 314, "w": 78, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10031",
|
||||
"frame": { "x": 0, "y": 397, "w": 77, "h": 77 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 10, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10032",
|
||||
"frame": { "x": 78, "y": 397, "w": 76, "h": 76 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 9, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10033",
|
||||
"frame": { "x": 155, "y": 397, "w": 73, "h": 73 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 9, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10034",
|
||||
"frame": { "x": 229, "y": 397, "w": 73, "h": 74 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 8, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10035",
|
||||
"frame": { "x": 303, "y": 397, "w": 76, "h": 75 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 10, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10036",
|
||||
"frame": { "x": 380, "y": 397, "w": 78, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 13, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10037",
|
||||
"frame": { "x": 0, "y": 476, "w": 73, "h": 75 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 14, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10038",
|
||||
"frame": { "x": 74, "y": 476, "w": 76, "h": 75 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 13, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10039",
|
||||
"frame": { "x": 151, "y": 476, "w": 78, "h": 77 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 12, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10040",
|
||||
"frame": { "x": 230, "y": 476, "w": 77, "h": 77 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 10, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10041",
|
||||
"frame": { "x": 308, "y": 476, "w": 76, "h": 76 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 9, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10042",
|
||||
"frame": { "x": 385, "y": 476, "w": 73, "h": 73 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 9, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10043",
|
||||
"frame": { "x": 0, "y": 554, "w": 73, "h": 74 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 8, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10044",
|
||||
"frame": { "x": 74, "y": 554, "w": 76, "h": 75 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 10, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10045",
|
||||
"frame": { "x": 151, "y": 554, "w": 78, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 13, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10046",
|
||||
"frame": { "x": 230, "y": 554, "w": 66, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 11, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10047",
|
||||
"frame": { "x": 297, "y": 554, "w": 65, "h": 77 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 11, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10048",
|
||||
"frame": { "x": 363, "y": 554, "w": 64, "h": 77 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 9, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10049",
|
||||
"frame": { "x": 428, "y": 554, "w": 67, "h": 76 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 8, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10050",
|
||||
"frame": { "x": 0, "y": 633, "w": 69, "h": 74 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 7, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10051",
|
||||
"frame": { "x": 70, "y": 633, "w": 72, "h": 72 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 6, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10052",
|
||||
"frame": { "x": 143, "y": 633, "w": 75, "h": 70 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 5, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10053",
|
||||
"frame": { "x": 219, "y": 633, "w": 67, "h": 75 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 7, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10054",
|
||||
"frame": { "x": 287, "y": 633, "w": 64, "h": 77 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 9, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10055",
|
||||
"frame": { "x": 352, "y": 633, "w": 66, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 11, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10056",
|
||||
"frame": { "x": 419, "y": 633, "w": 68, "h": 79 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 11, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10057",
|
||||
"frame": { "x": 0, "y": 713, "w": 73, "h": 81 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 9, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10058",
|
||||
"frame": { "x": 74, "y": 713, "w": 74, "h": 80 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 8, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10059",
|
||||
"frame": { "x": 149, "y": 713, "w": 76, "h": 80 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 7, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10060",
|
||||
"frame": { "x": 226, "y": 713, "w": 79, "h": 80 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10061",
|
||||
"frame": { "x": 306, "y": 713, "w": 79, "h": 79 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 5, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10062",
|
||||
"frame": { "x": 149, "y": 713, "w": 76, "h": 80 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 7, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10063",
|
||||
"frame": { "x": 386, "y": 713, "w": 73, "h": 81 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 9, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10064",
|
||||
"frame": { "x": 0, "y": 795, "w": 72, "h": 77 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 9, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10065",
|
||||
"frame": { "x": 73, "y": 795, "w": 66, "h": 77 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 9, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10066",
|
||||
"frame": { "x": 140, "y": 795, "w": 75, "h": 62 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 24, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10067",
|
||||
"frame": { "x": 216, "y": 795, "w": 76, "h": 75 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 12, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10068",
|
||||
"frame": { "x": 293, "y": 795, "w": 71, "h": 75 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 13, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10069",
|
||||
"frame": { "x": 365, "y": 795, "w": 75, "h": 71 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 17, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10070",
|
||||
"frame": { "x": 441, "y": 795, "w": 50, "h": 88 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 19, "y": 0, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10071",
|
||||
"frame": { "x": 0, "y": 884, "w": 63, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 10, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
},
|
||||
{
|
||||
"filename": "Runner instance 10072",
|
||||
"frame": { "x": 64, "y": 884, "w": 2, "h": 2 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 43, "y": 50, "w": 89, "h": 92 },
|
||||
"sourceSize": { "w": 89, "h": 92 }
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"app": "Adobe Flash CS6",
|
||||
"version": "12.0.2.529",
|
||||
"image": "Runner.png",
|
||||
"format": "RGBA8888",
|
||||
"size": { "w": 512, "h": 1024 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
BIN
run3/img/character/Climber.png
Normal file
After Width: | Height: | Size: 52 KiB |
360
run3/img/character/Duplicator.json
Normal file
@ -0,0 +1,360 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 5, "y": 18 },
|
||||
"frame": { "h": 73, "w": 77, "x": 0, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 2, "y": 17 },
|
||||
"frame": { "h": 74, "w": 85, "x": 78, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 1, "y": 16 },
|
||||
"frame": { "h": 75, "w": 86, "x": 164, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 0, "y": 15 },
|
||||
"frame": { "h": 75, "w": 87, "x": 251, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 0, "y": 15 },
|
||||
"frame": { "h": 74, "w": 87, "x": 339, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 0, "y": 15 },
|
||||
"frame": { "h": 74, "w": 87, "x": 427, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 3, "y": 17 },
|
||||
"frame": { "h": 72, "w": 82, "x": 515, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 5, "y": 19 },
|
||||
"frame": { "h": 71, "w": 77, "x": 598, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 6, "y": 21 },
|
||||
"frame": { "h": 70, "w": 76, "x": 676, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 4, "y": 30 },
|
||||
"frame": { "h": 62, "w": 79, "x": 753, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 1, "y": 32 },
|
||||
"frame": { "h": 60, "w": 87, "x": 833, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 1, "y": 32 },
|
||||
"frame": { "h": 60, "w": 87, "x": 833, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 4, "y": 19 },
|
||||
"frame": { "h": 74, "w": 78, "x": 921, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 6, "y": 15 },
|
||||
"frame": { "h": 74, "w": 76, "x": 0, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 5, "y": 18 },
|
||||
"frame": { "h": 76, "w": 77, "x": 77, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 2, "y": 18 },
|
||||
"frame": { "h": 79, "w": 85, "x": 155, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 2, "y": 17 },
|
||||
"frame": { "h": 80, "w": 85, "x": 241, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 0, "y": 18 },
|
||||
"frame": { "h": 79, "w": 89, "x": 327, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 1, "y": 18 },
|
||||
"frame": { "h": 79, "w": 87, "x": 417, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 3, "y": 15 },
|
||||
"frame": { "h": 82, "w": 84, "x": 505, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 6, "y": 15 },
|
||||
"frame": { "h": 82, "w": 79, "x": 590, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 8, "y": 16 },
|
||||
"frame": { "h": 82, "w": 75, "x": 670, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 10, "y": 18 },
|
||||
"frame": { "h": 80, "w": 71, "x": 746, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 6, "y": 20 },
|
||||
"frame": { "h": 75, "w": 76, "x": 818, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 2, "y": 24 },
|
||||
"frame": { "h": 72, "w": 83, "x": 895, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 2, "y": 24 },
|
||||
"frame": { "h": 72, "w": 83, "x": 895, "y": 76 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 5, "y": 15 },
|
||||
"frame": { "h": 79, "w": 78, "x": 0, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 8, "y": 12 },
|
||||
"frame": { "h": 81, "w": 74, "x": 79, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 7, "y": 20 },
|
||||
"frame": { "h": 75, "w": 73, "x": 154, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 4, "y": 19 },
|
||||
"frame": { "h": 75, "w": 75, "x": 228, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 2, "y": 17 },
|
||||
"frame": { "h": 78, "w": 77, "x": 304, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 1, "y": 16 },
|
||||
"frame": { "h": 77, "w": 78, "x": 382, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 3, "y": 15 },
|
||||
"frame": { "h": 75, "w": 76, "x": 461, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 5, "y": 14 },
|
||||
"frame": { "h": 73, "w": 74, "x": 538, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 6, "y": 14 },
|
||||
"frame": { "h": 73, "w": 73, "x": 613, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 3, "y": 16 },
|
||||
"frame": { "h": 75, "w": 76, "x": 687, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 1, "y": 18 },
|
||||
"frame": { "h": 78, "w": 78, "x": 764, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 7, "y": 20 },
|
||||
"frame": { "h": 75, "w": 73, "x": 843, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 8, "y": 19 },
|
||||
"frame": { "h": 75, "w": 75, "x": 917, "y": 159 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 8, "y": 17 },
|
||||
"frame": { "h": 78, "w": 78, "x": 0, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 9, "y": 16 },
|
||||
"frame": { "h": 77, "w": 77, "x": 79, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 9, "y": 15 },
|
||||
"frame": { "h": 75, "w": 75, "x": 157, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 9, "y": 14 },
|
||||
"frame": { "h": 73, "w": 73, "x": 233, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 9, "y": 14 },
|
||||
"frame": { "h": 73, "w": 73, "x": 307, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 9, "y": 16 },
|
||||
"frame": { "h": 75, "w": 75, "x": 381, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 8, "y": 18 },
|
||||
"frame": { "h": 78, "w": 78, "x": 457, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 10, "y": 17 },
|
||||
"frame": { "h": 78, "w": 66, "x": 536, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 11, "y": 16 },
|
||||
"frame": { "h": 78, "w": 65, "x": 603, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 11, "y": 15 },
|
||||
"frame": { "h": 77, "w": 65, "x": 669, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 12, "y": 13 },
|
||||
"frame": { "h": 77, "w": 67, "x": 735, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 11, "y": 12 },
|
||||
"frame": { "h": 74, "w": 69, "x": 803, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 11, "y": 12 },
|
||||
"frame": { "h": 71, "w": 72, "x": 873, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 9, "y": 11 },
|
||||
"frame": { "h": 69, "w": 75, "x": 946, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 12, "y": 12 },
|
||||
"frame": { "h": 76, "w": 67, "x": 0, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 11, "y": 15 },
|
||||
"frame": { "h": 77, "w": 65, "x": 68, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 10, "y": 17 },
|
||||
"frame": { "h": 78, "w": 66, "x": 536, "y": 241 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 9, "y": 16 },
|
||||
"frame": { "h": 79, "w": 69, "x": 134, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 8, "y": 15 },
|
||||
"frame": { "h": 81, "w": 72, "x": 204, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 7, "y": 13 },
|
||||
"frame": { "h": 80, "w": 75, "x": 277, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 7, "y": 13 },
|
||||
"frame": { "h": 80, "w": 77, "x": 353, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 7, "y": 11 },
|
||||
"frame": { "h": 80, "w": 78, "x": 431, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 7, "y": 10 },
|
||||
"frame": { "h": 80, "w": 78, "x": 510, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 7, "y": 13 },
|
||||
"frame": { "h": 80, "w": 77, "x": 353, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 8, "y": 15 },
|
||||
"frame": { "h": 81, "w": 72, "x": 204, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 11, "y": 17 },
|
||||
"frame": { "h": 77, "w": 65, "x": 589, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 11, "y": 17 },
|
||||
"frame": { "h": 78, "w": 68, "x": 655, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 14, "y": 17 },
|
||||
"frame": { "h": 78, "w": 61, "x": 724, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 6, "y": 20 },
|
||||
"frame": { "h": 74, "w": 74, "x": 786, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 5, "y": 18 },
|
||||
"frame": { "h": 76, "w": 74, "x": 861, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 5, "y": 13 },
|
||||
"frame": { "h": 79, "w": 69, "x": 936, "y": 320 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 0, "y": 18 },
|
||||
"frame": { "h": 76, "w": 70, "x": 0, "y": 402 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 11, "y": 17 },
|
||||
"frame": { "h": 77, "w": 65, "x": 71, "y": 402 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 19, "y": 7 },
|
||||
"frame": { "h": 86, "w": 49, "x": 137, "y": 402 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 12, "y": 24 },
|
||||
"frame": { "h": 63, "w": 64, "x": 187, "y": 402 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 6, "y": 19 },
|
||||
"frame": { "h": 70, "w": 75, "x": 252, "y": 402 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 18, "y": 7 },
|
||||
"frame": { "h": 84, "w": 50, "x": 328, "y": 402 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 9, "y": 15 },
|
||||
"frame": { "h": 79, "w": 72, "x": 379, "y": 402 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 17, "y": 17 },
|
||||
"frame": { "h": 80, "w": 51, "x": 452, "y": 402 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 11, "y": 15 },
|
||||
"frame": { "h": 79, "w": 63, "x": 504, "y": 402 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 10, "y": 17 },
|
||||
"frame": { "h": 77, "w": 67, "x": 568, "y": 402 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 8, "y": 17 },
|
||||
"frame": { "h": 76, "w": 71, "x": 636, "y": 402 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 7, "y": 18 },
|
||||
"frame": { "h": 75, "w": 73, "x": 708, "y": 402 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 12, "y": 16 },
|
||||
"frame": { "h": 77, "w": 61, "x": 782, "y": 402 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 5, "y": 20 },
|
||||
"frame": { "h": 73, "w": 77, "x": 844, "y": 402 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 16, "y": 0 },
|
||||
"frame": { "h": 95, "w": 59, "x": 922, "y": 402 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 8, "y": 17 },
|
||||
"frame": { "h": 76, "w": 71, "x": 0, "y": 498 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 6, "y": 21 },
|
||||
"frame": { "h": 71, "w": 74, "x": 72, "y": 498 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 11, "y": 17 },
|
||||
"frame": { "h": 77, "w": 65, "x": 147, "y": 498 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 98, "w": 89, "x": 43, "y": 58 },
|
||||
"frame": { "h": 2, "w": 2, "x": 213, "y": 498 }
|
||||
}
|
||||
]
|
||||
}
|
BIN
run3/img/character/Duplicator.png
Normal file
After Width: | Height: | Size: 66 KiB |
508
run3/img/character/Gentleman.json
Normal file
@ -0,0 +1,508 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 6, "y": 36 },
|
||||
"frame": { "h": 93, "w": 76, "x": 0, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 3, "y": 37 },
|
||||
"frame": { "h": 93, "w": 84, "x": 77, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 1, "y": 37 },
|
||||
"frame": { "h": 93, "w": 87, "x": 162, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 1, "y": 37 },
|
||||
"frame": { "h": 92, "w": 87, "x": 250, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 1, "y": 38 },
|
||||
"frame": { "h": 90, "w": 87, "x": 338, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 1, "y": 38 },
|
||||
"frame": { "h": 89, "w": 86, "x": 426, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 3, "y": 40 },
|
||||
"frame": { "h": 88, "w": 83, "x": 513, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 6, "y": 43 },
|
||||
"frame": { "h": 86, "w": 77, "x": 597, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 7, "y": 44 },
|
||||
"frame": { "h": 86, "w": 75, "x": 675, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 4, "y": 52 },
|
||||
"frame": { "h": 79, "w": 80, "x": 751, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 1, "y": 56 },
|
||||
"frame": { "h": 74, "w": 88, "x": 832, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 1, "y": 59 },
|
||||
"frame": { "h": 71, "w": 88, "x": 921, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 5, "y": 45 },
|
||||
"frame": { "h": 86, "w": 77, "x": 0, "y": 94 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 6, "y": 34 },
|
||||
"frame": { "h": 93, "w": 77, "x": 78, "y": 94 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 6, "y": 37 },
|
||||
"frame": { "h": 95, "w": 76, "x": 156, "y": 94 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 2, "y": 38 },
|
||||
"frame": { "h": 97, "w": 85, "x": 233, "y": 94 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 2, "y": 38 },
|
||||
"frame": { "h": 97, "w": 85, "x": 319, "y": 94 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 0, "y": 38 },
|
||||
"frame": { "h": 97, "w": 89, "x": 405, "y": 94 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 2, "y": 39 },
|
||||
"frame": { "h": 96, "w": 86, "x": 495, "y": 94 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 4, "y": 40 },
|
||||
"frame": { "h": 95, "w": 83, "x": 582, "y": 94 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 6, "y": 41 },
|
||||
"frame": { "h": 94, "w": 79, "x": 666, "y": 94 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 44 },
|
||||
"frame": { "h": 92, "w": 75, "x": 746, "y": 94 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 11, "y": 45 },
|
||||
"frame": { "h": 91, "w": 71, "x": 822, "y": 94 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 7, "y": 53 },
|
||||
"frame": { "h": 80, "w": 75, "x": 894, "y": 94 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 3, "y": 57 },
|
||||
"frame": { "h": 77, "w": 83, "x": 0, "y": 192 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 3, "y": 60 },
|
||||
"frame": { "h": 74, "w": 83, "x": 84, "y": 192 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 6, "y": 46 },
|
||||
"frame": { "h": 86, "w": 78, "x": 168, "y": 192 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 8, "y": 35 },
|
||||
"frame": { "h": 97, "w": 74, "x": 247, "y": 192 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 7, "y": 38 },
|
||||
"frame": { "h": 95, "w": 73, "x": 322, "y": 192 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 4, "y": 37 },
|
||||
"frame": { "h": 95, "w": 76, "x": 396, "y": 192 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 2, "y": 35 },
|
||||
"frame": { "h": 98, "w": 78, "x": 473, "y": 192 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 2, "y": 34 },
|
||||
"frame": { "h": 97, "w": 78, "x": 552, "y": 192 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 3, "y": 33 },
|
||||
"frame": { "h": 96, "w": 77, "x": 631, "y": 192 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 6, "y": 33 },
|
||||
"frame": { "h": 93, "w": 74, "x": 709, "y": 192 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 6, "y": 32 },
|
||||
"frame": { "h": 94, "w": 74, "x": 784, "y": 192 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 3, "y": 34 },
|
||||
"frame": { "h": 95, "w": 77, "x": 859, "y": 192 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 2, "y": 36 },
|
||||
"frame": { "h": 99, "w": 78, "x": 937, "y": 192 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 8, "y": 38 },
|
||||
"frame": { "h": 95, "w": 73, "x": 0, "y": 292 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 37 },
|
||||
"frame": { "h": 95, "w": 75, "x": 74, "y": 292 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 35 },
|
||||
"frame": { "h": 98, "w": 77, "x": 150, "y": 292 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 34 },
|
||||
"frame": { "h": 97, "w": 78, "x": 228, "y": 292 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 33 },
|
||||
"frame": { "h": 96, "w": 76, "x": 307, "y": 292 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 32 },
|
||||
"frame": { "h": 94, "w": 73, "x": 384, "y": 292 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 32 },
|
||||
"frame": { "h": 94, "w": 73, "x": 458, "y": 292 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 34 },
|
||||
"frame": { "h": 95, "w": 76, "x": 532, "y": 292 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 36 },
|
||||
"frame": { "h": 99, "w": 77, "x": 609, "y": 292 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 11, "y": 39 },
|
||||
"frame": { "h": 94, "w": 66, "x": 687, "y": 292 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 12, "y": 39 },
|
||||
"frame": { "h": 93, "w": 65, "x": 754, "y": 292 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 12, "y": 37 },
|
||||
"frame": { "h": 93, "w": 64, "x": 820, "y": 292 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 12, "y": 36 },
|
||||
"frame": { "h": 92, "w": 67, "x": 885, "y": 292 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 11, "y": 34 },
|
||||
"frame": { "h": 90, "w": 69, "x": 953, "y": 292 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 11, "y": 33 },
|
||||
"frame": { "h": 88, "w": 72, "x": 0, "y": 392 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 32 },
|
||||
"frame": { "h": 86, "w": 75, "x": 73, "y": 392 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 12, "y": 34 },
|
||||
"frame": { "h": 92, "w": 67, "x": 149, "y": 392 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 12, "y": 37 },
|
||||
"frame": { "h": 93, "w": 64, "x": 217, "y": 392 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 11, "y": 39 },
|
||||
"frame": { "h": 94, "w": 66, "x": 282, "y": 392 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 10, "y": 39 },
|
||||
"frame": { "h": 95, "w": 68, "x": 349, "y": 392 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 37 },
|
||||
"frame": { "h": 97, "w": 72, "x": 418, "y": 392 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 8, "y": 35 },
|
||||
"frame": { "h": 96, "w": 74, "x": 491, "y": 392 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 8, "y": 34 },
|
||||
"frame": { "h": 97, "w": 76, "x": 566, "y": 392 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 7, "y": 33 },
|
||||
"frame": { "h": 97, "w": 79, "x": 643, "y": 392 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 8, "y": 30 },
|
||||
"frame": { "h": 98, "w": 78, "x": 723, "y": 392 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 8, "y": 34 },
|
||||
"frame": { "h": 97, "w": 76, "x": 802, "y": 392 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 37 },
|
||||
"frame": { "h": 97, "w": 72, "x": 879, "y": 392 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 6, "y": 35 },
|
||||
"frame": { "h": 95, "w": 74, "x": 0, "y": 491 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 36 },
|
||||
"frame": { "h": 94, "w": 71, "x": 75, "y": 491 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 36 },
|
||||
"frame": { "h": 94, "w": 72, "x": 147, "y": 491 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 36 },
|
||||
"frame": { "h": 93, "w": 71, "x": 220, "y": 491 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 8, "y": 36 },
|
||||
"frame": { "h": 96, "w": 73, "x": 292, "y": 491 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 36 },
|
||||
"frame": { "h": 94, "w": 72, "x": 366, "y": 491 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 11, "y": 36 },
|
||||
"frame": { "h": 96, "w": 64, "x": 439, "y": 491 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 11, "y": 36 },
|
||||
"frame": { "h": 97, "w": 65, "x": 504, "y": 491 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 7, "y": 37 },
|
||||
"frame": { "h": 94, "w": 76, "x": 570, "y": 491 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 12, "y": 36 },
|
||||
"frame": { "h": 96, "w": 63, "x": 647, "y": 491 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 12, "y": 36 },
|
||||
"frame": { "h": 96, "w": 63, "x": 711, "y": 491 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 12, "y": 36 },
|
||||
"frame": { "h": 96, "w": 63, "x": 775, "y": 491 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 12, "y": 36 },
|
||||
"frame": { "h": 96, "w": 63, "x": 839, "y": 491 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 11, "y": 36 },
|
||||
"frame": { "h": 96, "w": 66, "x": 903, "y": 491 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 12, "y": 36 },
|
||||
"frame": { "h": 96, "w": 65, "x": 0, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 36 },
|
||||
"frame": { "h": 94, "w": 72, "x": 66, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 12, "y": 36 },
|
||||
"frame": { "h": 96, "w": 63, "x": 139, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 11, "y": 38 },
|
||||
"frame": { "h": 93, "w": 67, "x": 203, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 45 },
|
||||
"frame": { "h": 87, "w": 72, "x": 271, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 7, "y": 33 },
|
||||
"frame": { "h": 98, "w": 73, "x": 344, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 12, "y": 36 },
|
||||
"frame": { "h": 96, "w": 63, "x": 418, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 31 },
|
||||
"frame": { "h": 100, "w": 78, "x": 482, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 10, "y": 34 },
|
||||
"frame": { "h": 97, "w": 73, "x": 561, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 9, "y": 36 },
|
||||
"frame": { "h": 95, "w": 66, "x": 635, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 11, "y": 39 },
|
||||
"frame": { "h": 94, "w": 71, "x": 702, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 257, "y": 303 },
|
||||
"frame": { "h": 0, "w": 0, "x": 774, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 257, "y": 303 },
|
||||
"frame": { "h": 0, "w": 0, "x": 774, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 257, "y": 303 },
|
||||
"frame": { "h": 0, "w": 0, "x": 774, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 257, "y": 303 },
|
||||
"frame": { "h": 0, "w": 0, "x": 774, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 257, "y": 303 },
|
||||
"frame": { "h": 0, "w": 0, "x": 774, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 257, "y": 303 },
|
||||
"frame": { "h": 0, "w": 0, "x": 774, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 257, "y": 303 },
|
||||
"frame": { "h": 0, "w": 0, "x": 774, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 257, "y": 303 },
|
||||
"frame": { "h": 0, "w": 0, "x": 774, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 257, "y": 303 },
|
||||
"frame": { "h": 0, "w": 0, "x": 774, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 257, "y": 303 },
|
||||
"frame": { "h": 0, "w": 0, "x": 774, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 3, "y": 38 },
|
||||
"frame": { "h": 94, "w": 82, "x": 775, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 5, "y": 37 },
|
||||
"frame": { "h": 87, "w": 78, "x": 858, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 4, "y": 45 },
|
||||
"frame": { "h": 60, "w": 80, "x": 937, "y": 589 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 5, "y": 42 },
|
||||
"frame": { "h": 58, "w": 78, "x": 0, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 8, "y": 36 },
|
||||
"frame": { "h": 57, "w": 72, "x": 79, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 6, "y": 20 },
|
||||
"frame": { "h": 72, "w": 76, "x": 152, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 6, "y": 6 },
|
||||
"frame": { "h": 85, "w": 76, "x": 229, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 8, "y": 0 },
|
||||
"frame": { "h": 93, "w": 72, "x": 306, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 8, "y": 23 },
|
||||
"frame": { "h": 74, "w": 72, "x": 379, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 6, "y": 36 },
|
||||
"frame": { "h": 60, "w": 76, "x": 452, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 5, "y": 38 },
|
||||
"frame": { "h": 60, "w": 78, "x": 529, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 6, "y": 33 },
|
||||
"frame": { "h": 82, "w": 76, "x": 608, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 6, "y": 33 },
|
||||
"frame": { "h": 98, "w": 76, "x": 685, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 8, "y": 25 },
|
||||
"frame": { "h": 107, "w": 70, "x": 762, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 11, "y": 28 },
|
||||
"frame": { "h": 97, "w": 74, "x": 833, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 12, "y": 32 },
|
||||
"frame": { "h": 69, "w": 84, "x": 908, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 13, "y": 32 },
|
||||
"frame": { "h": 60, "w": 89, "x": 0, "y": 798 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 8, "y": 25 },
|
||||
"frame": { "h": 75, "w": 82, "x": 90, "y": 798 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 12, "y": 8 },
|
||||
"frame": { "h": 93, "w": 61, "x": 173, "y": 798 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 18, "y": 10 },
|
||||
"frame": { "h": 89, "w": 60, "x": 235, "y": 798 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 11, "y": 13 },
|
||||
"frame": { "h": 87, "w": 74, "x": 296, "y": 798 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 4, "y": 24 },
|
||||
"frame": { "h": 71, "w": 84, "x": 371, "y": 798 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 3, "y": 31 },
|
||||
"frame": { "h": 60, "w": 85, "x": 456, "y": 798 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 5, "y": 27 },
|
||||
"frame": { "h": 68, "w": 82, "x": 542, "y": 798 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 8, "y": 27 },
|
||||
"frame": { "h": 85, "w": 73, "x": 625, "y": 798 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 13, "y": 33 },
|
||||
"frame": { "h": 94, "w": 67, "x": 699, "y": 798 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 136, "w": 102, "x": 44, "y": 97 },
|
||||
"frame": { "h": 1, "w": 1, "x": 767, "y": 798 }
|
||||
}
|
||||
]
|
||||
}
|
BIN
run3/img/character/Gentleman.png
Normal file
After Width: | Height: | Size: 98 KiB |
804
run3/img/character/Ghost.json
Normal file
@ -0,0 +1,804 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"filename": "Ghost instance 10000",
|
||||
"frame": { "x": 0, "y": 0, "w": 60, "h": 88 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 7, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10001",
|
||||
"frame": { "x": 61, "y": 0, "w": 62, "h": 89 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 7, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10002",
|
||||
"frame": { "x": 124, "y": 0, "w": 63, "h": 89 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 6, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10003",
|
||||
"frame": { "x": 188, "y": 0, "w": 63, "h": 89 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 6, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10004",
|
||||
"frame": { "x": 252, "y": 0, "w": 63, "h": 90 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 6, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10005",
|
||||
"frame": { "x": 316, "y": 0, "w": 63, "h": 88 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 6, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10006",
|
||||
"frame": { "x": 380, "y": 0, "w": 62, "h": 87 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 7, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10007",
|
||||
"frame": { "x": 443, "y": 0, "w": 60, "h": 87 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 8, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10008",
|
||||
"frame": { "x": 504, "y": 0, "w": 60, "h": 90 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 7, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10009",
|
||||
"frame": { "x": 565, "y": 0, "w": 60, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 9, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10010",
|
||||
"frame": { "x": 626, "y": 0, "w": 63, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 8, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10011",
|
||||
"frame": { "x": 626, "y": 0, "w": 63, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 8, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10012",
|
||||
"frame": { "x": 690, "y": 0, "w": 61, "h": 88 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 8, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10013",
|
||||
"frame": { "x": 752, "y": 0, "w": 60, "h": 88 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 7, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10014",
|
||||
"frame": { "x": 813, "y": 0, "w": 72, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 4, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10015",
|
||||
"frame": { "x": 886, "y": 0, "w": 74, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 4, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10016",
|
||||
"frame": { "x": 0, "y": 95, "w": 74, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 4, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10017",
|
||||
"frame": { "x": 75, "y": 95, "w": 76, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 4, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10018",
|
||||
"frame": { "x": 152, "y": 95, "w": 75, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 4, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10019",
|
||||
"frame": { "x": 228, "y": 95, "w": 73, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10020",
|
||||
"frame": { "x": 302, "y": 95, "w": 72, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 5, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10021",
|
||||
"frame": { "x": 375, "y": 95, "w": 69, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 5, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10022",
|
||||
"frame": { "x": 445, "y": 95, "w": 68, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 5, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10023",
|
||||
"frame": { "x": 514, "y": 95, "w": 70, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 5, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10024",
|
||||
"frame": { "x": 585, "y": 95, "w": 73, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 6, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10025",
|
||||
"frame": { "x": 659, "y": 95, "w": 73, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 6, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10026",
|
||||
"frame": { "x": 733, "y": 95, "w": 71, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 5, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10027",
|
||||
"frame": { "x": 805, "y": 95, "w": 71, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10028",
|
||||
"frame": { "x": 877, "y": 95, "w": 52, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 5, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10029",
|
||||
"frame": { "x": 930, "y": 95, "w": 56, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 5, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10030",
|
||||
"frame": { "x": 0, "y": 190, "w": 54, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 4, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10031",
|
||||
"frame": { "x": 55, "y": 190, "w": 56, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 4, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10032",
|
||||
"frame": { "x": 112, "y": 190, "w": 55, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 3, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10033",
|
||||
"frame": { "x": 168, "y": 190, "w": 56, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10034",
|
||||
"frame": { "x": 225, "y": 190, "w": 53, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 2, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10035",
|
||||
"frame": { "x": 279, "y": 190, "w": 51, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 3, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10036",
|
||||
"frame": { "x": 331, "y": 190, "w": 50, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 3, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10037",
|
||||
"frame": { "x": 382, "y": 190, "w": 50, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10038",
|
||||
"frame": { "x": 433, "y": 190, "w": 55, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 6, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10039",
|
||||
"frame": { "x": 489, "y": 190, "w": 55, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 5, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10040",
|
||||
"frame": { "x": 545, "y": 190, "w": 52, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 5, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10041",
|
||||
"frame": { "x": 598, "y": 190, "w": 50, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 4, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10042",
|
||||
"frame": { "x": 649, "y": 190, "w": 58, "h": 89 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 7, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10043",
|
||||
"frame": { "x": 708, "y": 190, "w": 60, "h": 89 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 7, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10044",
|
||||
"frame": { "x": 769, "y": 190, "w": 62, "h": 89 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 7, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10045",
|
||||
"frame": { "x": 832, "y": 190, "w": 62, "h": 89 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 6, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10046",
|
||||
"frame": { "x": 895, "y": 190, "w": 61, "h": 87 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 6, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10047",
|
||||
"frame": { "x": 957, "y": 190, "w": 59, "h": 85 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 6, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10048",
|
||||
"frame": { "x": 0, "y": 287, "w": 59, "h": 86 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 5, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10049",
|
||||
"frame": { "x": 60, "y": 287, "w": 61, "h": 89 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 5, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10050",
|
||||
"frame": { "x": 122, "y": 287, "w": 62, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 6, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10051",
|
||||
"frame": { "x": 185, "y": 287, "w": 58, "h": 89 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 7, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10052",
|
||||
"frame": { "x": 244, "y": 287, "w": 57, "h": 89 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 7, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10053",
|
||||
"frame": { "x": 302, "y": 287, "w": 57, "h": 89 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 7, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10054",
|
||||
"frame": { "x": 360, "y": 287, "w": 56, "h": 89 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 6, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10055",
|
||||
"frame": { "x": 417, "y": 287, "w": 57, "h": 87 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 6, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10056",
|
||||
"frame": { "x": 475, "y": 287, "w": 57, "h": 85 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 6, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10057",
|
||||
"frame": { "x": 533, "y": 287, "w": 56, "h": 86 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 5, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10058",
|
||||
"frame": { "x": 590, "y": 287, "w": 57, "h": 89 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 5, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10059",
|
||||
"frame": { "x": 648, "y": 287, "w": 57, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 6, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10060",
|
||||
"frame": { "x": 706, "y": 287, "w": 66, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 3, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10061",
|
||||
"frame": { "x": 773, "y": 287, "w": 65, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 3, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10062",
|
||||
"frame": { "x": 839, "y": 287, "w": 65, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10063",
|
||||
"frame": { "x": 905, "y": 287, "w": 65, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10064",
|
||||
"frame": { "x": 0, "y": 381, "w": 65, "h": 90 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 1, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10065",
|
||||
"frame": { "x": 66, "y": 381, "w": 66, "h": 88 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 1, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10066",
|
||||
"frame": { "x": 133, "y": 381, "w": 67, "h": 87 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 0, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10067",
|
||||
"frame": { "x": 201, "y": 381, "w": 65, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 1, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10068",
|
||||
"frame": { "x": 267, "y": 381, "w": 65, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10069",
|
||||
"frame": { "x": 333, "y": 381, "w": 66, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 3, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10070",
|
||||
"frame": { "x": 400, "y": 381, "w": 67, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 3, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10071",
|
||||
"frame": { "x": 468, "y": 381, "w": 67, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 2, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10072",
|
||||
"frame": { "x": 536, "y": 381, "w": 68, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 2, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10073",
|
||||
"frame": { "x": 605, "y": 381, "w": 68, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 1, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10074",
|
||||
"frame": { "x": 674, "y": 381, "w": 68, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 1, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10075",
|
||||
"frame": { "x": 743, "y": 381, "w": 68, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 0, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10076",
|
||||
"frame": { "x": 812, "y": 381, "w": 68, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 1, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10077",
|
||||
"frame": { "x": 881, "y": 381, "w": 67, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 2, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10078",
|
||||
"frame": { "x": 949, "y": 381, "w": 47, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10079",
|
||||
"frame": { "x": 0, "y": 477, "w": 46, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 1, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10080",
|
||||
"frame": { "x": 47, "y": 477, "w": 46, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 1, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10081",
|
||||
"frame": { "x": 94, "y": 477, "w": 48, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 0, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10082",
|
||||
"frame": { "x": 143, "y": 477, "w": 48, "h": 91 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 0, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10083",
|
||||
"frame": { "x": 192, "y": 477, "w": 50, "h": 89 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 0, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10084",
|
||||
"frame": { "x": 243, "y": 477, "w": 51, "h": 87 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 0, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10085",
|
||||
"frame": { "x": 295, "y": 477, "w": 49, "h": 92 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 0, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10086",
|
||||
"frame": { "x": 345, "y": 477, "w": 46, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 1, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10087",
|
||||
"frame": { "x": 392, "y": 477, "w": 46, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10088",
|
||||
"frame": { "x": 439, "y": 477, "w": 48, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 1, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10089",
|
||||
"frame": { "x": 488, "y": 477, "w": 50, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 1, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10090",
|
||||
"frame": { "x": 539, "y": 477, "w": 50, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 0, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10091",
|
||||
"frame": { "x": 590, "y": 477, "w": 51, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 0, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10092",
|
||||
"frame": { "x": 642, "y": 477, "w": 52, "h": 94 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 0, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10093",
|
||||
"frame": { "x": 695, "y": 477, "w": 52, "h": 93 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 0, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10094",
|
||||
"frame": { "x": 748, "y": 477, "w": 51, "h": 95 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 0, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10095",
|
||||
"frame": { "x": 800, "y": 477, "w": 50, "h": 96 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 1, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10096",
|
||||
"frame": { "x": 851, "y": 477, "w": 51, "h": 43 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 52, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10097",
|
||||
"frame": { "x": 903, "y": 477, "w": 43, "h": 46 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 49, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
},
|
||||
{
|
||||
"filename": "Ghost instance 10098",
|
||||
"frame": { "x": 947, "y": 477, "w": 1, "h": 2 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 29, "y": 60, "w": 76, "h": 100 },
|
||||
"sourceSize": { "w": 76, "h": 100 }
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"app": "Adobe Flash CS6",
|
||||
"version": "12.0.2.529",
|
||||
"image": "Ghost.png",
|
||||
"format": "RGBA8888",
|
||||
"size": { "w": 1024, "h": 1024 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
BIN
run3/img/character/Ghost.png
Normal file
After Width: | Height: | Size: 42 KiB |
296
run3/img/character/IceSkater.json
Normal file
@ -0,0 +1,296 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 3 },
|
||||
"frame": { "h": 78, "w": 69, "x": 0, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 3, "y": 4 },
|
||||
"frame": { "h": 76, "w": 76, "x": 70, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 4 },
|
||||
"frame": { "h": 75, "w": 77, "x": 147, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 1, "y": 4 },
|
||||
"frame": { "h": 73, "w": 78, "x": 225, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 1, "y": 5 },
|
||||
"frame": { "h": 71, "w": 78, "x": 304, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 1, "y": 3 },
|
||||
"frame": { "h": 72, "w": 78, "x": 383, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 3 },
|
||||
"frame": { "h": 71, "w": 76, "x": 0, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 7 },
|
||||
"frame": { "h": 70, "w": 75, "x": 77, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 6 },
|
||||
"frame": { "h": 72, "w": 76, "x": 153, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 0, "y": 14 },
|
||||
"frame": { "h": 65, "w": 80, "x": 230, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 0, "y": 19 },
|
||||
"frame": { "h": 59, "w": 82, "x": 311, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 0, "y": 19 },
|
||||
"frame": { "h": 59, "w": 82, "x": 311, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 5, "y": 9 },
|
||||
"frame": { "h": 71, "w": 69, "x": 394, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 2 },
|
||||
"frame": { "h": 78, "w": 69, "x": 0, "y": 152 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 0 },
|
||||
"frame": { "h": 83, "w": 68, "x": 70, "y": 152 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 3, "y": 4 },
|
||||
"frame": { "h": 79, "w": 76, "x": 139, "y": 152 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 3, "y": 4 },
|
||||
"frame": { "h": 79, "w": 76, "x": 216, "y": 152 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 1, "y": 4 },
|
||||
"frame": { "h": 79, "w": 80, "x": 293, "y": 152 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 5 },
|
||||
"frame": { "h": 77, "w": 78, "x": 374, "y": 152 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 4, "y": 5 },
|
||||
"frame": { "h": 77, "w": 75, "x": 0, "y": 236 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 7, "y": 5 },
|
||||
"frame": { "h": 76, "w": 70, "x": 76, "y": 236 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 6 },
|
||||
"frame": { "h": 74, "w": 68, "x": 147, "y": 236 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 7, "y": 6 },
|
||||
"frame": { "h": 74, "w": 67, "x": 216, "y": 236 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 10 },
|
||||
"frame": { "h": 69, "w": 69, "x": 284, "y": 236 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 3, "y": 14 },
|
||||
"frame": { "h": 65, "w": 75, "x": 354, "y": 236 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 3, "y": 14 },
|
||||
"frame": { "h": 65, "w": 75, "x": 354, "y": 236 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 6 },
|
||||
"frame": { "h": 76, "w": 70, "x": 430, "y": 236 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 2 },
|
||||
"frame": { "h": 80, "w": 66, "x": 0, "y": 314 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 9, "y": 4 },
|
||||
"frame": { "h": 76, "w": 65, "x": 67, "y": 314 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 4 },
|
||||
"frame": { "h": 77, "w": 68, "x": 133, "y": 314 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 4, "y": 4 },
|
||||
"frame": { "h": 77, "w": 70, "x": 202, "y": 314 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 4, "y": 4 },
|
||||
"frame": { "h": 78, "w": 68, "x": 273, "y": 314 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 4 },
|
||||
"frame": { "h": 78, "w": 69, "x": 342, "y": 314 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 4 },
|
||||
"frame": { "h": 79, "w": 73, "x": 412, "y": 314 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 4 },
|
||||
"frame": { "h": 81, "w": 74, "x": 0, "y": 395 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 4 },
|
||||
"frame": { "h": 81, "w": 74, "x": 0, "y": 395 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 4 },
|
||||
"frame": { "h": 78, "w": 70, "x": 75, "y": 395 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 4, "y": 4 },
|
||||
"frame": { "h": 78, "w": 69, "x": 146, "y": 395 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 4, "y": 4 },
|
||||
"frame": { "h": 77, "w": 70, "x": 216, "y": 395 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 4 },
|
||||
"frame": { "h": 76, "w": 66, "x": 287, "y": 395 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 9, "y": 4 },
|
||||
"frame": { "h": 77, "w": 68, "x": 354, "y": 395 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 9, "y": 4 },
|
||||
"frame": { "h": 77, "w": 69, "x": 423, "y": 395 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 11, "y": 4 },
|
||||
"frame": { "h": 78, "w": 67, "x": 0, "y": 477 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 7, "y": 4 },
|
||||
"frame": { "h": 78, "w": 70, "x": 68, "y": 477 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 4 },
|
||||
"frame": { "h": 79, "w": 73, "x": 139, "y": 477 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 0, "y": 4 },
|
||||
"frame": { "h": 81, "w": 75, "x": 213, "y": 477 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 0, "y": 4 },
|
||||
"frame": { "h": 81, "w": 75, "x": 213, "y": 477 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 7, "y": 4 },
|
||||
"frame": { "h": 78, "w": 70, "x": 289, "y": 477 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 10, "y": 4 },
|
||||
"frame": { "h": 78, "w": 69, "x": 360, "y": 477 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 9, "y": 4 },
|
||||
"frame": { "h": 77, "w": 70, "x": 430, "y": 477 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 9, "y": 3 },
|
||||
"frame": { "h": 80, "w": 59, "x": 0, "y": 559 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 10, "y": 3 },
|
||||
"frame": { "h": 81, "w": 58, "x": 60, "y": 559 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 3 },
|
||||
"frame": { "h": 81, "w": 60, "x": 119, "y": 559 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 3 },
|
||||
"frame": { "h": 81, "w": 61, "x": 180, "y": 559 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 3 },
|
||||
"frame": { "h": 81, "w": 63, "x": 242, "y": 559 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 3 },
|
||||
"frame": { "h": 81, "w": 68, "x": 306, "y": 559 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 3 },
|
||||
"frame": { "h": 81, "w": 70, "x": 375, "y": 559 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 3 },
|
||||
"frame": { "h": 81, "w": 70, "x": 375, "y": 559 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 9, "y": 3 },
|
||||
"frame": { "h": 81, "w": 64, "x": 446, "y": 559 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 11, "y": 3 },
|
||||
"frame": { "h": 81, "w": 61, "x": 0, "y": 641 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 10, "y": 3 },
|
||||
"frame": { "h": 81, "w": 58, "x": 62, "y": 641 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 10, "y": 3 },
|
||||
"frame": { "h": 81, "w": 58, "x": 121, "y": 641 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 3 },
|
||||
"frame": { "h": 81, "w": 61, "x": 180, "y": 641 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 7, "y": 3 },
|
||||
"frame": { "h": 82, "w": 64, "x": 242, "y": 641 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 3 },
|
||||
"frame": { "h": 83, "w": 67, "x": 307, "y": 641 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 4, "y": 4 },
|
||||
"frame": { "h": 82, "w": 69, "x": 375, "y": 641 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 4 },
|
||||
"frame": { "h": 83, "w": 74, "x": 0, "y": 725 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 1, "y": 4 },
|
||||
"frame": { "h": 83, "w": 75, "x": 75, "y": 725 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 1, "y": 4 },
|
||||
"frame": { "h": 83, "w": 75, "x": 75, "y": 725 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 4 },
|
||||
"frame": { "h": 83, "w": 74, "x": 151, "y": 725 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 4, "y": 3 },
|
||||
"frame": { "h": 83, "w": 70, "x": 226, "y": 725 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 7, "y": 3 },
|
||||
"frame": { "h": 82, "w": 64, "x": 297, "y": 725 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 40, "y": 49 },
|
||||
"frame": { "h": 2, "w": 2, "x": 362, "y": 725 }
|
||||
}
|
||||
]
|
||||
}
|
BIN
run3/img/character/IceSkater.png
Normal file
After Width: | Height: | Size: 60 KiB |
532
run3/img/character/JackOLantern.json
Normal file
@ -0,0 +1,532 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"filename": "JackOLantern instance 10000",
|
||||
"frame": { "x": 0, "y": 0, "w": 76, "h": 80 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 3, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10001",
|
||||
"frame": { "x": 77, "y": 0, "w": 84, "h": 79 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 4, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10002",
|
||||
"frame": { "x": 162, "y": 0, "w": 87, "h": 79 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 4, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10003",
|
||||
"frame": { "x": 250, "y": 0, "w": 87, "h": 76 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 6, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10004",
|
||||
"frame": { "x": 338, "y": 0, "w": 87, "h": 74 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 7, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10005",
|
||||
"frame": { "x": 0, "y": 81, "w": 87, "h": 73 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 7, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10006",
|
||||
"frame": { "x": 88, "y": 81, "w": 83, "h": 72 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 9, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10007",
|
||||
"frame": { "x": 172, "y": 81, "w": 77, "h": 71 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 11, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10008",
|
||||
"frame": { "x": 250, "y": 81, "w": 75, "h": 70 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 13, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10009",
|
||||
"frame": { "x": 326, "y": 81, "w": 80, "h": 64 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 21, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10010",
|
||||
"frame": { "x": 407, "y": 81, "w": 88, "h": 62 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 23, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10011",
|
||||
"frame": { "x": 0, "y": 155, "w": 88, "h": 62 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 1, "y": 23, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10012",
|
||||
"frame": { "x": 89, "y": 155, "w": 78, "h": 73 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 11, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10013",
|
||||
"frame": { "x": 168, "y": 155, "w": 77, "h": 75 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10014",
|
||||
"frame": { "x": 246, "y": 155, "w": 76, "h": 80 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10015",
|
||||
"frame": { "x": 323, "y": 155, "w": 85, "h": 83 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10016",
|
||||
"frame": { "x": 409, "y": 155, "w": 85, "h": 81 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10017",
|
||||
"frame": { "x": 0, "y": 239, "w": 89, "h": 80 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 0, "y": 8, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10018",
|
||||
"frame": { "x": 90, "y": 239, "w": 86, "h": 79 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 9, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10019",
|
||||
"frame": { "x": 177, "y": 239, "w": 83, "h": 82 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 7, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10020",
|
||||
"frame": { "x": 261, "y": 239, "w": 78, "h": 82 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 7, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10021",
|
||||
"frame": { "x": 340, "y": 239, "w": 75, "h": 81 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 8, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10022",
|
||||
"frame": { "x": 416, "y": 239, "w": 72, "h": 80 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 9, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10023",
|
||||
"frame": { "x": 0, "y": 322, "w": 76, "h": 75 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 7, "y": 11, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10024",
|
||||
"frame": { "x": 77, "y": 322, "w": 83, "h": 72 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 16, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10025",
|
||||
"frame": { "x": 161, "y": 322, "w": 83, "h": 72 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 16, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10026",
|
||||
"frame": { "x": 245, "y": 322, "w": 78, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 7, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10027",
|
||||
"frame": { "x": 324, "y": 322, "w": 74, "h": 82 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 3, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10028",
|
||||
"frame": { "x": 399, "y": 322, "w": 73, "h": 77 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 9, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10029",
|
||||
"frame": { "x": 0, "y": 405, "w": 75, "h": 80 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 5, "y": 6, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10030",
|
||||
"frame": { "x": 76, "y": 405, "w": 78, "h": 83 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 4, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10031",
|
||||
"frame": { "x": 155, "y": 405, "w": 77, "h": 83 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 2, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10032",
|
||||
"frame": { "x": 233, "y": 405, "w": 75, "h": 81 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 4, "y": 1, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10033",
|
||||
"frame": { "x": 309, "y": 405, "w": 73, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 1, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10034",
|
||||
"frame": { "x": 383, "y": 405, "w": 73, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 1, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10035",
|
||||
"frame": { "x": 0, "y": 489, "w": 76, "h": 80 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 3, "y": 3, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10036",
|
||||
"frame": { "x": 77, "y": 489, "w": 78, "h": 83 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10037",
|
||||
"frame": { "x": 156, "y": 489, "w": 73, "h": 77 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 9, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10038",
|
||||
"frame": { "x": 230, "y": 489, "w": 75, "h": 80 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 6, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10039",
|
||||
"frame": { "x": 306, "y": 489, "w": 77, "h": 83 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 4, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10040",
|
||||
"frame": { "x": 384, "y": 489, "w": 78, "h": 83 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10041",
|
||||
"frame": { "x": 0, "y": 573, "w": 76, "h": 81 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 1, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10042",
|
||||
"frame": { "x": 77, "y": 573, "w": 73, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 1, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10043",
|
||||
"frame": { "x": 151, "y": 573, "w": 73, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 1, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10044",
|
||||
"frame": { "x": 225, "y": 573, "w": 76, "h": 80 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 3, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10045",
|
||||
"frame": { "x": 302, "y": 573, "w": 78, "h": 83 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 5, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10046",
|
||||
"frame": { "x": 381, "y": 573, "w": 71, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 8, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10047",
|
||||
"frame": { "x": 0, "y": 657, "w": 69, "h": 80 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 5, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10048",
|
||||
"frame": { "x": 70, "y": 657, "w": 67, "h": 81 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 3, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10049",
|
||||
"frame": { "x": 138, "y": 657, "w": 66, "h": 80 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 13, "y": 1, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10050",
|
||||
"frame": { "x": 205, "y": 657, "w": 69, "h": 77 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 0, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10051",
|
||||
"frame": { "x": 275, "y": 657, "w": 72, "h": 74 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 11, "y": 0, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10052",
|
||||
"frame": { "x": 348, "y": 657, "w": 75, "h": 73 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 1, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10053",
|
||||
"frame": { "x": 424, "y": 657, "w": 68, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 2, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10054",
|
||||
"frame": { "x": 0, "y": 739, "w": 68, "h": 79 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 12, "y": 4, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10055",
|
||||
"frame": { "x": 69, "y": 739, "w": 71, "h": 78 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 8, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10056",
|
||||
"frame": { "x": 141, "y": 739, "w": 70, "h": 82 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 10, "y": 4, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10057",
|
||||
"frame": { "x": 212, "y": 739, "w": 72, "h": 85 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 2, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10058",
|
||||
"frame": { "x": 285, "y": 739, "w": 74, "h": 83 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 0, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10059",
|
||||
"frame": { "x": 360, "y": 739, "w": 78, "h": 83 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 6, "y": 0, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10060",
|
||||
"frame": { "x": 0, "y": 825, "w": 78, "h": 82 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 1, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10061",
|
||||
"frame": { "x": 79, "y": 825, "w": 78, "h": 81 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 2, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10062",
|
||||
"frame": { "x": 158, "y": 825, "w": 76, "h": 82 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 8, "y": 4, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10063",
|
||||
"frame": { "x": 235, "y": 825, "w": 72, "h": 81 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 9, "y": 8, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
},
|
||||
{
|
||||
"filename": "JackOLantern instance 10064",
|
||||
"frame": { "x": 308, "y": 825, "w": 1, "h": 2 },
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"spriteSourceSize": { "x": 44, "y": 49, "w": 89, "h": 89 },
|
||||
"sourceSize": { "w": 89, "h": 89 }
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"app": "Adobe Flash CS6",
|
||||
"version": "12.0.2.529",
|
||||
"image": "JackOLantern.png",
|
||||
"format": "RGBA8888",
|
||||
"size": { "w": 512, "h": 1024 },
|
||||
"scale": "1"
|
||||
}
|
||||
}
|
BIN
run3/img/character/JackOLantern.png
Normal file
After Width: | Height: | Size: 87 KiB |
276
run3/img/character/Lizard.json
Normal file
@ -0,0 +1,276 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 6, "y": 3 },
|
||||
"frame": { "h": 73, "w": 76, "x": 0, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 3, "y": 5 },
|
||||
"frame": { "h": 72, "w": 84, "x": 77, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 1, "y": 5 },
|
||||
"frame": { "h": 72, "w": 87, "x": 162, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 1, "y": 5 },
|
||||
"frame": { "h": 71, "w": 87, "x": 250, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 1, "y": 6 },
|
||||
"frame": { "h": 70, "w": 87, "x": 338, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 1, "y": 6 },
|
||||
"frame": { "h": 70, "w": 87, "x": 0, "y": 74 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 3, "y": 8 },
|
||||
"frame": { "h": 69, "w": 83, "x": 88, "y": 74 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 6, "y": 10 },
|
||||
"frame": { "h": 69, "w": 77, "x": 172, "y": 74 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 7, "y": 11 },
|
||||
"frame": { "h": 68, "w": 75, "x": 250, "y": 74 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 5, "y": 19 },
|
||||
"frame": { "h": 62, "w": 79, "x": 326, "y": 74 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 1, "y": 20 },
|
||||
"frame": { "h": 61, "w": 88, "x": 406, "y": 74 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 1, "y": 20 },
|
||||
"frame": { "h": 61, "w": 88, "x": 406, "y": 74 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 5, "y": 10 },
|
||||
"frame": { "h": 69, "w": 78, "x": 0, "y": 145 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 6, "y": 3 },
|
||||
"frame": { "h": 70, "w": 77, "x": 79, "y": 145 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 6, "y": 6 },
|
||||
"frame": { "h": 72, "w": 76, "x": 157, "y": 145 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 2, "y": 9 },
|
||||
"frame": { "h": 72, "w": 85, "x": 234, "y": 145 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 2, "y": 9 },
|
||||
"frame": { "h": 72, "w": 85, "x": 320, "y": 145 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 0, "y": 9 },
|
||||
"frame": { "h": 72, "w": 89, "x": 406, "y": 145 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 2, "y": 10 },
|
||||
"frame": { "h": 71, "w": 86, "x": 0, "y": 218 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 4, "y": 11 },
|
||||
"frame": { "h": 70, "w": 83, "x": 87, "y": 218 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 6, "y": 12 },
|
||||
"frame": { "h": 69, "w": 79, "x": 171, "y": 218 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 9, "y": 13 },
|
||||
"frame": { "h": 69, "w": 75, "x": 251, "y": 218 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 11, "y": 15 },
|
||||
"frame": { "h": 67, "w": 71, "x": 327, "y": 218 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 7, "y": 16 },
|
||||
"frame": { "h": 63, "w": 76, "x": 399, "y": 218 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 3, "y": 20 },
|
||||
"frame": { "h": 61, "w": 83, "x": 0, "y": 290 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 3, "y": 20 },
|
||||
"frame": { "h": 61, "w": 83, "x": 0, "y": 290 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 6, "y": 12 },
|
||||
"frame": { "h": 66, "w": 78, "x": 84, "y": 290 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 8, "y": 6 },
|
||||
"frame": { "h": 71, "w": 74, "x": 163, "y": 290 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 8, "y": 6 },
|
||||
"frame": { "h": 72, "w": 73, "x": 238, "y": 290 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 5, "y": 5 },
|
||||
"frame": { "h": 72, "w": 75, "x": 312, "y": 290 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 2, "y": 3 },
|
||||
"frame": { "h": 75, "w": 78, "x": 388, "y": 290 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 2, "y": 2 },
|
||||
"frame": { "h": 74, "w": 77, "x": 0, "y": 366 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 4, "y": 1 },
|
||||
"frame": { "h": 72, "w": 75, "x": 78, "y": 366 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 6, "y": 0 },
|
||||
"frame": { "h": 70, "w": 73, "x": 154, "y": 366 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 7, "y": 0 },
|
||||
"frame": { "h": 70, "w": 72, "x": 228, "y": 366 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 4, "y": 2 },
|
||||
"frame": { "h": 72, "w": 75, "x": 301, "y": 366 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 2, "y": 4 },
|
||||
"frame": { "h": 75, "w": 78, "x": 377, "y": 366 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 8, "y": 6 },
|
||||
"frame": { "h": 72, "w": 73, "x": 0, "y": 442 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 9, "y": 5 },
|
||||
"frame": { "h": 72, "w": 75, "x": 74, "y": 442 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 9, "y": 3 },
|
||||
"frame": { "h": 75, "w": 78, "x": 150, "y": 442 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 10, "y": 2 },
|
||||
"frame": { "h": 74, "w": 77, "x": 229, "y": 442 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 10, "y": 1 },
|
||||
"frame": { "h": 72, "w": 75, "x": 307, "y": 442 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 10, "y": 0 },
|
||||
"frame": { "h": 70, "w": 73, "x": 383, "y": 442 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 10, "y": 0 },
|
||||
"frame": { "h": 70, "w": 72, "x": 0, "y": 518 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 10, "y": 2 },
|
||||
"frame": { "h": 72, "w": 75, "x": 73, "y": 518 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 9, "y": 4 },
|
||||
"frame": { "h": 75, "w": 78, "x": 149, "y": 518 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 11, "y": 8 },
|
||||
"frame": { "h": 71, "w": 66, "x": 228, "y": 518 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 12, "y": 8 },
|
||||
"frame": { "h": 70, "w": 65, "x": 295, "y": 518 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 12, "y": 6 },
|
||||
"frame": { "h": 70, "w": 65, "x": 361, "y": 518 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 12, "y": 5 },
|
||||
"frame": { "h": 69, "w": 68, "x": 427, "y": 518 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 11, "y": 4 },
|
||||
"frame": { "h": 68, "w": 70, "x": 0, "y": 594 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 11, "y": 3 },
|
||||
"frame": { "h": 68, "w": 72, "x": 71, "y": 594 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 10, "y": 2 },
|
||||
"frame": { "h": 69, "w": 75, "x": 144, "y": 594 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 12, "y": 4 },
|
||||
"frame": { "h": 69, "w": 68, "x": 220, "y": 594 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 12, "y": 6 },
|
||||
"frame": { "h": 70, "w": 65, "x": 289, "y": 594 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 11, "y": 8 },
|
||||
"frame": { "h": 71, "w": 66, "x": 355, "y": 594 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 10, "y": 8 },
|
||||
"frame": { "h": 71, "w": 69, "x": 422, "y": 594 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 9, "y": 6 },
|
||||
"frame": { "h": 74, "w": 72, "x": 0, "y": 666 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 8, "y": 5 },
|
||||
"frame": { "h": 72, "w": 74, "x": 73, "y": 666 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 8, "y": 4 },
|
||||
"frame": { "h": 73, "w": 76, "x": 148, "y": 666 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 8, "y": 3 },
|
||||
"frame": { "h": 72, "w": 78, "x": 225, "y": 666 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 8, "y": 2 },
|
||||
"frame": { "h": 72, "w": 78, "x": 304, "y": 666 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 8, "y": 4 },
|
||||
"frame": { "h": 73, "w": 76, "x": 383, "y": 666 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 9, "y": 6 },
|
||||
"frame": { "h": 74, "w": 72, "x": 0, "y": 741 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 8, "y": 16 },
|
||||
"frame": { "h": 55, "w": 72, "x": 73, "y": 741 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 7, "y": 13 },
|
||||
"frame": { "h": 54, "w": 75, "x": 146, "y": 741 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 11, "y": 16 },
|
||||
"frame": { "h": 53, "w": 64, "x": 222, "y": 741 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 82, "w": 89, "x": 44, "y": 42 },
|
||||
"frame": { "h": 1, "w": 1, "x": 287, "y": 741 }
|
||||
}
|
||||
]
|
||||
}
|
BIN
run3/img/character/Lizard.png
Normal file
After Width: | Height: | Size: 54 KiB |
264
run3/img/character/Ninja.json
Normal file
@ -0,0 +1,264 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 4, "y": 5 },
|
||||
"frame": { "h": 48, "w": 51, "x": 0, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 2, "y": 4 },
|
||||
"frame": { "h": 50, "w": 56, "x": 52, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 1, "y": 3 },
|
||||
"frame": { "h": 50, "w": 57, "x": 109, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 0, "y": 3 },
|
||||
"frame": { "h": 50, "w": 58, "x": 167, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 0, "y": 3 },
|
||||
"frame": { "h": 49, "w": 58, "x": 226, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 0, "y": 3 },
|
||||
"frame": { "h": 49, "w": 58, "x": 285, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 2, "y": 4 },
|
||||
"frame": { "h": 48, "w": 55, "x": 344, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 4, "y": 6 },
|
||||
"frame": { "h": 47, "w": 51, "x": 400, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 4, "y": 7 },
|
||||
"frame": { "h": 46, "w": 51, "x": 452, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 3, "y": 12 },
|
||||
"frame": { "h": 42, "w": 53, "x": 0, "y": 51 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 1, "y": 14 },
|
||||
"frame": { "h": 40, "w": 58, "x": 54, "y": 51 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 1, "y": 14 },
|
||||
"frame": { "h": 40, "w": 58, "x": 54, "y": 51 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 3, "y": 5 },
|
||||
"frame": { "h": 49, "w": 52, "x": 113, "y": 51 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 4, "y": 2 },
|
||||
"frame": { "h": 50, "w": 51, "x": 166, "y": 51 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 4, "y": 4 },
|
||||
"frame": { "h": 51, "w": 51, "x": 218, "y": 51 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 2, "y": 4 },
|
||||
"frame": { "h": 52, "w": 56, "x": 270, "y": 51 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 2, "y": 4 },
|
||||
"frame": { "h": 52, "w": 56, "x": 327, "y": 51 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 0, "y": 4 },
|
||||
"frame": { "h": 52, "w": 59, "x": 384, "y": 51 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 1, "y": 4 },
|
||||
"frame": { "h": 52, "w": 58, "x": 444, "y": 51 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 2, "y": 2 },
|
||||
"frame": { "h": 55, "w": 56, "x": 0, "y": 104 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 4, "y": 2 },
|
||||
"frame": { "h": 55, "w": 53, "x": 57, "y": 104 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 6, "y": 3 },
|
||||
"frame": { "h": 54, "w": 50, "x": 111, "y": 104 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 7, "y": 4 },
|
||||
"frame": { "h": 53, "w": 47, "x": 162, "y": 104 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 5, "y": 5 },
|
||||
"frame": { "h": 50, "w": 50, "x": 210, "y": 104 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 2, "y": 8 },
|
||||
"frame": { "h": 48, "w": 55, "x": 261, "y": 104 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 2, "y": 8 },
|
||||
"frame": { "h": 48, "w": 55, "x": 261, "y": 104 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 4, "y": 2 },
|
||||
"frame": { "h": 52, "w": 52, "x": 317, "y": 104 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 5, "y": 0 },
|
||||
"frame": { "h": 54, "w": 50, "x": 370, "y": 104 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 5, "y": 5 },
|
||||
"frame": { "h": 50, "w": 49, "x": 421, "y": 104 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 3, "y": 5 },
|
||||
"frame": { "h": 49, "w": 50, "x": 0, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 1, "y": 3 },
|
||||
"frame": { "h": 52, "w": 52, "x": 51, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 1, "y": 3 },
|
||||
"frame": { "h": 51, "w": 52, "x": 104, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 2, "y": 2 },
|
||||
"frame": { "h": 50, "w": 51, "x": 157, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 4, "y": 2 },
|
||||
"frame": { "h": 48, "w": 49, "x": 209, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 4, "y": 1 },
|
||||
"frame": { "h": 49, "w": 49, "x": 259, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 2, "y": 3 },
|
||||
"frame": { "h": 50, "w": 51, "x": 309, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 1, "y": 4 },
|
||||
"frame": { "h": 52, "w": 52, "x": 361, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 5, "y": 5 },
|
||||
"frame": { "h": 50, "w": 49, "x": 414, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 6, "y": 5 },
|
||||
"frame": { "h": 49, "w": 50, "x": 0, "y": 213 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 6, "y": 3 },
|
||||
"frame": { "h": 52, "w": 51, "x": 51, "y": 213 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 6, "y": 3 },
|
||||
"frame": { "h": 51, "w": 51, "x": 103, "y": 213 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 6, "y": 2 },
|
||||
"frame": { "h": 50, "w": 50, "x": 155, "y": 213 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 6, "y": 2 },
|
||||
"frame": { "h": 48, "w": 49, "x": 206, "y": 213 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 6, "y": 1 },
|
||||
"frame": { "h": 49, "w": 49, "x": 256, "y": 213 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 6, "y": 3 },
|
||||
"frame": { "h": 50, "w": 50, "x": 306, "y": 213 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 6, "y": 4 },
|
||||
"frame": { "h": 52, "w": 51, "x": 357, "y": 213 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 7, "y": 4 },
|
||||
"frame": { "h": 52, "w": 44, "x": 409, "y": 213 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 8, "y": 4 },
|
||||
"frame": { "h": 51, "w": 43, "x": 454, "y": 213 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 8, "y": 3 },
|
||||
"frame": { "h": 51, "w": 43, "x": 0, "y": 266 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 8, "y": 2 },
|
||||
"frame": { "h": 51, "w": 45, "x": 44, "y": 266 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 7, "y": 1 },
|
||||
"frame": { "h": 49, "w": 46, "x": 90, "y": 266 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 7, "y": 1 },
|
||||
"frame": { "h": 47, "w": 48, "x": 137, "y": 266 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 6, "y": 0 },
|
||||
"frame": { "h": 46, "w": 50, "x": 186, "y": 266 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 8, "y": 1 },
|
||||
"frame": { "h": 50, "w": 45, "x": 237, "y": 266 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 8, "y": 3 },
|
||||
"frame": { "h": 51, "w": 43, "x": 283, "y": 266 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 7, "y": 4 },
|
||||
"frame": { "h": 52, "w": 44, "x": 409, "y": 213 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 6, "y": 4 },
|
||||
"frame": { "h": 52, "w": 46, "x": 327, "y": 266 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 6, "y": 2 },
|
||||
"frame": { "h": 55, "w": 48, "x": 374, "y": 266 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 5, "y": 2 },
|
||||
"frame": { "h": 53, "w": 50, "x": 423, "y": 266 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 5, "y": 1 },
|
||||
"frame": { "h": 53, "w": 51, "x": 0, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 5, "y": 0 },
|
||||
"frame": { "h": 54, "w": 52, "x": 52, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 5, "y": 0 },
|
||||
"frame": { "h": 52, "w": 52, "x": 105, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 5, "y": 1 },
|
||||
"frame": { "h": 53, "w": 51, "x": 0, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 6, "y": 2 },
|
||||
"frame": { "h": 55, "w": 48, "x": 374, "y": 266 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 57, "w": 59, "x": 29, "y": 20 },
|
||||
"frame": { "h": 2, "w": 1, "x": 158, "y": 322 }
|
||||
}
|
||||
]
|
||||
}
|
BIN
run3/img/character/Ninja.png
Normal file
After Width: | Height: | Size: 30 KiB |
476
run3/img/character/Pastafarian.json
Normal file
@ -0,0 +1,476 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 19, "y": 5 },
|
||||
"frame": { "h": 78, "w": 77, "x": 0, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 15, "y": 6 },
|
||||
"frame": { "h": 78, "w": 85, "x": 78, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 14, "y": 6 },
|
||||
"frame": { "h": 78, "w": 87, "x": 164, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 13, "y": 6 },
|
||||
"frame": { "h": 77, "w": 88, "x": 252, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 13, "y": 7 },
|
||||
"frame": { "h": 75, "w": 88, "x": 341, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 13, "y": 7 },
|
||||
"frame": { "h": 74, "w": 87, "x": 430, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 16, "y": 8 },
|
||||
"frame": { "h": 74, "w": 82, "x": 518, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 19, "y": 10 },
|
||||
"frame": { "h": 73, "w": 77, "x": 601, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 19, "y": 12 },
|
||||
"frame": { "h": 71, "w": 78, "x": 679, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 17, "y": 18 },
|
||||
"frame": { "h": 67, "w": 79, "x": 758, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 14, "y": 20 },
|
||||
"frame": { "h": 64, "w": 88, "x": 838, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 14, "y": 20 },
|
||||
"frame": { "h": 64, "w": 88, "x": 927, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 17, "y": 11 },
|
||||
"frame": { "h": 74, "w": 80, "x": 0, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 19, "y": 4 },
|
||||
"frame": { "h": 77, "w": 77, "x": 81, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 19, "y": 4 },
|
||||
"frame": { "h": 82, "w": 76, "x": 159, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 15, "y": 6 },
|
||||
"frame": { "h": 83, "w": 84, "x": 236, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 15, "y": 7 },
|
||||
"frame": { "h": 82, "w": 85, "x": 321, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 13, "y": 7 },
|
||||
"frame": { "h": 82, "w": 88, "x": 407, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 14, "y": 8 },
|
||||
"frame": { "h": 81, "w": 87, "x": 496, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 16, "y": 8 },
|
||||
"frame": { "h": 81, "w": 84, "x": 584, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 19, "y": 9 },
|
||||
"frame": { "h": 81, "w": 79, "x": 669, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 21, "y": 10 },
|
||||
"frame": { "h": 80, "w": 75, "x": 749, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 23, "y": 10 },
|
||||
"frame": { "h": 80, "w": 73, "x": 825, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 19, "y": 14 },
|
||||
"frame": { "h": 73, "w": 78, "x": 899, "y": 79 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 16, "y": 17 },
|
||||
"frame": { "h": 71, "w": 83, "x": 0, "y": 163 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 16, "y": 17 },
|
||||
"frame": { "h": 71, "w": 83, "x": 0, "y": 163 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 18, "y": 10 },
|
||||
"frame": { "h": 76, "w": 79, "x": 84, "y": 163 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 21, "y": 4 },
|
||||
"frame": { "h": 82, "w": 74, "x": 164, "y": 163 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 19, "y": 4 },
|
||||
"frame": { "h": 82, "w": 79, "x": 239, "y": 163 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 13, "y": 6 },
|
||||
"frame": { "h": 83, "w": 85, "x": 319, "y": 163 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 14, "y": 7 },
|
||||
"frame": { "h": 82, "w": 84, "x": 405, "y": 163 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 11, "y": 7 },
|
||||
"frame": { "h": 82, "w": 90, "x": 490, "y": 163 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 12, "y": 8 },
|
||||
"frame": { "h": 81, "w": 87, "x": 581, "y": 163 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 13, "y": 8 },
|
||||
"frame": { "h": 81, "w": 84, "x": 669, "y": 163 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 15, "y": 9 },
|
||||
"frame": { "h": 81, "w": 79, "x": 754, "y": 163 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 17, "y": 10 },
|
||||
"frame": { "h": 80, "w": 75, "x": 834, "y": 163 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 19, "y": 11 },
|
||||
"frame": { "h": 79, "w": 74, "x": 910, "y": 163 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 18, "y": 13 },
|
||||
"frame": { "h": 74, "w": 76, "x": 0, "y": 247 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 15, "y": 17 },
|
||||
"frame": { "h": 71, "w": 83, "x": 77, "y": 247 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 15, "y": 17 },
|
||||
"frame": { "h": 71, "w": 83, "x": 77, "y": 247 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 17, "y": 10 },
|
||||
"frame": { "h": 76, "w": 79, "x": 161, "y": 247 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 19, "y": 4 },
|
||||
"frame": { "h": 82, "w": 75, "x": 241, "y": 247 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 20, "y": 8 },
|
||||
"frame": { "h": 79, "w": 74, "x": 317, "y": 247 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 17, "y": 8 },
|
||||
"frame": { "h": 78, "w": 75, "x": 392, "y": 247 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 15, "y": 6 },
|
||||
"frame": { "h": 81, "w": 77, "x": 468, "y": 247 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 14, "y": 4 },
|
||||
"frame": { "h": 81, "w": 78, "x": 546, "y": 247 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 16, "y": 3 },
|
||||
"frame": { "h": 79, "w": 75, "x": 625, "y": 247 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 19, "y": 3 },
|
||||
"frame": { "h": 76, "w": 73, "x": 701, "y": 247 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 19, "y": 3 },
|
||||
"frame": { "h": 77, "w": 72, "x": 775, "y": 247 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 16, "y": 4 },
|
||||
"frame": { "h": 79, "w": 75, "x": 848, "y": 247 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 15, "y": 7 },
|
||||
"frame": { "h": 81, "w": 77, "x": 924, "y": 247 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 21, "y": 9 },
|
||||
"frame": { "h": 78, "w": 73, "x": 0, "y": 330 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 21, "y": 8 },
|
||||
"frame": { "h": 78, "w": 74, "x": 74, "y": 330 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 21, "y": 6 },
|
||||
"frame": { "h": 81, "w": 75, "x": 149, "y": 330 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 23, "y": 4 },
|
||||
"frame": { "h": 81, "w": 73, "x": 225, "y": 330 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 22, "y": 4 },
|
||||
"frame": { "h": 78, "w": 75, "x": 299, "y": 330 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 22, "y": 3 },
|
||||
"frame": { "h": 76, "w": 74, "x": 375, "y": 330 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 23, "y": 3 },
|
||||
"frame": { "h": 77, "w": 72, "x": 450, "y": 330 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 22, "y": 4 },
|
||||
"frame": { "h": 79, "w": 74, "x": 523, "y": 330 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 21, "y": 6 },
|
||||
"frame": { "h": 82, "w": 74, "x": 598, "y": 330 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 24, "y": 7 },
|
||||
"frame": { "h": 80, "w": 65, "x": 673, "y": 330 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 24, "y": 6 },
|
||||
"frame": { "h": 80, "w": 66, "x": 739, "y": 330 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 25, "y": 5 },
|
||||
"frame": { "h": 80, "w": 64, "x": 806, "y": 330 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 25, "y": 3 },
|
||||
"frame": { "h": 79, "w": 67, "x": 871, "y": 330 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 24, "y": 2 },
|
||||
"frame": { "h": 77, "w": 69, "x": 939, "y": 330 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 24, "y": 2 },
|
||||
"frame": { "h": 74, "w": 72, "x": 0, "y": 413 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 22, "y": 1 },
|
||||
"frame": { "h": 72, "w": 75, "x": 73, "y": 413 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 25, "y": 2 },
|
||||
"frame": { "h": 78, "w": 67, "x": 149, "y": 413 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 25, "y": 4 },
|
||||
"frame": { "h": 81, "w": 64, "x": 217, "y": 413 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 24, "y": 7 },
|
||||
"frame": { "h": 80, "w": 65, "x": 282, "y": 413 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 22, "y": 6 },
|
||||
"frame": { "h": 82, "w": 69, "x": 348, "y": 413 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 21, "y": 5 },
|
||||
"frame": { "h": 83, "w": 70, "x": 418, "y": 413 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 21, "y": 3 },
|
||||
"frame": { "h": 83, "w": 73, "x": 489, "y": 413 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 20, "y": 2 },
|
||||
"frame": { "h": 83, "w": 73, "x": 563, "y": 413 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 20, "y": 1 },
|
||||
"frame": { "h": 83, "w": 74, "x": 637, "y": 413 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 20, "y": 0 },
|
||||
"frame": { "h": 82, "w": 73, "x": 712, "y": 413 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 20, "y": 2 },
|
||||
"frame": { "h": 83, "w": 74, "x": 786, "y": 413 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 21, "y": 4 },
|
||||
"frame": { "h": 84, "w": 71, "x": 861, "y": 413 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 24, "y": 7 },
|
||||
"frame": { "h": 80, "w": 73, "x": 933, "y": 413 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 24, "y": 6 },
|
||||
"frame": { "h": 80, "w": 74, "x": 0, "y": 498 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 24, "y": 5 },
|
||||
"frame": { "h": 80, "w": 79, "x": 75, "y": 498 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 21, "y": 3 },
|
||||
"frame": { "h": 79, "w": 84, "x": 155, "y": 498 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 20, "y": 2 },
|
||||
"frame": { "h": 77, "w": 85, "x": 240, "y": 498 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 18, "y": 2 },
|
||||
"frame": { "h": 74, "w": 87, "x": 326, "y": 498 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 16, "y": 1 },
|
||||
"frame": { "h": 72, "w": 88, "x": 414, "y": 498 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 21, "y": 2 },
|
||||
"frame": { "h": 78, "w": 85, "x": 503, "y": 498 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 24, "y": 4 },
|
||||
"frame": { "h": 81, "w": 83, "x": 589, "y": 498 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 24, "y": 7 },
|
||||
"frame": { "h": 80, "w": 80, "x": 673, "y": 498 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 22, "y": 6 },
|
||||
"frame": { "h": 82, "w": 81, "x": 754, "y": 498 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 20, "y": 5 },
|
||||
"frame": { "h": 83, "w": 78, "x": 836, "y": 498 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 19, "y": 3 },
|
||||
"frame": { "h": 83, "w": 76, "x": 915, "y": 498 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 17, "y": 2 },
|
||||
"frame": { "h": 83, "w": 76, "x": 0, "y": 582 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 15, "y": 1 },
|
||||
"frame": { "h": 83, "w": 79, "x": 77, "y": 582 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 15, "y": 0 },
|
||||
"frame": { "h": 82, "w": 79, "x": 157, "y": 582 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 17, "y": 2 },
|
||||
"frame": { "h": 83, "w": 78, "x": 237, "y": 582 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 20, "y": 4 },
|
||||
"frame": { "h": 84, "w": 76, "x": 316, "y": 582 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 16, "y": 6 },
|
||||
"frame": { "h": 79, "w": 76, "x": 393, "y": 582 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 9, "y": 5 },
|
||||
"frame": { "h": 80, "w": 88, "x": 470, "y": 582 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 0, "y": 5 },
|
||||
"frame": { "h": 80, "w": 97, "x": 559, "y": 582 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 16, "y": 6 },
|
||||
"frame": { "h": 79, "w": 76, "x": 657, "y": 582 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 23, "y": 5 },
|
||||
"frame": { "h": 81, "w": 70, "x": 734, "y": 582 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 21, "y": 7 },
|
||||
"frame": { "h": 76, "w": 72, "x": 805, "y": 582 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 24, "y": 4 },
|
||||
"frame": { "h": 82, "w": 68, "x": 878, "y": 582 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 29, "y": 0 },
|
||||
"frame": { "h": 87, "w": 52, "x": 947, "y": 582 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 26, "y": 6 },
|
||||
"frame": { "h": 80, "w": 59, "x": 0, "y": 670 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 16, "y": 8 },
|
||||
"frame": { "h": 76, "w": 79, "x": 60, "y": 670 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 21, "y": 7 },
|
||||
"frame": { "h": 78, "w": 76, "x": 140, "y": 670 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 22, "y": 5 },
|
||||
"frame": { "h": 80, "w": 68, "x": 217, "y": 670 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 22, "y": 5 },
|
||||
"frame": { "h": 80, "w": 68, "x": 286, "y": 670 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 18, "y": 17 },
|
||||
"frame": { "h": 67, "w": 76, "x": 355, "y": 670 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 22, "y": 4 },
|
||||
"frame": { "h": 82, "w": 92, "x": 432, "y": 670 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 25, "y": 5 },
|
||||
"frame": { "h": 80, "w": 67, "x": 525, "y": 670 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 16, "y": 6 },
|
||||
"frame": { "h": 79, "w": 76, "x": 593, "y": 670 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 32, "y": 0 },
|
||||
"frame": { "h": 84, "w": 50, "x": 670, "y": 670 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 30, "y": 5 },
|
||||
"frame": { "h": 80, "w": 67, "x": 721, "y": 670 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 28, "y": 5 },
|
||||
"frame": { "h": 80, "w": 69, "x": 789, "y": 670 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 19, "y": 5 },
|
||||
"frame": { "h": 80, "w": 70, "x": 859, "y": 670 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 114, "x": 56, "y": 51 },
|
||||
"frame": { "h": 2, "w": 2, "x": 930, "y": 670 }
|
||||
}
|
||||
]
|
||||
}
|
BIN
run3/img/character/Pastafarian.png
Normal file
After Width: | Height: | Size: 99 KiB |
424
run3/img/character/Pirate.json
Normal file
@ -0,0 +1,424 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 8, "y": 7 },
|
||||
"frame": { "h": 76, "w": 79, "x": 0, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 4, "y": 9 },
|
||||
"frame": { "h": 75, "w": 85, "x": 80, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 3, "y": 9 },
|
||||
"frame": { "h": 75, "w": 87, "x": 166, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 2, "y": 9 },
|
||||
"frame": { "h": 74, "w": 88, "x": 254, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 2, "y": 9 },
|
||||
"frame": { "h": 73, "w": 88, "x": 343, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 2, "y": 9 },
|
||||
"frame": { "h": 72, "w": 87, "x": 432, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 5, "y": 9 },
|
||||
"frame": { "h": 73, "w": 82, "x": 520, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 8, "y": 11 },
|
||||
"frame": { "h": 72, "w": 77, "x": 603, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 8, "y": 12 },
|
||||
"frame": { "h": 71, "w": 78, "x": 681, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 6, "y": 16 },
|
||||
"frame": { "h": 69, "w": 79, "x": 760, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 3, "y": 16 },
|
||||
"frame": { "h": 68, "w": 88, "x": 840, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 3, "y": 16 },
|
||||
"frame": { "h": 68, "w": 88, "x": 929, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 6, "y": 14 },
|
||||
"frame": { "h": 71, "w": 80, "x": 0, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 8, "y": 7 },
|
||||
"frame": { "h": 74, "w": 78, "x": 81, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 8, "y": 6 },
|
||||
"frame": { "h": 80, "w": 76, "x": 160, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 4, "y": 9 },
|
||||
"frame": { "h": 80, "w": 84, "x": 237, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 4, "y": 9 },
|
||||
"frame": { "h": 80, "w": 85, "x": 322, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 2, "y": 10 },
|
||||
"frame": { "h": 79, "w": 88, "x": 408, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 3, "y": 11 },
|
||||
"frame": { "h": 78, "w": 87, "x": 497, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 5, "y": 11 },
|
||||
"frame": { "h": 78, "w": 84, "x": 585, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 8, "y": 11 },
|
||||
"frame": { "h": 79, "w": 79, "x": 670, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 10, "y": 12 },
|
||||
"frame": { "h": 78, "w": 75, "x": 750, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 12, "y": 13 },
|
||||
"frame": { "h": 77, "w": 73, "x": 826, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 8, "y": 16 },
|
||||
"frame": { "h": 71, "w": 78, "x": 900, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 5, "y": 20 },
|
||||
"frame": { "h": 69, "w": 83, "x": 0, "y": 158 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 5, "y": 20 },
|
||||
"frame": { "h": 69, "w": 83, "x": 0, "y": 158 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 7, "y": 13 },
|
||||
"frame": { "h": 73, "w": 79, "x": 84, "y": 158 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 10, "y": 7 },
|
||||
"frame": { "h": 79, "w": 74, "x": 164, "y": 158 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 8, "y": 6 },
|
||||
"frame": { "h": 80, "w": 80, "x": 239, "y": 158 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 2, "y": 9 },
|
||||
"frame": { "h": 80, "w": 85, "x": 320, "y": 158 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 3, "y": 9 },
|
||||
"frame": { "h": 80, "w": 85, "x": 406, "y": 158 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 0, "y": 10 },
|
||||
"frame": { "h": 79, "w": 90, "x": 492, "y": 158 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 1, "y": 11 },
|
||||
"frame": { "h": 78, "w": 87, "x": 583, "y": 158 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 2, "y": 10 },
|
||||
"frame": { "h": 79, "w": 84, "x": 671, "y": 158 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 4, "y": 10 },
|
||||
"frame": { "h": 80, "w": 81, "x": 756, "y": 158 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 6, "y": 11 },
|
||||
"frame": { "h": 79, "w": 78, "x": 838, "y": 158 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 8, "y": 12 },
|
||||
"frame": { "h": 78, "w": 76, "x": 917, "y": 158 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 7, "y": 13 },
|
||||
"frame": { "h": 74, "w": 77, "x": 0, "y": 239 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 4, "y": 17 },
|
||||
"frame": { "h": 72, "w": 83, "x": 78, "y": 239 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 4, "y": 17 },
|
||||
"frame": { "h": 72, "w": 83, "x": 78, "y": 239 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 6, "y": 12 },
|
||||
"frame": { "h": 74, "w": 80, "x": 162, "y": 239 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 8, "y": 7 },
|
||||
"frame": { "h": 79, "w": 76, "x": 243, "y": 239 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 9, "y": 11 },
|
||||
"frame": { "h": 76, "w": 75, "x": 320, "y": 239 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 6, "y": 11 },
|
||||
"frame": { "h": 75, "w": 76, "x": 396, "y": 239 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 4, "y": 9 },
|
||||
"frame": { "h": 78, "w": 78, "x": 473, "y": 239 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 3, "y": 7 },
|
||||
"frame": { "h": 78, "w": 78, "x": 552, "y": 239 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 5, "y": 6 },
|
||||
"frame": { "h": 76, "w": 75, "x": 631, "y": 239 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 8, "y": 5 },
|
||||
"frame": { "h": 74, "w": 73, "x": 707, "y": 239 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 8, "y": 5 },
|
||||
"frame": { "h": 75, "w": 72, "x": 781, "y": 239 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 5, "y": 7 },
|
||||
"frame": { "h": 76, "w": 75, "x": 854, "y": 239 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 4, "y": 10 },
|
||||
"frame": { "h": 79, "w": 77, "x": 930, "y": 239 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 10, "y": 11 },
|
||||
"frame": { "h": 76, "w": 73, "x": 0, "y": 319 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 10, "y": 10 },
|
||||
"frame": { "h": 76, "w": 74, "x": 74, "y": 319 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 10, "y": 8 },
|
||||
"frame": { "h": 79, "w": 76, "x": 149, "y": 319 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 12, "y": 7 },
|
||||
"frame": { "h": 78, "w": 75, "x": 226, "y": 319 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 11, "y": 7 },
|
||||
"frame": { "h": 75, "w": 77, "x": 302, "y": 319 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 11, "y": 6 },
|
||||
"frame": { "h": 73, "w": 76, "x": 380, "y": 319 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 12, "y": 6 },
|
||||
"frame": { "h": 74, "w": 74, "x": 457, "y": 319 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 11, "y": 6 },
|
||||
"frame": { "h": 77, "w": 76, "x": 532, "y": 319 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 10, "y": 9 },
|
||||
"frame": { "h": 80, "w": 76, "x": 609, "y": 319 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 13, "y": 9 },
|
||||
"frame": { "h": 78, "w": 65, "x": 686, "y": 319 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 13, "y": 8 },
|
||||
"frame": { "h": 78, "w": 66, "x": 752, "y": 319 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 14, "y": 7 },
|
||||
"frame": { "h": 78, "w": 64, "x": 819, "y": 319 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 14, "y": 6 },
|
||||
"frame": { "h": 76, "w": 67, "x": 884, "y": 319 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 13, "y": 5 },
|
||||
"frame": { "h": 74, "w": 69, "x": 952, "y": 319 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 13, "y": 4 },
|
||||
"frame": { "h": 72, "w": 72, "x": 0, "y": 400 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 11, "y": 3 },
|
||||
"frame": { "h": 70, "w": 75, "x": 73, "y": 400 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 14, "y": 4 },
|
||||
"frame": { "h": 76, "w": 67, "x": 149, "y": 400 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 14, "y": 6 },
|
||||
"frame": { "h": 79, "w": 64, "x": 217, "y": 400 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 13, "y": 9 },
|
||||
"frame": { "h": 78, "w": 65, "x": 282, "y": 400 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 11, "y": 9 },
|
||||
"frame": { "h": 79, "w": 69, "x": 348, "y": 400 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 10, "y": 7 },
|
||||
"frame": { "h": 82, "w": 70, "x": 418, "y": 400 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 10, "y": 6 },
|
||||
"frame": { "h": 80, "w": 73, "x": 489, "y": 400 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 9, "y": 4 },
|
||||
"frame": { "h": 81, "w": 73, "x": 563, "y": 400 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 9, "y": 3 },
|
||||
"frame": { "h": 81, "w": 74, "x": 637, "y": 400 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 9, "y": 2 },
|
||||
"frame": { "h": 80, "w": 73, "x": 712, "y": 400 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 9, "y": 4 },
|
||||
"frame": { "h": 81, "w": 74, "x": 786, "y": 400 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 10, "y": 7 },
|
||||
"frame": { "h": 82, "w": 71, "x": 861, "y": 400 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 13, "y": 9 },
|
||||
"frame": { "h": 78, "w": 73, "x": 933, "y": 400 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 13, "y": 8 },
|
||||
"frame": { "h": 78, "w": 75, "x": 0, "y": 483 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 13, "y": 7 },
|
||||
"frame": { "h": 78, "w": 82, "x": 76, "y": 483 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 10, "y": 6 },
|
||||
"frame": { "h": 76, "w": 87, "x": 159, "y": 483 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 9, "y": 5 },
|
||||
"frame": { "h": 74, "w": 89, "x": 247, "y": 483 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 7, "y": 4 },
|
||||
"frame": { "h": 72, "w": 91, "x": 337, "y": 483 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 5, "y": 3 },
|
||||
"frame": { "h": 70, "w": 92, "x": 429, "y": 483 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 10, "y": 4 },
|
||||
"frame": { "h": 76, "w": 89, "x": 522, "y": 483 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 13, "y": 6 },
|
||||
"frame": { "h": 79, "w": 87, "x": 612, "y": 483 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 13, "y": 9 },
|
||||
"frame": { "h": 78, "w": 82, "x": 700, "y": 483 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 11, "y": 9 },
|
||||
"frame": { "h": 79, "w": 82, "x": 783, "y": 483 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 9, "y": 7 },
|
||||
"frame": { "h": 82, "w": 78, "x": 866, "y": 483 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 8, "y": 6 },
|
||||
"frame": { "h": 80, "w": 77, "x": 945, "y": 483 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 6, "y": 4 },
|
||||
"frame": { "h": 81, "w": 78, "x": 0, "y": 566 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 4, "y": 3 },
|
||||
"frame": { "h": 81, "w": 80, "x": 79, "y": 566 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 4, "y": 0 },
|
||||
"frame": { "h": 82, "w": 80, "x": 160, "y": 566 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 6, "y": 4 },
|
||||
"frame": { "h": 81, "w": 80, "x": 241, "y": 566 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 9, "y": 7 },
|
||||
"frame": { "h": 82, "w": 76, "x": 322, "y": 566 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 5, "y": 24 },
|
||||
"frame": { "h": 57, "w": 84, "x": 399, "y": 566 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 5, "y": 24 },
|
||||
"frame": { "h": 57, "w": 84, "x": 484, "y": 566 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 4, "y": 21 },
|
||||
"frame": { "h": 59, "w": 82, "x": 569, "y": 566 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 1, "y": 1 },
|
||||
"frame": { "h": 82, "w": 73, "x": 652, "y": 566 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 13, "y": 7 },
|
||||
"frame": { "h": 75, "w": 69, "x": 726, "y": 566 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 14, "y": 9 },
|
||||
"frame": { "h": 74, "w": 60, "x": 796, "y": 566 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 6, "y": 6 },
|
||||
"frame": { "h": 77, "w": 73, "x": 857, "y": 566 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 6, "y": 6 },
|
||||
"frame": { "h": 76, "w": 82, "x": 931, "y": 566 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 90, "w": 100, "x": 45, "y": 48 },
|
||||
"frame": { "h": 2, "w": 2, "x": 1014, "y": 566 }
|
||||
}
|
||||
]
|
||||
}
|
BIN
run3/img/character/Pirate.png
Normal file
After Width: | Height: | Size: 82 KiB |
396
run3/img/character/Runner.json
Normal file
@ -0,0 +1,396 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 5, "y": 13 },
|
||||
"frame": { "h": 72, "w": 77, "x": 0, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 2, "y": 12 },
|
||||
"frame": { "h": 74, "w": 85, "x": 78, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 1, "y": 10 },
|
||||
"frame": { "h": 76, "w": 87, "x": 164, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 1, "y": 9 },
|
||||
"frame": { "h": 76, "w": 87, "x": 252, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 1, "y": 9 },
|
||||
"frame": { "h": 75, "w": 87, "x": 340, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 1, "y": 10 },
|
||||
"frame": { "h": 73, "w": 86, "x": 428, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 3, "y": 11 },
|
||||
"frame": { "h": 72, "w": 83, "x": 515, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 6, "y": 14 },
|
||||
"frame": { "h": 71, "w": 76, "x": 599, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 7, "y": 15 },
|
||||
"frame": { "h": 70, "w": 75, "x": 676, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 4, "y": 24 },
|
||||
"frame": { "h": 62, "w": 80, "x": 752, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 1, "y": 26 },
|
||||
"frame": { "h": 60, "w": 88, "x": 833, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 1, "y": 26 },
|
||||
"frame": { "h": 60, "w": 88, "x": 833, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 5, "y": 13 },
|
||||
"frame": { "h": 74, "w": 77, "x": 922, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 6, "y": 9 },
|
||||
"frame": { "h": 74, "w": 77, "x": 0, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 6, "y": 13 },
|
||||
"frame": { "h": 75, "w": 76, "x": 78, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 2, "y": 13 },
|
||||
"frame": { "h": 78, "w": 85, "x": 155, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 2, "y": 12 },
|
||||
"frame": { "h": 79, "w": 85, "x": 241, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 0, "y": 12 },
|
||||
"frame": { "h": 79, "w": 89, "x": 327, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 2, "y": 13 },
|
||||
"frame": { "h": 78, "w": 86, "x": 417, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 4, "y": 9 },
|
||||
"frame": { "h": 82, "w": 83, "x": 504, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 6, "y": 10 },
|
||||
"frame": { "h": 82, "w": 79, "x": 588, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 8, "y": 11 },
|
||||
"frame": { "h": 81, "w": 76, "x": 668, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 10, "y": 12 },
|
||||
"frame": { "h": 80, "w": 72, "x": 745, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 7, "y": 14 },
|
||||
"frame": { "h": 75, "w": 75, "x": 818, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 3, "y": 19 },
|
||||
"frame": { "h": 72, "w": 83, "x": 894, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 3, "y": 19 },
|
||||
"frame": { "h": 72, "w": 83, "x": 894, "y": 77 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 5, "y": 10 },
|
||||
"frame": { "h": 78, "w": 79, "x": 0, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 8, "y": 6 },
|
||||
"frame": { "h": 82, "w": 74, "x": 80, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 7, "y": 14 },
|
||||
"frame": { "h": 75, "w": 73, "x": 155, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 4, "y": 13 },
|
||||
"frame": { "h": 75, "w": 76, "x": 229, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 2, "y": 11 },
|
||||
"frame": { "h": 78, "w": 78, "x": 306, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 2, "y": 10 },
|
||||
"frame": { "h": 77, "w": 77, "x": 385, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 3, "y": 9 },
|
||||
"frame": { "h": 75, "w": 76, "x": 463, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 6, "y": 9 },
|
||||
"frame": { "h": 72, "w": 73, "x": 540, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 6, "y": 8 },
|
||||
"frame": { "h": 74, "w": 73, "x": 614, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 3, "y": 10 },
|
||||
"frame": { "h": 75, "w": 76, "x": 688, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 2, "y": 13 },
|
||||
"frame": { "h": 77, "w": 78, "x": 765, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 8, "y": 14 },
|
||||
"frame": { "h": 75, "w": 73, "x": 844, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 8, "y": 13 },
|
||||
"frame": { "h": 75, "w": 76, "x": 918, "y": 160 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 8, "y": 11 },
|
||||
"frame": { "h": 78, "w": 78, "x": 0, "y": 243 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 9, "y": 10 },
|
||||
"frame": { "h": 77, "w": 77, "x": 79, "y": 243 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 9, "y": 9 },
|
||||
"frame": { "h": 75, "w": 76, "x": 157, "y": 243 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 9, "y": 9 },
|
||||
"frame": { "h": 72, "w": 73, "x": 234, "y": 243 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 9, "y": 8 },
|
||||
"frame": { "h": 74, "w": 73, "x": 308, "y": 243 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 9, "y": 10 },
|
||||
"frame": { "h": 75, "w": 76, "x": 382, "y": 243 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 8, "y": 13 },
|
||||
"frame": { "h": 77, "w": 78, "x": 459, "y": 243 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 11, "y": 11 },
|
||||
"frame": { "h": 78, "w": 66, "x": 538, "y": 243 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 12, "y": 11 },
|
||||
"frame": { "h": 77, "w": 65, "x": 605, "y": 243 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 12, "y": 9 },
|
||||
"frame": { "h": 77, "w": 64, "x": 671, "y": 243 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 12, "y": 8 },
|
||||
"frame": { "h": 76, "w": 67, "x": 736, "y": 243 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 11, "y": 7 },
|
||||
"frame": { "h": 74, "w": 69, "x": 804, "y": 243 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 11, "y": 6 },
|
||||
"frame": { "h": 72, "w": 72, "x": 874, "y": 243 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 9, "y": 5 },
|
||||
"frame": { "h": 70, "w": 75, "x": 947, "y": 243 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 12, "y": 7 },
|
||||
"frame": { "h": 75, "w": 67, "x": 0, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 12, "y": 9 },
|
||||
"frame": { "h": 77, "w": 64, "x": 68, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 11, "y": 11 },
|
||||
"frame": { "h": 78, "w": 66, "x": 133, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 10, "y": 11 },
|
||||
"frame": { "h": 79, "w": 68, "x": 200, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 8, "y": 9 },
|
||||
"frame": { "h": 81, "w": 73, "x": 269, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 8, "y": 8 },
|
||||
"frame": { "h": 80, "w": 74, "x": 343, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 8, "y": 7 },
|
||||
"frame": { "h": 80, "w": 76, "x": 418, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 7, "y": 6 },
|
||||
"frame": { "h": 80, "w": 79, "x": 495, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 7, "y": 5 },
|
||||
"frame": { "h": 79, "w": 79, "x": 575, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 8, "y": 7 },
|
||||
"frame": { "h": 80, "w": 76, "x": 655, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 8, "y": 9 },
|
||||
"frame": { "h": 81, "w": 73, "x": 732, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 10, "y": 10 },
|
||||
"frame": { "h": 77, "w": 72, "x": 806, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 12, "y": 10 },
|
||||
"frame": { "h": 78, "w": 66, "x": 879, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 6, "y": 25 },
|
||||
"frame": { "h": 63, "w": 75, "x": 946, "y": 322 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 9, "y": 14 },
|
||||
"frame": { "h": 75, "w": 73, "x": 0, "y": 404 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 9, "y": 15 },
|
||||
"frame": { "h": 74, "w": 71, "x": 74, "y": 404 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 6, "y": 18 },
|
||||
"frame": { "h": 71, "w": 75, "x": 146, "y": 404 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 19, "y": 1 },
|
||||
"frame": { "h": 88, "w": 50, "x": 222, "y": 404 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 11, "y": 11 },
|
||||
"frame": { "h": 78, "w": 63, "x": 273, "y": 404 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 14, "y": 4 },
|
||||
"frame": { "h": 84, "w": 60, "x": 337, "y": 404 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 2, "y": 1 },
|
||||
"frame": { "h": 79, "w": 88, "x": 398, "y": 404 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 10, "y": 10 },
|
||||
"frame": { "h": 77, "w": 72, "x": 487, "y": 404 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 11, "y": 10 },
|
||||
"frame": { "h": 78, "w": 66, "x": 560, "y": 404 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 19, "y": 0 },
|
||||
"frame": { "h": 88, "w": 50, "x": 627, "y": 404 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 7, "y": 12 },
|
||||
"frame": { "h": 75, "w": 76, "x": 678, "y": 404 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 11, "y": 11 },
|
||||
"frame": { "h": 77, "w": 65, "x": 755, "y": 404 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 11, "y": 5 },
|
||||
"frame": { "h": 83, "w": 66, "x": 821, "y": 404 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 11, "y": 5 },
|
||||
"frame": { "h": 81, "w": 66, "x": 888, "y": 404 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 10, "y": 16 },
|
||||
"frame": { "h": 55, "w": 69, "x": 955, "y": 404 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 12, "y": 28 },
|
||||
"frame": { "h": 53, "w": 65, "x": 0, "y": 493 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 11, "y": 26 },
|
||||
"frame": { "h": 66, "w": 72, "x": 66, "y": 493 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 8, "y": 16 },
|
||||
"frame": { "h": 70, "w": 77, "x": 139, "y": 493 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 12, "y": 12 },
|
||||
"frame": { "h": 73, "w": 66, "x": 217, "y": 493 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 9, "y": 7 },
|
||||
"frame": { "h": 75, "w": 70, "x": 284, "y": 493 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 9, "y": 7 },
|
||||
"frame": { "h": 75, "w": 70, "x": 355, "y": 493 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 13, "y": 10 },
|
||||
"frame": { "h": 78, "w": 66, "x": 426, "y": 493 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 12, "y": 10 },
|
||||
"frame": { "h": 78, "w": 64, "x": 493, "y": 493 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 3, "y": 32 },
|
||||
"frame": { "h": 54, "w": 84, "x": 558, "y": 493 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 9, "y": 18 },
|
||||
"frame": { "h": 71, "w": 70, "x": 643, "y": 493 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 19, "y": 0 },
|
||||
"frame": { "h": 86, "w": 50, "x": 714, "y": 493 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 11, "y": 11 },
|
||||
"frame": { "h": 77, "w": 66, "x": 765, "y": 493 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 10, "y": 37 },
|
||||
"frame": { "h": 50, "w": 75, "x": 832, "y": 493 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 10, "y": 37 },
|
||||
"frame": { "h": 50, "w": 75, "x": 908, "y": 493 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 13, "y": 10 },
|
||||
"frame": { "h": 77, "w": 62, "x": 0, "y": 580 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 92, "w": 90, "x": 43, "y": 52 },
|
||||
"frame": { "h": 2, "w": 2, "x": 63, "y": 580 }
|
||||
}
|
||||
]
|
||||
}
|
BIN
run3/img/character/Runner.png
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
run3/img/character/Shadow.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
404
run3/img/character/Skater.json
Normal file
@ -0,0 +1,404 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 12 },
|
||||
"frame": { "h": 71, "w": 69, "x": 0, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 3, "y": 11 },
|
||||
"frame": { "h": 71, "w": 76, "x": 70, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 9 },
|
||||
"frame": { "h": 72, "w": 78, "x": 147, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 1, "y": 8 },
|
||||
"frame": { "h": 71, "w": 78, "x": 226, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 1, "y": 8 },
|
||||
"frame": { "h": 70, "w": 78, "x": 305, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 1, "y": 9 },
|
||||
"frame": { "h": 67, "w": 78, "x": 384, "y": 0 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 10 },
|
||||
"frame": { "h": 66, "w": 77, "x": 0, "y": 73 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 1, "y": 12 },
|
||||
"frame": { "h": 67, "w": 77, "x": 78, "y": 73 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 14 },
|
||||
"frame": { "h": 66, "w": 76, "x": 156, "y": 73 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 0, "y": 22 },
|
||||
"frame": { "h": 58, "w": 80, "x": 233, "y": 73 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 0, "y": 25 },
|
||||
"frame": { "h": 55, "w": 82, "x": 314, "y": 73 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 0, "y": 25 },
|
||||
"frame": { "h": 55, "w": 82, "x": 314, "y": 73 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 5, "y": 12 },
|
||||
"frame": { "h": 70, "w": 70, "x": 397, "y": 73 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 8 },
|
||||
"frame": { "h": 74, "w": 69, "x": 0, "y": 144 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 11 },
|
||||
"frame": { "h": 73, "w": 68, "x": 70, "y": 144 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 3, "y": 11 },
|
||||
"frame": { "h": 74, "w": 76, "x": 139, "y": 144 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 3, "y": 11 },
|
||||
"frame": { "h": 74, "w": 76, "x": 216, "y": 144 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 1, "y": 10 },
|
||||
"frame": { "h": 74, "w": 80, "x": 293, "y": 144 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 11 },
|
||||
"frame": { "h": 72, "w": 78, "x": 374, "y": 144 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 4, "y": 8 },
|
||||
"frame": { "h": 75, "w": 75, "x": 0, "y": 219 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 7, "y": 8 },
|
||||
"frame": { "h": 74, "w": 70, "x": 76, "y": 219 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 9, "y": 9 },
|
||||
"frame": { "h": 73, "w": 67, "x": 147, "y": 219 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 7, "y": 10 },
|
||||
"frame": { "h": 72, "w": 67, "x": 215, "y": 219 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 7, "y": 12 },
|
||||
"frame": { "h": 69, "w": 68, "x": 283, "y": 219 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 4, "y": 16 },
|
||||
"frame": { "h": 65, "w": 74, "x": 352, "y": 219 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 4, "y": 16 },
|
||||
"frame": { "h": 65, "w": 74, "x": 352, "y": 219 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 8 },
|
||||
"frame": { "h": 76, "w": 70, "x": 427, "y": 219 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 5 },
|
||||
"frame": { "h": 79, "w": 66, "x": 0, "y": 296 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 9, "y": 11 },
|
||||
"frame": { "h": 71, "w": 65, "x": 67, "y": 296 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 11 },
|
||||
"frame": { "h": 72, "w": 68, "x": 133, "y": 296 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 5, "y": 10 },
|
||||
"frame": { "h": 73, "w": 69, "x": 202, "y": 296 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 4, "y": 10 },
|
||||
"frame": { "h": 73, "w": 68, "x": 272, "y": 296 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 9 },
|
||||
"frame": { "h": 74, "w": 69, "x": 341, "y": 296 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 10 },
|
||||
"frame": { "h": 73, "w": 72, "x": 411, "y": 296 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 9 },
|
||||
"frame": { "h": 76, "w": 73, "x": 0, "y": 376 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 9 },
|
||||
"frame": { "h": 76, "w": 73, "x": 0, "y": 376 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 10 },
|
||||
"frame": { "h": 74, "w": 70, "x": 74, "y": 376 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 4, "y": 11 },
|
||||
"frame": { "h": 72, "w": 69, "x": 145, "y": 376 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 4, "y": 11 },
|
||||
"frame": { "h": 71, "w": 70, "x": 215, "y": 376 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 9, "y": 11 },
|
||||
"frame": { "h": 71, "w": 65, "x": 286, "y": 376 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 9, "y": 11 },
|
||||
"frame": { "h": 72, "w": 68, "x": 352, "y": 376 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 9, "y": 10 },
|
||||
"frame": { "h": 73, "w": 69, "x": 421, "y": 376 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 11, "y": 10 },
|
||||
"frame": { "h": 73, "w": 67, "x": 0, "y": 453 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 9 },
|
||||
"frame": { "h": 74, "w": 69, "x": 68, "y": 453 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 3, "y": 10 },
|
||||
"frame": { "h": 73, "w": 72, "x": 138, "y": 453 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 9 },
|
||||
"frame": { "h": 76, "w": 73, "x": 211, "y": 453 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 9 },
|
||||
"frame": { "h": 76, "w": 73, "x": 211, "y": 453 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 7, "y": 10 },
|
||||
"frame": { "h": 74, "w": 70, "x": 285, "y": 453 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 10, "y": 11 },
|
||||
"frame": { "h": 72, "w": 69, "x": 356, "y": 453 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 9, "y": 11 },
|
||||
"frame": { "h": 71, "w": 70, "x": 426, "y": 453 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 9, "y": 10 },
|
||||
"frame": { "h": 75, "w": 59, "x": 0, "y": 530 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 10, "y": 11 },
|
||||
"frame": { "h": 75, "w": 58, "x": 60, "y": 530 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 10 },
|
||||
"frame": { "h": 76, "w": 60, "x": 119, "y": 530 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 10 },
|
||||
"frame": { "h": 76, "w": 61, "x": 180, "y": 530 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 9 },
|
||||
"frame": { "h": 77, "w": 63, "x": 242, "y": 530 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 8 },
|
||||
"frame": { "h": 78, "w": 68, "x": 306, "y": 530 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 8 },
|
||||
"frame": { "h": 78, "w": 68, "x": 375, "y": 530 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 8 },
|
||||
"frame": { "h": 78, "w": 68, "x": 375, "y": 530 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 10, "y": 8 },
|
||||
"frame": { "h": 78, "w": 63, "x": 444, "y": 530 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 11, "y": 9 },
|
||||
"frame": { "h": 77, "w": 61, "x": 0, "y": 609 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 10, "y": 10 },
|
||||
"frame": { "h": 76, "w": 58, "x": 62, "y": 609 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 10, "y": 9 },
|
||||
"frame": { "h": 76, "w": 58, "x": 121, "y": 609 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 9 },
|
||||
"frame": { "h": 76, "w": 61, "x": 180, "y": 609 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 7, "y": 8 },
|
||||
"frame": { "h": 78, "w": 64, "x": 242, "y": 609 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 6, "y": 8 },
|
||||
"frame": { "h": 79, "w": 67, "x": 307, "y": 609 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 4, "y": 7 },
|
||||
"frame": { "h": 80, "w": 69, "x": 375, "y": 609 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 3, "y": 7 },
|
||||
"frame": { "h": 80, "w": 73, "x": 0, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 7 },
|
||||
"frame": { "h": 80, "w": 74, "x": 74, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 2, "y": 7 },
|
||||
"frame": { "h": 80, "w": 74, "x": 74, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 3, "y": 8 },
|
||||
"frame": { "h": 79, "w": 73, "x": 149, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 4, "y": 9 },
|
||||
"frame": { "h": 78, "w": 70, "x": 223, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 7, "y": 9 },
|
||||
"frame": { "h": 77, "w": 64, "x": 294, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 9 },
|
||||
"frame": { "h": 75, "w": 66, "x": 359, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 7, "y": 10 },
|
||||
"frame": { "h": 74, "w": 63, "x": 426, "y": 690 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 10, "y": 9 },
|
||||
"frame": { "h": 75, "w": 61, "x": 0, "y": 771 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 12, "y": 10 },
|
||||
"frame": { "h": 74, "w": 63, "x": 62, "y": 771 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 12, "y": 10 },
|
||||
"frame": { "h": 74, "w": 63, "x": 126, "y": 771 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 12, "y": 9 },
|
||||
"frame": { "h": 74, "w": 63, "x": 190, "y": 771 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 13, "y": 9 },
|
||||
"frame": { "h": 74, "w": 58, "x": 254, "y": 771 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 13, "y": 9 },
|
||||
"frame": { "h": 74, "w": 57, "x": 313, "y": 771 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 7, "y": 6 },
|
||||
"frame": { "h": 78, "w": 64, "x": 371, "y": 771 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 10, "y": 9 },
|
||||
"frame": { "h": 75, "w": 61, "x": 436, "y": 771 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 13, "y": 9 },
|
||||
"frame": { "h": 75, "w": 56, "x": 0, "y": 850 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 11, "y": 9 },
|
||||
"frame": { "h": 75, "w": 60, "x": 57, "y": 850 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 10, "y": 16 },
|
||||
"frame": { "h": 68, "w": 64, "x": 118, "y": 850 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 10, "y": 15 },
|
||||
"frame": { "h": 71, "w": 63, "x": 183, "y": 850 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 10, "y": 16 },
|
||||
"frame": { "h": 68, "w": 64, "x": 247, "y": 850 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 12, "y": 16 },
|
||||
"frame": { "h": 68, "w": 56, "x": 312, "y": 850 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 7, "y": 10 },
|
||||
"frame": { "h": 75, "w": 61, "x": 369, "y": 850 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 10, "y": 10 },
|
||||
"frame": { "h": 75, "w": 56, "x": 431, "y": 850 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 19, "y": 0 },
|
||||
"frame": { "h": 81, "w": 44, "x": 0, "y": 926 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 19, "y": 0 },
|
||||
"frame": { "h": 79, "w": 45, "x": 45, "y": 926 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 13, "y": 10 },
|
||||
"frame": { "h": 72, "w": 54, "x": 91, "y": 926 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 8, "y": 5 },
|
||||
"frame": { "h": 70, "w": 66, "x": 146, "y": 926 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 19, "y": 0 },
|
||||
"frame": { "h": 78, "w": 45, "x": 213, "y": 926 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 3, "y": 15 },
|
||||
"frame": { "h": 51, "w": 74, "x": 259, "y": 926 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 19, "y": 4 },
|
||||
"frame": { "h": 79, "w": 44, "x": 334, "y": 926 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 19, "y": 0 },
|
||||
"frame": { "h": 79, "w": 46, "x": 379, "y": 926 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 19, "y": 7 },
|
||||
"frame": { "h": 73, "w": 44, "x": 426, "y": 926 }
|
||||
},
|
||||
{
|
||||
"spriteSourceSize": { "h": 87, "w": 82, "x": 40, "y": 51 },
|
||||
"frame": { "h": 2, "w": 2, "x": 471, "y": 926 }
|
||||
}
|
||||
]
|
||||
}
|
BIN
run3/img/character/Skater.png
Normal file
After Width: | Height: | Size: 76 KiB |
1
run3/img/character/Skier.json
Normal file
BIN
run3/img/character/Skier.png
Normal file
After Width: | Height: | Size: 57 KiB |
1
run3/img/character/Student.json
Normal file
BIN
run3/img/character/Student.png
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
run3/img/character/closeup/student/jumpingForJoy.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
run3/img/character/closeup/student/sittingAngry.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
run3/img/character/closeup/student/sittingExcited.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
run3/img/character/closeup/student/sittingHappy.png
Normal file
After Width: | Height: | Size: 15 KiB |