Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
GDColon
23e9591146 final stuff before this branch dies 2021-04-02 09:44:25 -04:00
GDColon
209cc63311 pointercrate fix 2021-04-01 00:50:04 -04:00
GDColon
7d9ff68b24 leaderboard stuffs 2021-03-31 23:35:59 -04:00
GDColon
2a947878d8 april fools here or some fixes 2021-03-31 21:23:03 -04:00
GDColon
d25c981828 GREATEST GDBROWSER UPDATE OF ALL TIME
:)))))
2021-03-31 20:54:28 -04:00
206 changed files with 668 additions and 659 deletions

View file

@ -66,7 +66,6 @@ module.exports = async (app, req, res) => {
col2: +y[11],
glow: +y[15] > 1
}
app.userCache(req.id, comment.accountID, comment.playerID, comment.username)
}
if (i == 0 && req.query.type != "commentHistory") {

View file

@ -15,6 +15,11 @@ module.exports = async (app, req, res, api, ID, analyze) => {
else if (levelID == "weekly") levelID = -2
else levelID = levelID.replace(/[^0-9]/g, "")
// daily hardcode fo' today 😎
if (!api && levelID < 0 && req.server.name == "Geometry Dash") {
if (levelID == -2) return res.redirect("59075347") // tartarus
}
req.gdRequest('downloadGJLevel22', { levelID }, function (err, resp, body) {
if (err || !body || body == '-1' || body.startsWith("<")) {

View file

@ -32,7 +32,7 @@ module.exports = async (app, req, res, post) => {
let gdFormatting = ""
leaderboard.forEach(x => {
app.userCache(req.id, x.accountID, x.playerID, x.username)
//app.userCache(req.id, x.accountID, x.playerID, x.username)
gdFormatting += `1:${x.username}:2:${x.playerID}:13:${x.coins}:17:${x.usercoins}:6:${x.rank}:9:${x.icon.icon}:10:${x.icon.col1}:11:${x.icon.col2}:14:${forms.indexOf(x.icon.form)}:15:${x.icon.glow ? 2 : 0}:16:${x.accountID}:3:${x.stars}:8:${x.cp}:46:${x.diamonds}:4:${x.demons}|`
})
caches[modMode ? 1 : 0][type] = JSON.stringify(leaderboard)

View file

@ -11,7 +11,6 @@ module.exports = async (app, req, res) => {
if (err || !body || body.startsWith("<")) return res.send('-1')
else if (body < 0) return res.send(false)
request.get('https://www.newgrounds.com/audio/listen/' + songID, function(err2, resp2, song) {
console.log(resp2.statusCode)
return res.send(resp2.statusCode == 200)
})
})

BIN
assets/GJ_closeBtn_001.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
assets/blackCheck.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
assets/blackX.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View file

@ -101,8 +101,8 @@ h2 {
margin: 1.8% 0 0 0;
font-size: 7.5vh;
font-family: Pusab, Arial;
color: rgb(255, 200, 0);
letter-spacing: 0.02em;
color: rgb(220, 0, 0);
letter-spacing: -0.05em;
text-align: center;
text-shadow: -0.275vh -0.275vh 0vh #000, 0.275vh -0.275vh 0vh #000, -0.275vh 0.275vh 0vh #000, 0.275vh 0.275vh 0vh #000, 0.5vh 0.5vh 0vh rgba(0,0,0,0.4);
}
@ -178,7 +178,7 @@ h2 {
.brownBox {
border: 2.5vh solid transparent;
border-radius: 3vh;
background-color: #995533;
background-color: black;
border-image: url('../../assets/brownbox.png') 10% round;
}

View file

@ -1,4 +1,4 @@
@font-face {font-family: Pusab; src: url('../../assets/Pusab.ttf')}
@font-face {font-family: Pusab; src: url('../../assets/Pusab.ttf?')}
body {
margin: 0;
@ -8,7 +8,7 @@ body {
}
.levelBG {
background-image: linear-gradient(#0065FD, #002E73);
background-image: url(../../assets/spaaaaace.jpg);
height: 100vh;
background-position: center center;
background-repeat: no-repeat;
@ -98,6 +98,11 @@ img, .noSelect {
margin-top: 0.5%;
}
.minii {
font-size: 2.75vh;
margin-top: 0.5%;
}
.pre {
white-space: pre;
}
@ -160,7 +165,7 @@ h1 {
font-size: 6vh;
font-family: Pusab, Arial;
color: white;
letter-spacing: 0.02em;
letter-spacing: -0.05em;
overflow: hidden;
white-space: nowrap;
text-shadow: -0.275vh -0.275vh 0vh #000, 0.275vh -0.275vh 0vh #000, -0.275vh 0.275vh 0vh #000, 0.275vh 0.275vh 0vh #000, 0.5vh 0.6vh 0vh rgba(0,0,0,0.4);
@ -173,8 +178,8 @@ h2 {
margin: 0 0;
font-size: 8vh;
font-family: Pusab, Arial;
color: rgb(255, 200, 0);
letter-spacing: 0.02em;
color: rgb(220, 0, 0);
letter-spacing: -0.05em;
text-shadow: -0.275vh -0.275vh 0vh #000, 0.275vh -0.275vh 0vh #000, -0.275vh 0.275vh 0vh #000, 0.275vh 0.275vh 0vh #000, 0.5vh 0.5vh 0vh rgba(0,0,0,0.4);
}
@ -184,7 +189,7 @@ h3, input[type=text], input[type=password], input[type=number], .h3Size {
font-size: 3.5vh;
font-family: Pusab, Arial;
color: white;
letter-spacing: 0.02em;
letter-spacing: -0.05em;
text-shadow: -0.15vh -0.15vh 0vh #000, 0.15vh -0.15vh 0vh #000, -0.15vh 0.15vh 0vh #000, 0.15vh 0.15vh 0vh #000;
}
@ -240,15 +245,15 @@ textarea::-webkit-scrollbar-thumb {
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
box-shadow: 0 0 0px 1000px #764F1A inset !important;
-webkit-box-shadow: 0 0 0px 1000px #764F1A inset !important;
box-shadow: 0 0 0px 1000px rgb(60, 60, 60) inset !important;
-webkit-box-shadow: 0 0 0px 1000px rgb(60, 60, 60) inset !important;
-webkit-text-fill-color: white !important;
}
.gdcheckbox {
vertical-align: middle;
display: inline-block;
background-image: url(../../assets/check-off.png);
background-image: url(../../assets/check-off.png?);
background-repeat: no-repeat;
background-size: contain;
padding-right: 20%;
@ -256,7 +261,7 @@ input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:foc
}
input[type=checkbox]:checked + label.gdcheckbox {
background-image: url(../../assets/check-on.png);
background-image: url(../../assets/check-on.png?);
}
::placeholder {
@ -294,7 +299,7 @@ input:focus, textarea:focus {
.transparentBox, input[type=text], input[type=password], input[type=number], textarea {
border: 0 solid transparent;
border-radius: 2vh;
background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(255, 255, 255, 0.3);
white-space: nowrap;
}
@ -316,24 +321,24 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
}
.lightBox {
border: 0.2vh solid #803E1E;
border: 0.2vh solid black;
border-radius: 2vh;
background-color: #BE6F3F;
background-color: black;
white-space: nowrap;
}
.brownBox {
border: 2.5vh solid transparent;
border-radius: 3vh;
background-color: #995533;
border-image: url('../../assets/brownbox.png') 10% round;
background-color: black;
border-image: url('../../assets/brownbox.png?') 10% round;
}
.blueBox {
border: 2.5vh solid transparent;
border-radius: 3vh;
background-color: #334499;
border-image: url('../../assets/bluebox.png') 10% round;
background-color: black;
border-image: url('../../assets/bluebox.png?') 10% round;
}
.fancybox {
@ -341,9 +346,9 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
padding: 1vh 3vh;
border: 3.5vh solid transparent;
border-radius: 3vh;
background-color: #001931;
border-image: url('../../assets/fancybox.png') 10% stretch;
border-image-slice: 65;
background-color: black;
border-image: url('../../assets/fancybox.png?') 20% stretch;
border-image-slice: 35;
}
.bounce {
@ -352,14 +357,21 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
.epicbox {
border: 3.5vh solid transparent;
border-image: url('../../assets/epicbox.png') 20% stretch;
border-image: url('../../assets/epicbox.png?') 20% stretch;
border-image-slice: 85 77;
border-image-width: 9.5vh;
}
.unepicbox {
border: 3.5vh solid transparent;
border-image: url('../../assets/unepicbox.png?') 20% stretch;
border-image-slice: 85 77;
border-image-width: 9.5vh;
}
.leaderboardBox {
border: 3.5vh solid transparent;
border-image: url('../../assets/leaderboardbox.png') 20% stretch;
border-image: url('../../assets/leaderboardbox.png?') 20% stretch;
border-image-slice: 85 77;
border-image-width: 9.5vh;
}
@ -402,7 +414,7 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
}
.diffDiv img {
width: 75%;
width: 85%;
}
.demonDiff {
@ -427,6 +439,10 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
font-size: 4vh;
}
.lengthDiv h1 {
overflow: visible;
}
.selectedFilter {
filter: brightness(100%);
}
@ -589,7 +605,7 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
}
#searchBox {
background-color: rgb(173, 115, 76);
background-color: rgba(0, 0, 0, 0);
width: 122vh;
height: 75%;
overflow-y: auto;
@ -603,17 +619,17 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
.searchResult {
width: 80%;
height: 32%;
background-color: #A1582C;
background-color: rgba(0, 0, 0, 0.5);
margin: auto;
border-bottom: 0.18vh rgba(0, 0, 0, 0.4) solid;
border-bottom: 0.18vh rgba(0, 0, 0, 0.7) solid;
padding-left: 18vh;
padding-top: 1vh;
white-space: nowrap;
overflow-x: hidden;
overflow: hidden;
}
.searchResult:nth-child(odd) {
background-color: #C1743F;
background-color: rgba(0, 0, 0, 0.6);
}
#statusDiv, #commentBox {
@ -624,10 +640,10 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
.commentBG {
width: 100%;
height: 23vh;
background-color: #A1582C;
background-color: rgba(255, 255, 255, 0.15);
overflow: hidden;
margin: auto;
border-bottom: 0.18vh rgba(0, 0, 0, 0.4) solid;
border-bottom: 0.25vh rgba(255, 255, 255, 0.05) solid;
}
.compactBG {
@ -635,21 +651,21 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
}
.commentBG:nth-child(odd) {
background-color: #b96c39;
background-color: rgba(255, 255, 255, 0.2);
}
.oddComment {
background-color: #A1582C !important;
background-color: rgba(255, 255, 255, 0.075) !important;
}
.evenComment {
background-color: #b96c39 !important;
background-color: rgba(255, 255, 255, 0.1) !important;
}
.comment {
margin: 1.5vh auto 0 auto;
width: 96%;
height: 18.5vh;
background-color: rgba(147, 79, 39, 0.8);
background-color: rgba(255, 255, 255, 0.15);
border-radius: 1.5vh;
text-align: left;
padding-top: 1.5vh;
@ -689,7 +705,7 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
transform: translate(-3vh, -4.8vh);
text-align: right;
font-size: 1.8vh;
color: rgba(0, 0, 0, 0.5);
color: rgba(255, 255, 255, 0.7);
pointer-events: none;
}
@ -737,8 +753,8 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
}
#collectibles img {
transform: translate(-20%, -7%);
height: 6.5%;
transform: translate(0%, -7%);
height: 5%;
}
.leaderboardStats {
@ -746,7 +762,7 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
}
.leaderboardStats img {
transform: translate(-20%, -7%);
transform: translate(0%, -7%);
width: 4.3%;
}
@ -768,7 +784,7 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
transform: rotate(355deg) scale(1.2) translate(-4%, -6%);
}
#collectibles img:first-child, #collectibles img:last-child {
#collectibles img:first-child {
transform: translate(-20%, -10%);
height: 5.5%;
}
@ -777,7 +793,7 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
margin: 2% auto;
width: 115vh;
height: 75%;
background-color: #BE6F3F;
background-color: rgb(0, 0, 0);
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
@ -825,7 +841,7 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
}
.gdMessage:hover {
border: 0.6vh solid rgba(0, 0, 0, 0.5);
border: 0.6vh solid rgba(0, 0, 0, 0.6);
}
.messageInput {
@ -833,7 +849,7 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
text-align: left;
padding: 1.5%;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.35);
background-color: rgba(255, 255, 255, 0.25);
}
.labelButton {
@ -882,7 +898,7 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
.specialThanks h2 {
margin-bottom: 3%;
font-size: 4vh;
font-size: 3.5vh;
}
.analysis {
@ -1134,7 +1150,7 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
}
.typeFilter {
background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(255, 255, 255, 0.3);
padding: 0.75% 0.75%;
border-radius: 0.5vh;
}
@ -1148,7 +1164,7 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
}
.typeFilter.achDeselected {
background-color: rgba(0, 0, 0, 0.75);
background-color: rgba(255, 255, 255, 0.2);
}
.labelHover {
@ -1187,7 +1203,7 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
transition-duration: 0s !important;
}
cr { color: #ff5a5a }
cr { color: #ff0000 }
co { color: #ffa54b }
cy { color: #ffff00 }
cg { color: #40e348 }
@ -1204,7 +1220,7 @@ cp { color: #ff00ff }
}
.gold {
color: rgb(255, 200, 0);
color: rgb(220, 0, 0);
}
.green {

View file

@ -1,5 +1,5 @@
@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {font-family: Pusab; src: url('../../assets/Pusab.ttf')}
@font-face {font-family: Pusab; src: url('../../assets/Pusab.ttf?')}
.gdButton {
cursor: pointer;
@ -28,7 +28,7 @@ h1 {
font-size: 60px;
font-family: Pusab;
color: white;
letter-spacing: 0.02em;
letter-spacing: -0.05em;
overflow: hidden;
white-space: nowrap;
text-shadow: -2.2px -2.2px 0px #000, 2.2px -2.2px 0px #000, -2.2px 2.2px 0px #000, 2.2px 2.2px 0px #000, 5px 5px 0px rgba(0,0,0,0.4);
@ -41,7 +41,7 @@ h2 {
font-family: Pusab;
width: fit-content;
color: white;
letter-spacing: 0.02em;
letter-spacing: -0.05em;
text-shadow: -1.5px -1.5px 0px #000, 1.5px -1.5px 0px #000, -1.5px 1.5px 0px #000, 1.5px 1.5px 0px #000;
}
@ -291,7 +291,7 @@ input:focus, select:focus, textarea:focus, button:focus {
}
.iconSelected {
border-image: url('../../assets/select.png') 10 stretch !important;
border-image: url('../../assets/select.png?') 10 stretch !important;
}
.iconTabButton, .glowToggle, .copyForm {
@ -423,8 +423,8 @@ input:focus, select:focus, textarea:focus, button:focus {
.brownBox {
border: 17px solid transparent;
border-radius: 25px;
background-color: #995533;
border-image: url('../../assets/brownbox.png') 10% round;
background-color: black;
border-image: url('../../assets/brownbox.png?') 10% round;
}
.xButton {
@ -440,11 +440,11 @@ input[type=text] {
font-size: 45px;
font-family: Pusab;
color: white;
letter-spacing: 0.02em;
letter-spacing: -0.05em;
text-shadow: -0.2vh -0.2vh 0vh #000, 0.2vh -0.2vh 0vh #000, -0.2vh 0.2vh 0vh #000, 0.2vh 0.2vh 0vh #000;
border: 0 solid transparent;
border-radius: 15px;
background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(255, 255, 255, 0.2);
white-space: nowrap;
}
@ -461,7 +461,7 @@ input[type=checkbox] {
.gdcheckbox {
vertical-align: middle;
display: inline-block;
background-image: url(../../assets/check-off.png);
background-image: url(../../assets/check-off.png?);
background-repeat: no-repeat;
background-size: contain;
padding-right: 40px;
@ -471,7 +471,7 @@ input[type=checkbox] {
}
input[type=checkbox]:checked + label.gdcheckbox {
background-image: url(../../assets/check-on.png);
background-image: url(../../assets/check-on.png?);
}
.bounce {
@ -479,7 +479,7 @@ input[type=checkbox]:checked + label.gdcheckbox {
}
.gold {
color: rgb(255, 200, 0);
color: rgb(220, 0, 0);
}
.blue {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

4
assets/desktop.ini Normal file
View file

@ -0,0 +1,4 @@
[LocalizedFileNames]
iconrope.png=@iconrope.png,0
mod.png=@mod.png,0
mod-elder.png=@mod-elder.png,0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Some files were not shown because too many files have changed in this diff Show more