mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-12 14:21:03 +00:00
General fixes
+Added an image in: Natars/Artifacts spawn message, WW villages spawn message and WW building plans spawn message +Fixed a wrong time calculation when removing a building from the construction queue, if there was present a master builder order
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
@@ -6964,6 +6964,30 @@ img.online4 {
|
||||
img.online5 {
|
||||
background-position: -60px 0;
|
||||
}
|
||||
img.WWVillagesAnnouncement {
|
||||
background-image: url("../../img/artefact/WWVillagesAnnouncement.gif");
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 196px;
|
||||
height: 324px;
|
||||
}
|
||||
img.ArtifactsAnnouncement {
|
||||
background-image: url("../../img/artefact/ArtifactsAnnouncement.gif");
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 378px;
|
||||
height: 157px;
|
||||
}
|
||||
img.WWBuildingPlansAnnouncement{
|
||||
background-image: url("../../img/artefact/type-1.gif");
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 551px;
|
||||
height: 168px;
|
||||
}
|
||||
h1 img.point {
|
||||
background-image: url("../../img/u/point.gif");
|
||||
height: 16px;
|
||||
|
||||
Reference in New Issue
Block a user