Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor API is obscure #25

Open
vtereshkov opened this issue Aug 14, 2024 · 1 comment
Open

Editor API is obscure #25

vtereshkov opened this issue Aug 14, 2024 · 1 comment
Labels
enhancement New feature or request later Something that can't be solved immediately. question Further information is requested

Comments

@vtereshkov
Copy link
Contributor

It looks like the "tags" assigned to entities constitute the editor API. However:

  • The tag mechanism is implemented in game/game.um, which is a part of the game rather than the editor. The editor API should be separated from the game and documented
  • It is unclear how to specify the actions assigned to individual entities. I couldn't find the entity names in the code.
@ske2004 ske2004 added enhancement New feature or request question Further information is requested labels Aug 15, 2024
@ske2004
Copy link
Owner

ske2004 commented Aug 15, 2024

I'll need to think of a way to design entity systems when I re-write game.um.

@ske2004 ske2004 added the later Something that can't be solved immediately. label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request later Something that can't be solved immediately. question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants