mirror of https://github.com/OpenTTD/OpenTTD
Add: Generic "configure list/view" vertical ellipsis icon.
parent
29970fb496
commit
daef052329
Binary file not shown.
|
@ -1 +1 @@
|
|||
ff92f892a34a3b9d7a08e68281a7e9b1
|
||||
a4a727b03a7cd07ee0499231f7f233f4
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "OpenTTD GUI graphics"
|
||||
-1 * 3 05 15 \b 191 // OPENTTD_SPRITE_COUNT
|
||||
-1 * 3 05 15 \b 192 // OPENTTD_SPRITE_COUNT
|
||||
-1 sprites/openttdgui.png 8bpp 66 8 64 31 -31 7 normal
|
||||
-1 sprites/openttdgui.png 8bpp 146 8 64 31 -31 7 normal
|
||||
-1 sprites/openttdgui.png 8bpp 226 8 64 31 -31 7 normal
|
||||
|
@ -196,3 +196,4 @@
|
|||
-1 sprites/openttdgui.png 8bpp 567 440 12 10 0 0 normal
|
||||
-1 sprites/openttdgui.png 8bpp 581 440 10 10 0 0 normal
|
||||
-1 sprites/openttdgui.png 8bpp 593 440 10 10 0 0 normal
|
||||
-1 sprites/openttdgui.png 8bpp 605 440 8 10 0 0 normal
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 26 KiB |
|
@ -54,7 +54,7 @@ static const SpriteID SPR_LARGE_SMALL_WINDOW = 682;
|
|||
|
||||
/** Extra graphic spritenumbers */
|
||||
static const SpriteID SPR_OPENTTD_BASE = 4896;
|
||||
static const uint16_t OPENTTD_SPRITE_COUNT = 191;
|
||||
static const uint16_t OPENTTD_SPRITE_COUNT = 192;
|
||||
|
||||
/* Halftile-selection sprites */
|
||||
static const SpriteID SPR_HALFTILE_SELECTION_FLAT = SPR_OPENTTD_BASE;
|
||||
|
@ -172,6 +172,8 @@ static const SpriteID SPR_JOIN = SPR_OPENTTD_BASE + 188;
|
|||
static const SpriteID SPR_PLAYER_SELF = SPR_OPENTTD_BASE + 189;
|
||||
static const SpriteID SPR_PLAYER_HOST = SPR_OPENTTD_BASE + 190;
|
||||
|
||||
static const SpriteID SPR_EXTRA_MENU = SPR_OPENTTD_BASE + 191;
|
||||
|
||||
static const SpriteID SPR_IMG_CARGOFLOW = SPR_OPENTTD_BASE + 174;
|
||||
|
||||
static const SpriteID SPR_SIGNALS_BASE = SPR_OPENTTD_BASE + OPENTTD_SPRITE_COUNT;
|
||||
|
|
Loading…
Reference in New Issue