Link various screens accessible from the bridge

This kind of linking is starting to creak...
This commit is contained in:
2020-03-27 02:07:28 +00:00
parent 316db89148
commit c090fd32e9
8 changed files with 133 additions and 27 deletions

View File

@@ -17,13 +17,13 @@ const (
TypeMenu MenuType = 1
TypeDragMenu MenuType = 2 // Only seen in Configure_Vehicle_{Chaos,Ultra}
TypeSimpleButton MenuType = 3
TypeDoorHotspot MenuType = 30 // Like a button I guess? FONTTYPE is animation speed
TypeUnknown1 MenuType = 31 // ??? Needed for ChaEquip.mnu
TypeDoorHotspot MenuType = 30 // Like a button I guess? "FONTTYPE is animation speed"
TypeDoorHotspot2 MenuType = 31 // Seems like a duplicate of the above? What's different?
TypeLineKbd MenuType = 40
TypeThumb MenuType = 45
TypeLineBriefing MenuType = 41
TypeInvokeButton MenuType = 50
TypeSquadButton MenuType = 60 // Maybe? Appears in Arrange.mnu
TypeDoorHotspot3 MenuType = 60 // Maybe? Appears in Arrange.mnu
TypeOverlay MenuType = 61
TypeHypertext MenuType = 70
TypeCheckbox MenuType = 91