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

Implement system for easily adding YUI elements that draw for GM game objects #36

Open
shdwcat opened this issue Nov 24, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@shdwcat
Copy link
Owner

shdwcat commented Nov 24, 2022

Currently in order to render YUI stuff at the position of a GM object in world space, you have to do advanced things like binding xoffset and yoffset to the x and y of the object, and using yui_world_to_gui_x/y to translate the coordinates. It would be much more ideal if there was a way to describe which game objects should draw YUI elements, as well as how to position the YUI content relative to the object (since often we'll want to align to the object bounding box in some way, similar to popup placement)

@shdwcat shdwcat added the enhancement New feature or request label Nov 24, 2022
@shdwcat shdwcat added this to the Future milestone Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant