diff --git a/pictures/af.png b/pictures/af.png new file mode 100644 index 0000000..ff1a87d Binary files /dev/null and b/pictures/af.png differ diff --git a/pictures/hat_kid.gif b/pictures/hat_kid.gif new file mode 100644 index 0000000..013cdb7 Binary files /dev/null and b/pictures/hat_kid.gif differ diff --git a/pictures/lagtrain.gif b/pictures/lagtrain.gif new file mode 100644 index 0000000..1a1f1cc Binary files /dev/null and b/pictures/lagtrain.gif differ diff --git a/swarm/settings.json b/swarm/settings.json index e59cc52..5d0dd90 100644 --- a/swarm/settings.json +++ b/swarm/settings.json @@ -12,14 +12,6 @@ "h": 10, "description": "Not ruining fun for normal users" }, - { - "type": "rect", - "x": 0, - "y": 20, - "w": 1000, - "h": 80, - "description": "The VOID" - }, { "type": "rect", "x": 0, @@ -54,16 +46,26 @@ "y": 240 }, { - "type": "image", - "x": 69, - "y": 112, - "path": "./thomas_adhd.png" + "type": "animation", + "path": "../pictures/hat_kid.gif", + "spf": 30, + "x": 470, + "y": 300, + "w": 56, + "h": 130 }, { "type": "image", - "x": 69, - "y": 300, - "path": "./thomas_lain.png" + "x": 190, + "y": 30, + "path": "../pictures/af.png" + }, + { + "type": "animation", + "x": 70, + "y": 50, + "path": "../pictures/lagtrain.gif", + "spf": 30 } ] }