From d67c124394c8e3c1d9d096c6bf41c7105afbb04e Mon Sep 17 00:00:00 2001 From: kdx Date: Fri, 15 Mar 2024 23:45:37 +0100 Subject: cringe effect --- map/0.tmj | 76 +++++++++++++++++++++++++++++++------------------- map/propertytypes.json | 31 ++++++++++++++++++++ 2 files changed, 79 insertions(+), 28 deletions(-) diff --git a/map/0.tmj b/map/0.tmj index 666248d..cc5ebde 100644 --- a/map/0.tmj +++ b/map/0.tmj @@ -783,69 +783,90 @@ }, { "height":8, - "id":225, - "name":"", + "id":229, + "name":"97", "properties":[ { "name":"color", "type":"color", - "value":"#ff00eaff" + "value":"#ffffffff" }, { "name":"color group", "propertytype":"ColorGroup", "type":"int", - "value":0 + "value":1 }], "rotation":0, "type":"color", "visible":true, "width":8, "x":184, - "y":96 + "y":-24 }, { "height":8, - "id":226, - "name":"", + "id":230, + "name":"96", "properties":[ { "name":"color", "type":"color", - "value":"#fff2ff00" + "value":"#ff000000" }, { "name":"color group", "propertytype":"ColorGroup", "type":"int", - "value":0 + "value":1 }], "rotation":0, "type":"color", "visible":true, "width":8, - "x":48, - "y":32 + "x":192, + "y":-24 }, { "height":8, - "id":227, + "id":231, + "name":"97", + "properties":[ + { + "name":"target", + "type":"int", + "value":96 + }, + { + "name":"tick", + "type":"int", + "value":6 + }], + "rotation":0, + "type":"delay", + "visible":true, + "width":8, + "x":184, + "y":-16 + }, + { + "height":8, + "id":232, "name":"", "properties":[ { - "name":"color", - "type":"color", - "value":"#ffff0000" + "name":"multi", + "type":"bool", + "value":false }, { - "name":"color group", - "propertytype":"ColorGroup", + "name":"target", "type":"int", - "value":1 + "value":97 }], "rotation":0, - "type":"color", + "type":"touch", "visible":true, "width":8, "x":184, @@ -853,22 +874,21 @@ }, { "height":8, - "id":228, + "id":233, "name":"", "properties":[ { - "name":"color", - "type":"color", - "value":"#ff0000ff" + "name":"multi", + "type":"bool", + "value":false }, { - "name":"color group", - "propertytype":"ColorGroup", + "name":"target", "type":"int", - "value":0 + "value":97 }], "rotation":0, - "type":"color", + "type":"touch", "visible":true, "width":8, "x":48, @@ -1108,7 +1128,7 @@ "y":0 }], "nextlayerid":12, - "nextobjectid":229, + "nextobjectid":240, "orientation":"orthogonal", "renderorder":"right-down", "tiledversion":"1.10.2", diff --git a/map/propertytypes.json b/map/propertytypes.json index 9b5b498..40c53f2 100644 --- a/map/propertytypes.json +++ b/map/propertytypes.json @@ -1,4 +1,35 @@ [ + { + "color": "#ff40f399", + "drawFill": true, + "id": 40, + "members": [ + { + "name": "color", + "type": "color", + "value": "" + }, + { + "name": "color group", + "propertyType": "ColorGroup", + "type": "int", + "value": 0 + } + ], + "name": "color", + "type": "class", + "useAs": [ + "property", + "map", + "layer", + "object", + "tile", + "tileset", + "wangcolor", + "wangset", + "project" + ] + }, { "id": 39, "name": "ColorGroup", -- cgit v1.2.3