l3mpire / lemverse

The first-ever coworking metaverse
https://app.lemverse.com
GNU Affero General Public License v3.0
148 stars 40 forks source link

Fix broken tilesets #206

Closed alimtunc closed 1 year ago

alimtunc commented 1 year ago

When tilesets has value hidden: false it was considered as hidden because we are checking if value exist and not if it's false.

ramnes commented 1 year ago

Don't we want to change that one as well?

https://github.com/l3mpire/lemverse/blob/7fc176ad1214a910af5880d66edcf5f0b62fcb1d/core/client/ui/editor-tilesets.js#L33

Donorhan commented 1 year ago

Thank you for your contribution!