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

[DragDrop] consider support GhostGUI and GhostOverlay for simple gui #4

Open
ivan-mogilko opened this issue Dec 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ivan-mogilko
Copy link
Owner

The primary reason why GhostGUI and GhostOverlay modes don't work for GUI and controls is that AGS does not provide means to copy any GUI or control's looks onto a sprite. And reimplementing gui drawing is a bad idea, at least in the context of this module.

However, there are couple of narrow cases when this might be feasible: GUI buttons with normal graphic, and empty GUIs with a sprite on background. In both cases it's a matter of pasting a sprite onto the ghost representation.

Might add a support for this.

@ivan-mogilko ivan-mogilko added the enhancement New feature or request label Dec 24, 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