Skip to content

Commit

Permalink
fix almanac images
Browse files Browse the repository at this point in the history
Signed-off-by: ClaytonTDM <claytontdm@gmail.com>
  • Loading branch information
ClaytonTDM committed Oct 8, 2024
1 parent f362476 commit b93a57b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions game/Custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
#757692 2px 0px, #757692 1px 2px, #757692 2px 2px !important; */
font-size: x-large !important;
/* -webkit-text-stroke: 0.2px rgb(0 0 0 / 27%) !important; */
margin-left: -10px !important;
margin-left: -5% !important;
margin-top: 4px;
}
#btnNextLevel {
Expand Down Expand Up @@ -162,7 +162,7 @@
#757692 2px 0px, #757692 1px 2px, #757692 2px 2px !important; */
font-size: x-large !important;
-webkit-text-stroke: 0.2px rgb(0 0 0 / 27%) !important;
margin-left: -10px !important;
margin-left: -5% !important;
margin-top: -4px;
}
#dHandBookP > div.title,
Expand Down
10 changes: 5 additions & 5 deletions game/UI.css
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ td.HandBookZombie {
}

#dHandBookP .list .cost_cool {
width: 74%;
width: 64%;
font-size: 14px;
margin-left: auto;
margin-right: auto;
Expand Down Expand Up @@ -1065,9 +1065,9 @@ td.HandBookZombie {
}

#dProducePlant {
margin-left: auto;
margin-left: 50px;
margin-right: auto;
width: 74%;
width: 64%;
height: 210px;
text-align: left;
font-size: 13px;
Expand Down Expand Up @@ -1158,9 +1158,9 @@ td.HandBookZombie {
}

#dProduceZombie {
margin-left: auto;
margin-left: 50px;
margin-right: auto;
width: 76%;
width: 66%;
height: 210px;
text-align: left;
font-size: 14px;
Expand Down
Binary file modified game/images/interface/Almanac_PlantCard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified game/images/interface/Almanac_ZombieCard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b93a57b

Please sign in to comment.