Skip to content

Commit

Permalink
0.5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorProj committed Sep 16, 2024
1 parent 26db2d6 commit cf78fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MeTMT/js/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ addLayer("+", {
["display-text",
function() { if (player['+'].points.gte(21)) {return "- ^0.96 <span style=\"color: rgb(255, 255, 255); text-shadow: rgb(255, 255, 255) 0px 0px 10px;\">point</span> gain"} },],
["display-text",
function() { if (player['+'].points.gte(2)) {return `- Start gaining <span style="color: hsl(${(player.timePlayed * 15) % 360}, 100%, 50%); text-shadow: hsl(${(player.timePlayed * 15) % 360}, 100%, 50%) 0px 0px 10px;">omega</span>, and unlock <span style="color: hsl(${(player.timePlayed * 15) % 360}, 100%, 50%); text-shadow: hsl(${(player.timePlayed * 15) % 360}, 100%, 50%) 0px 0px 10px;">omega</span> upgrades`} },],
function() { if (player['+'].points.gte(22)) {return `- Start gaining <span style="color: hsl(${(player.timePlayed * 15) % 360}, 100%, 50%); text-shadow: hsl(${(player.timePlayed * 15) % 360}, 100%, 50%) 0px 0px 10px;">omega</span>, and unlock <span style="color: hsl(${(player.timePlayed * 15) % 360}, 100%, 50%); text-shadow: hsl(${(player.timePlayed * 15) % 360}, 100%, 50%) 0px 0px 10px;">omega</span> upgrades`} },],
["display-text",
"<br><br>Please like this game the colors took so long ;-;<br><br>"
],
Expand Down

0 comments on commit cf78fa8

Please sign in to comment.