diff options
| author | iamcheeseman <[email protected]> | 2026-03-06 18:55:27 -0500 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-06 18:55:27 -0500 |
| commit | 4c0c7682433a6da363ed8d608766fe8b52b70669 (patch) | |
| tree | 988538c2e765abe93cfcc5d82885c9814ed37c2d /res | |
| parent | 3c7c93a2d844448ac9e8234418a786206a851596 (diff) | |
yayyy hugbug
Diffstat (limited to 'res')
| -rw-r--r-- | res/img/hugbug.ase | bin | 0 -> 1369 bytes | |||
| -rw-r--r-- | res/props.tsj | 8 | ||||
| -rw-r--r-- | res/rooms/carrabassett0.tmj | 8 | ||||
| -rw-r--r-- | res/templates/hugbug.tj | 18 |
4 files changed, 32 insertions, 2 deletions
diff --git a/res/img/hugbug.ase b/res/img/hugbug.ase Binary files differnew file mode 100644 index 0000000..78cbb8e --- /dev/null +++ b/res/img/hugbug.ase 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 |
