We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ideally, when the player clicks right on a tile, we need to display a small popup to give basic information on what is on that tile:
For the last one, we need to add a small comment for each tile in the struct
The text was updated successfully, but these errors were encountered:
See https://github.com/fyne-io/fyne/blob/c29a0624ed96ba1b8f45d903b6941824d50e0502/cmd/fyne_demo/tutorials/widget.go#L354C6-L354C23
It's not trivial to adapt to our case since you have to extend widgets so I have to find a widget that I could work with
Sorry, something went wrong.
No branches or pull requests
Ideally, when the player clicks right on a tile, we need to display a small popup to give basic information on what is on that tile:
For the last one, we need to add a small comment for each tile in the struct
The text was updated successfully, but these errors were encountered: