- Oeil [Album] (Lost Media)
- Poisson Soluble [Album]
--acts exactly like stealth | |
definemod{'winestealth', function(percent, pn) | |
if not P[pn] then return end | |
local a = 0.02*math.min(100 - percent, 50) | |
local w = 0.02*math.min(percent, 50) | |
local shader = winestealth:GetShader() | |
shader:uniform1f('a', a) | |
shader:uniform1f('w', w) | |
if not P[pn]:GetArrowShader() and percent > 0 then | |
P[pn]:SetArrowShader(shader) |
steps = P1:GetNoteData() | |
function findNote(beat, type) | |
if not type then type = 'notes' end | |
local t = {} | |
local r = 0.02 | |
local left = 1 | |
local right = #steps | |
while left <= right do | |
local mid = math.floor((left + right) * 0.5) |
@-moz-document domain("cobalt.tools") { | |
[src="emoji/dragon_face.svg"], img.emoji > div { | |
content:url("emoji/dragon_face_wukko.svg"); | |
} | |
} |
[src="https://abs.twimg.com/responsive-web/client-web/parrot-800x400.v1.de5767b9.png"] { | |
content: url("https://cdn.discordapp.com/attachments/877970355241746442/1111501949641171034/parrot.png"); | |
} | |
[style="background-image: url(\"https://abs.twimg.com/responsive-web/client-web/parrot-800x400.v1.de5767b9.png\");"] { | |
background-image: url("https://cdn.discordapp.com/attachments/877970355241746442/1111501949641171034/parrot.png"); | |
} |