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

feat: infos on a given tile (name of the NPC if there is one, does he/it looks bad, ...) #29

Open
zwindler opened this issue Aug 4, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@zwindler
Copy link
Owner

zwindler commented Aug 4, 2023

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:

  • object
  • npc (name and how badly it's hurt)
  • what type of floor it is

For the last one, we need to add a small comment for each tile in the struct

@zwindler zwindler added the enhancement New feature or request label Sep 11, 2023
@zwindler
Copy link
Owner Author

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

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