Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#561 closed defect (fixed)

Main menu tooltips pop up at inappropriate places

Reported by: Darrell_L Owned by:
Priority: Nice to Have Milestone:
Component: Non-game systems Keywords: simple
Cc: brian Patch:

Description

The tooltips for the main menu mouse-over parchment graphics pop up at inappropriate places. For example, pointing at or around the "zero" to the left of the A.D. will popup either the single player, multi-player, or options tooltip.

The appropriate gui/pregame/sprites.xml and mainmenu.xml values need to be adjusted.

For the options graphic, make the following changes:

  • sprites.xml
    • pgOptionsOver and pgOptionsDisabled
      • real_texture_placement="58 87 220 251"
  • mainmenu.xml
    • pgOptionsBt
      • size="80.5664063% 53.6458333% 95.99609375% 74.609375%"

Change History (4)

comment:1 by Erik Johansson, 14 years ago

Cc: brian added

comment:2 by Darrell_L, 14 years ago

For the multiplayer graphic, make the following changes:

  • sprites.xml
    • pgMultiPlayerOver and pgMultiPlayerDisabled
      • real_texture_placement="21 65 193 226"
  • mainmenu.xml
    • pgMultiPlayerBt
      • size="59.765625% 46.875% 76.171875% 67.578125%"

For the singleplayer graphic, make the following changes:

  • sprites.xml
    • pgSinglePlayerOver and pgSinglePlayerDisabled
      • real_texture_placement="5 90 176 250"
  • mainmenu.xml
    • pgSinglePlayerBt
      • size="51.8554688% 22.9166667% 68.359375% 43.2291667%"

For the campaigns graphic, make the following changes:

  • sprites.xml
    • pgCampaignsOver and pgCampaignsDisabled
      • real_texture_placement="60 50 256 256"
  • mainmenu.xml
    • pgCampaignsBt
      • size="30.6640625% 35.6770833% 49.609375% 62.2395833%"

For the history graphic, make the following changes:

  • sprites.xml
    • pgHistoryOver and pgHistoryDisabled
      • real_texture_placement="25 59 183 230"
  • mainmenu.xml
    • pgHistoryBt
      • size="75.8789063% 74.4791667% 90.0390625% 96.3541667%"

For the scene editor graphic, make the following changes:

  • sprites.xml
    • pgEditorOver and pgEditorDisabled
      • real_texture_placement="24 11 256 182"
  • mainmenu.xml
    • pgEditorBt
      • size="42.8710938% 61.5885417% 64.84375% 83.7239583%"

comment:3 by brian, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in r8081

comment:4 by (none), 14 years ago

Milestone: Unclassified

Milestone Unclassified deleted

Note: See TracTickets for help on using tickets.