From 4c0c7682433a6da363ed8d608766fe8b52b70669 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 6 Mar 2026 18:55:27 -0500 Subject: yayyy hugbug --- res/img/hugbug.ase | Bin 0 -> 1369 bytes res/props.tsj | 8 +++++++- res/rooms/carrabassett0.tmj | 8 +++++++- res/templates/hugbug.tj | 18 ++++++++++++++++++ 4 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 res/img/hugbug.ase create mode 100644 res/templates/hugbug.tj (limited to 'res') diff --git a/res/img/hugbug.ase b/res/img/hugbug.ase new file mode 100644 index 0000000..78cbb8e Binary files /dev/null and b/res/img/hugbug.ase differ diff --git a/res/props.tsj b/res/props.tsj index 9704a76..6d8cee9 100644 --- a/res/props.tsj +++ b/res/props.tsj @@ -8,7 +8,7 @@ "margin":0, "name":"props", "spacing":0, - "tilecount":11, + "tilecount":12, "tiledversion":"1.11.2", "tileheight":55, "tiles":[ @@ -77,6 +77,12 @@ "image":"img\/muntik.ase", "imageheight":10, "imagewidth":15 + }, + { + "id":13, + "image":"img\/hugbug.ase", + "imageheight":13, + "imagewidth":15 }], "tilewidth":32, "type":"tileset", diff --git a/res/rooms/carrabassett0.tmj b/res/rooms/carrabassett0.tmj index cb71a70..3097609 100644 --- a/res/rooms/carrabassett0.tmj +++ b/res/rooms/carrabassett0.tmj @@ -684,6 +684,12 @@ "template":"..\/templates\/muntik.tj", "x":420, "y":116 + }, + { + "id":98, + "template":"..\/templates\/hugbug.tj", + "x":336, + "y":128 }], "opacity":1, "type":"objectgroup", @@ -692,7 +698,7 @@ "y":0 }], "nextlayerid":6, - "nextobjectid":98, + "nextobjectid":99, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.11.2", diff --git a/res/templates/hugbug.tj b/res/templates/hugbug.tj new file mode 100644 index 0000000..876dacb --- /dev/null +++ b/res/templates/hugbug.tj @@ -0,0 +1,18 @@ +{ "object": + { + "gid":14, + "height":13, + "id":98, + "name":"Hugbug", + "rotation":0, + "type":"hugbug", + "visible":true, + "width":15 + }, + "tileset": + { + "firstgid":1, + "source":"..\/props.tsj" + }, + "type":"template" +} \ No newline at end of file -- cgit v1.3-2-g0d8e