Opened 7 years ago
Closed 7 years ago
#10037 closed defect (fixed)
SCI: PHANT2: Some inventory items overlap the arrow buttons
Reported by: | dafioram | Owned by: | csnover |
---|---|---|---|
Priority: | low | Component: | Engine: SCI |
Version: | Keywords: | sci32 | |
Cc: | Game: | Phantasmagoria 2 |
Description
Game: Phant 2 GOG CD/DOS 001.0.06
ScummVM: 1.10.0git-4161-gcb3191a
OS: Ubuntu 16.04
Some of the larger items like the Buisness card overlap the left/right inventory scroll buttons. Maybe the buttons could be move out a little?
Not sure if in the original or not.
Attachments (3)
Change History (7)
by , 7 years ago
Attachment: | scummvm00008.png added |
---|
comment:1 by , 7 years ago
Summary: | PHANT2: Some inventory items overlap the arrow buttons → SCI: PHANT2: Some inventory items overlap the arrow buttons |
---|
comment:2 by , 7 years ago
Type: | enhancement → defect |
---|
This game is a mess.
First, inventory items are 58 pixels wide plus 7 pixels of padding, but the game incorrectly advances by 66 pixels instead of 65 pixels every time you click one of the inventory buttons, so they start creeping left and eventually start drawing over the left arrow.
Second, the placement of the inventory items is 9 pixels too far to the right relative to the left edge of the inventory viewport, which is why they get cut off on the right.
Third, the left arrow button is drawn 6 pixels over the left edge of the inventory viewport, which is why they can start to draw over the arrow on the left.
Also, they just didn’t care enough to fix the bad hover state of the left inventory arrow before releasing the game either.
comment:3 by , 7 years ago
Owner: | set to |
---|
comment:4 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for your report! A patch for this issue has been added in commit b8af2ca66f3f565ad0d86761d9eac3b69d68c52d and will be available in daily builds 1.10.0git-4880 and higher.
Right button overlapping hammer