Make the new tooltips look like the old ones.
Also update the changelog.
This commit is contained in:
parent
d39a649b21
commit
68c640c5da
3 changed files with 5 additions and 3 deletions
|
@ -15,6 +15,7 @@ Version 1.5.11+svn:
|
|||
* Now clear fog/shroud before an attack when doing a move+attack action
|
||||
* Fix broken auto-undo when trying several move+attack with the same unit
|
||||
* Changed the widgets in the in game message dialog
|
||||
* The multiplayer dialog shows tooltips again
|
||||
* WML Engine:
|
||||
* Fix incorrect or doubled "sighted" events when delaying shroud update
|
||||
* Fix sometimes doubled "select" events
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
w = "(width)"
|
||||
h = "(height)"
|
||||
border_thickness = 0
|
||||
fill_colour = "64, 64, 64, 128"
|
||||
fill_colour = "0, 0, 0, 128"
|
||||
[/rectangle]
|
||||
|
||||
[text]
|
||||
|
@ -52,8 +52,8 @@
|
|||
description = "small help tooltip"
|
||||
|
||||
# Tiny gui sizes haven't been tested yet so might need some tuning.
|
||||
{_GUI_RESOLUTION ({GUI_TINY__RESOLUTION}) 150 ({GUI_TINY__FONT_SIZE__SMALL}) }
|
||||
{_GUI_RESOLUTION () 300 ({GUI_NORMAL__FONT_SIZE__SMALL}) }
|
||||
{_GUI_RESOLUTION ({GUI_TINY__RESOLUTION}) 150 ({GUI_TINY__FONT_SIZE__LARGE}) }
|
||||
{_GUI_RESOLUTION () 300 ({GUI_NORMAL__FONT_SIZE__LARGE}) }
|
||||
|
||||
[/tooltip_definition]
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ Version 1.5.11+svn:
|
|||
* Listbox columns have the same width again.
|
||||
* Now clear fog/shroud before an attack when doing a move+attack action.
|
||||
* Changed the widgets in the in game message dialog.
|
||||
* The multiplayer dialog shows tooltips again.
|
||||
|
||||
Version 1.5.11:
|
||||
* Graphics
|
||||
|
|
Loading…
Add table
Reference in a new issue