Skip to content

Commit 57c0671

Browse files
committed
konami cheatcode + coinbank + extra mower assets
1 parent dd182e2 commit 57c0671

File tree

17 files changed

+46
-7
lines changed

17 files changed

+46
-7
lines changed

game/Custom.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,33 @@ input[type="checkbox"]:checked {
927927
line-height: 1.65;
928928
}
929929

930+
#dCoinBank {
931+
user-select: none;
932+
display: none;
933+
position: absolute;
934+
top: 512px;
935+
left: 50%;
936+
margin-left: -300px;
937+
cursor: url(images/interface/Cursor.cur), default;
938+
background: url(images/interface/coinbank.png) no-repeat;
939+
width: 128px;
940+
height: 31px;
941+
z-index: 256;
942+
}
943+
944+
#dCoinBank #dCoinBankText {
945+
position: absolute;
946+
top: 17%;
947+
left: 39px;
948+
visibility: visible;
949+
font-family: "continuumbold" !important;
950+
text-align: right;
951+
width: 80px;
952+
height: 16px;
953+
font-size: 18px;
954+
color: rgb(180, 255, 90);
955+
}
956+
930957
.day-text {
931958
color: #9ee69e !important;
932959
font-family: "houseofterrormedium" !important;
1.93 KB
Loading
31.7 KB
Loading
2.36 KB
Loading
24.1 KB
Loading
55.6 KB
Loading
1.64 KB
Loading
18.7 KB
Loading
42.4 KB
Loading
2.06 KB
Loading

0 commit comments

Comments
 (0)