From 44c4adb0f125e482c0f11ab69af48c9ff0b53448 Mon Sep 17 00:00:00 2001 From: cuu Date: Tue, 14 Jan 2020 01:42:14 +0800 Subject: [PATCH] append shots into index.json --- GameJam 19q4/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameJam 19q4/index.json b/GameJam 19q4/index.json index bef0ff9..68e5522 100644 --- a/GameJam 19q4/index.json +++ b/GameJam 19q4/index.json @@ -1 +1 @@ -{ "list": [{ "type": "tic80", "title": "Cat at home", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Cat%20at%20home/file/robot_finally02.tic" }, { "type": "launcher", "title": "Metal Fighter", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Metal%20Fighter/file/Metal%20Fighter.tar.gz" }, { "type": "launcher", "title": "Petoo's purpose", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Petoo%27s%20purpose/file/Petoo%27s%20purpose.tar.gz" }, { "type": "launcher", "title": "Robo", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Robo/file/Robo.tar.gz" }, { "type": "launcher", "title": "Robosses", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Robosses/file/Robosses.tar.gz" }, { "type": "pico8", "title": "Robots vs The World", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Robots%20vs%20The%20World/file/robogame.p8.png" }, { "type": "pico8", "title": "Scratch", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Scratch/file/gshell4_20200112.p8.png" }] } +{ "list": [{ "type": "tic80", "title": "Cat at home", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Cat%20at%20home/file/robot_finally02.tic", "shots": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Cat%20at%20home/shots/cat_at_home.png" }, { "type": "launcher", "title": "Metal Fighter", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Metal%20Fighter/file/Metal%20Fighter.tar.gz", "shots": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Metal%20Fighter/shots/metal_fighter.png" }, { "type": "launcher", "title": "Petoo's purpose", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Petoo%27s%20purpose/file/Petoo%27s%20purpose.tar.gz", "shots": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Petoo%27s%20purpose/shots/petoo.png" }, { "type": "launcher", "title": "Robo", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Robo/file/Robo.tar.gz", "shots": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Robo/shots/robo.png" }, { "type": "launcher", "title": "Robosses", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Robosses/file/Robosses.tar.gz", "shots": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Robosses/shots/robosses.png" }, { "type": "pico8", "title": "Robots vs The World", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Robots%20vs%20The%20World/file/robogame.p8.png", "shots": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Robots%20vs%20The%20World/shots/robot_vs_world.png" }, { "type": "pico8", "title": "Scratch", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Scratch/file/gshell4_20200112.p8.png", "shots": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Scratch/shots/scratch.png" }] }