- exchanged switch+door sprites
- added asesprite cheat sheet
- implemented door toggle on switch toggle
This commit is contained in:
2024-03-29 11:51:05 +01:00
parent dcf31e46ed
commit 82c67551aa
19 changed files with 184 additions and 14 deletions

View File

@@ -6096,7 +6096,15 @@
"height": 32,
"defUid": 65,
"px": [224,224],
"fieldInstances": [{ "__identifier": "Entity_ref", "__type": "EntityRef", "__value": null, "__tile": null, "defUid": 68, "realEditorValues": [] }],
"fieldInstances": [{ "__identifier": "Entity_ref", "__type": "EntityRef", "__value": {
"entityIid": "7d975370-d7b0-11ee-9add-971995295000",
"layerIid": "50624190-d7b0-11ee-968e-3dbcbdc42f40",
"levelIid": "50621a80-d7b0-11ee-968e-a98c2d35fbdb",
"worldIid": "267ee1a0-d7b0-11ee-a97e-53f0a359eae1"
}, "__tile": null, "defUid": 68, "realEditorValues": [{
"id": "V_String",
"params": ["7d975370-d7b0-11ee-9add-971995295000"]
}] }],
"__worldX": 0,
"__worldY": 2976
},

View File

@@ -240,8 +240,8 @@ func InitTiles() TileRegistry {
"HiddenDoor11": NewTileHiddenDoor("block-greycolored", "damage"),
"HiddenDoor12": NewTileHiddenDoor("block-greycolored", "damage"),
"HiddenDoor13": NewTileHiddenDoor("block-greycolored", "damage"),
"Switch": NewTileSwitch([]string{"switch-open.png", "switch-closed.png"}),
"Door": NewTileDoor([]string{"door-open.png", "door-closed.png"}),
"Switch": NewTileSwitch([]string{"switch1", "switch2"}),
"Door": NewTileDoor([]string{"door1", "door2"}),
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

BIN
assets/sprites/door1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B

BIN
assets/sprites/door2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

BIN
assets/sprites/switch1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

BIN
assets/sprites/switch2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B