aboutsummaryrefslogtreecommitdiff
path: root/go/ui/textBox.go
Commit message (Collapse)AuthorAgeFilesLines
* improve text input handlingHEADmainFlorian Fischer2025-10-181-1/+1
|
* use heart symbol to combine damage and health into a single lineFlorian Fischer2025-09-041-1/+1
|
* show all store available store cards when prompting to buy a cardFlorian Fischer2025-09-031-5/+5
|
* register PocList hover event callbackFlorian Fischer2025-08-201-0/+1
|
* show card name in permInfoFlorian Fischer2025-08-201-3/+3
|
* rework hover detectionFlorian Fischer2025-08-201-2/+2
|
* add support for flexible attacksFlorian Fischer2025-08-201-1/+1
|
* use any instead of interface{}Florian Fischer2025-08-201-1/+1
|
* allow to update a TextBox's textFlorian Fischer2025-08-201-0/+6
|
* use constants instead of hardcoded valuesFlorian Fischer2025-08-201-1/+1
|
* overhaul uiFlorian Fischer2025-08-201-71/+20
| | | | | | | | | | | * implement events instead of interfaces Interfaces and the wrappers head the problem that they could not support multiple events at once or only a single one without loosing the others. * add text input support for WASM on mobile A hidden html input is required to open the keyboard and receive the input. * improve the number choice * fix using the default number * add submit button only if a onclick method was provided
* migrate to ebiten/v2/text/v2Florian Fischer2025-08-201-16/+24
|
* ui: add new number choiceFlorian Fischer2025-08-201-11/+36
|
* move more ui logic into CollectionFlorian Fischer2025-08-201-1/+13
| | | | | * Generalize hover detection and move it into ui.Collection * Implement transparencu for the prompt banner
* intermediate commitFlorian Fischer2025-08-201-5/+16
|
* add sealed activity to select a starting deckFlorian Fischer2025-08-201-2/+8
|
* improve state barFlorian Fischer2025-08-201-27/+31
|
* improve permanent pile supportFlorian Fischer2025-08-201-0/+7
| | | | | | * Fix alot of bugs caused by permanents without tiles * Implement a permanent choice to select the permanents in a pile * Fix how pile hooks are called
* add text input and properly center textFlorian Fischer2025-08-201-16/+51
|
* change unit attack representation and implement swordFlorian Fischer2025-08-201-1/+1
|
* intermediate commitFlorian Fischer2025-08-201-0/+161