Implement Fog of War classes #14

Closed
opened 2026-02-22 00:53:06 +00:00 by nexustix · 1 comment
Owner

It might be sensible to either implement a dual-grid solution or make a classic tileset:

  • The dual-grid solution would make the tileset a lot smaller, but the complexity of the nodes would be higher.

  • A classic tileset would require more work when it comes to creating the tileset, but the nodes would be a lot simpler and maintainable.

It might be sensible to either implement a dual-grid solution or make a classic tileset: - The dual-grid solution would make the tileset a lot smaller, but the complexity of the nodes would be higher. - A classic tileset would require more work when it comes to creating the tileset, but the nodes would be a lot simpler and maintainable.
Author
Owner

Closed by 74cd09581a

Closed by 74cd09581a
Sign in to join this conversation.
No description provided.