๐ฎ Game Spec (JSON)
{
"canvas": {
"width": 400,
"height": 240
},
"panels": {
"panel_0": {
"x": 10,
"y": 10,
"w": 32,
"h": 32
},
"panel_1": {
"x": 50,
"y": 10,
"w": 32,
"h": 32
},
"panel_3": {
"x": 50,
"y": 180,
"w": 120,
"h": 16
},
"panel_4": {
"x": 200,
"y": 140,
"w": 120,
"h": 16
},
"panel_5": {
"x": 350,
"y": 100,
"w": 24,
"h": 24
}
},
"player_frames": [
"panel_0",
"panel_1"
],
"platforms": [
"panel_3",
"panel_4"
],
"portal": "panel_5",
"voice": {
"tts": "[emotion: soft][delivery: diegetic]",
"text": "first time in the city"
},
"player_sprite": "panel_0",
"goal_sprite": "panel_5"
}