test keybindings and close handler for process

This commit is contained in:
Héctor Giménez
2024-04-19 21:04:29 +09:00
parent c7aeb01089
commit 4ec129fa3b
5 changed files with 254 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ type Data struct {
HoverData HoverData
TerrorZones []area.Area
Quests quest.Quests
KeyBindings KeyBindings
}
type Room struct {