View Issue Details

Category
SSPBT:本体(SSP)
SeverityfeatureReproducibilityN/A 
Status closed 
Fixed in Version2.5 (リリース) 
Summary0000327: Add an option to tile the owner draw menu image
DescriptionSince the owner draw menu can vary greatly in size depending on how many ghosts/balloons the user has installed, or how long the labels in the menu are, it would be helpful to have the option to tile the background image so that it isn't cut off awkwardly. This will not look nice for all owner draw menus, so I think it should be optional.
It could work very well for small images that are made to repeat and create a texture.
TagsNo tags attached.
Attach Tags

Activities

ponapalt

2021-10-21 09:23

administrator   ~0000857

Last edited: 2021-10-21 09:45

2.5.39

if you want to tile vertically, add menu align definition such as this:
 lefttop+repeat-y
tile horizontally:
 lefttop+repeat-x
both:
 lefttop+repeat-x+repeat-y

http://ssp.shillest.net/ukadoc/manual/descript_shell.html#caption_menualign

Issue History

Date Modified Username Field Change
2021-10-19 16:13 guest New Issue
2021-10-21 09:23 ponapalt Assigned To => ponapalt
2021-10-21 09:23 ponapalt Status new => closed
2021-10-21 09:23 ponapalt Resolution open => fixed
2021-10-21 09:23 ponapalt Fixed in Version => 2.5 (リリース)
2021-10-21 09:23 ponapalt Note Added: 0000857
2021-10-21 09:45 ponapalt Note Edited: 0000857