{
"animatedParts" : {
"stateTypes" : {
"movement" : {
"default" : "idle",
"states" : {
"idle" : { },
"jump" : {
"frames" : 2,
"cycle" : 0.5,
"mode" : "end",
"properties" : {
"immediateSound" : "/sfx/tech/tech_doublejump.ogg"
}
},
"fall" : {
"frames" : 2,
"cycle" : 0.5,
"mode" : "end"
},
"driveForward" : {
"frames" : 4,
"cycle" : 0.5,
"mode" : "loop"
},
"driveReverse" : {
"frames" : 4,
"cycle" : 0.5,
"mode" : "loop"
}
}
}
},
"parts" : {
"foreground" : {
"properties" : {
"centered" : true,
"zLevel" : 1
},
"partStates" : {
"movement" : {
"idle" : {
"properties" : {
"image" : "humancarforeground.png:idle."
}
},
"jump" : {
"properties" : {
"image" : "humancarforeground.png:jump."
}
},
"fall" : {
"properties" : {
"image" : "humancarforeground.png:fall."
}
},
"driveForward" : {
"properties" : {
"image" : "humancarforeground.png:move."
}
},
"driveReverse" : {
"properties" : {
"image" : "humancarforeground.png:bmove."
}
}
}
}
}
}
},
"sounds" : {
"carHorn" : ["/sfx/tech/honk.ogg"]
},
"particleEmitters" : {
"carActivateParticles" : {
"particles" : [ ]
},
"carDeactivateParticles" : {
"particles" : [ ]
}
}
}