Panel manager addition (#36)

* Added panelManager support for d2go (crude implementation but works)

* Refined a little bit

* Made widget map a more mappy map which can be access without iterations

* Added widgets to debugger
This commit is contained in:
Farmith
2024-08-22 12:58:53 +02:00
committed by GitHub
parent c32403f8ed
commit 0b4365936e
4 changed files with 174 additions and 16 deletions

View File

@@ -38,6 +38,7 @@ type Data struct {
AdjacentLevels []Level
Rooms []Room
OpenMenus OpenMenus
Widgets map[string]map[string]interface{}
Roster Roster
HoverData HoverData
TerrorZones []area.ID