soulweaver91 / project-carrot

Project Carrot, an open source spiritual clone of the Jazz Jackrabbit 2 game engine
https://carrot.soulweaver.fi/
MIT License
38 stars 4 forks source link

Add support for the translucent tile type #50

Closed soulweaver91 closed 7 years ago

soulweaver91 commented 7 years ago

Note: Caption tile type will not be supported as the default window border will be used.

soulweaver91 commented 7 years ago

Should also probably look into events stored in the tileset... though is that info even referenced from the tiles or just used as a default when adding tiles to layers (in that case that data is quite safe to ignore) – and does anyone even use that feature anyway?

soulweaver91 commented 7 years ago

Checked the above. The events specified on the tileset just set the default event when the tile is added into the level. That means it only has any meaning in JCS and is not important to be implemented now if at all.