Fix #2677: Make SUMMER_SCHEDULE and WINTER_SCHEDULE use {MIDDAY} and {MIDNIGHT} images of the same graphic style as the images of the other times of day.
Images by @beetlenaut https://forums.wesnoth.org/viewtopic.php?p=633042#p633042
This commit is contained in:
parent
19368c9686
commit
67373e06f8
3 changed files with 2 additions and 2 deletions
BIN
data/core/images/misc/time-schedules/schedule-midday.png
Normal file
BIN
data/core/images/misc/time-schedules/schedule-midday.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
BIN
data/core/images/misc/time-schedules/schedule-midnight.png
Normal file
BIN
data/core/images/misc/time-schedules/schedule-midnight.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
|
@ -33,7 +33,7 @@
|
|||
[time]
|
||||
id=midday
|
||||
name= _ "Midday"
|
||||
image=misc/time-schedules/tod-schedule-24hrs.png~CROP(0,39,125,39)
|
||||
image=misc/time-schedules/schedule-midday.png
|
||||
lawful_bonus=25
|
||||
[/time]
|
||||
#enddef
|
||||
|
@ -75,7 +75,7 @@
|
|||
[time]
|
||||
id=midnight
|
||||
name= _ "Midnight"
|
||||
image=misc/time-schedules/tod-schedule-24hrs.png~CROP(0,195,125,39)
|
||||
image=misc/time-schedules/schedule-midnight.png
|
||||
lawful_bonus=-25
|
||||
red=-75
|
||||
green=-45
|
||||
|
|
Loading…
Add table
Reference in a new issue