midi-note changes from two days ago [by Midiman of course]
|
Before Width: | Height: | Size: 262 B After Width: | Height: | Size: 335 B |
|
Before Width: | Height: | Size: 264 B |
|
Before Width: | Height: | Size: 863 B After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,4 @@
|
||||
return Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath('Down','Hold BottomCap Active');
|
||||
InitCommand=cmd(diffuse,color("0.5,0.5,0.5,0.5"));
|
||||
};
|
||||
|
Before Width: | Height: | Size: 835 B |
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1,4 @@
|
||||
return Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath('Down','Hold Head Active');
|
||||
InitCommand=cmd(diffuse,color("0.5,0.5,0.5,1"));
|
||||
};
|
||||
|
Before Width: | Height: | Size: 293 B |
|
Before Width: | Height: | Size: 273 B |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 372 B |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,4 @@
|
||||
return Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath('Down','Roll BottomCap Active');
|
||||
InitCommand=cmd(diffuse,color("0.5,0.5,0.5,0.5"));
|
||||
};
|
||||
|
Before Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,4 @@
|
||||
return Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath('Down','Roll Head Active');
|
||||
InitCommand=cmd(diffuse,color("0.5,0.5,0.5,1"));
|
||||
};
|
||||
|
Before Width: | Height: | Size: 332 B |
|
Before Width: | Height: | Size: 328 B |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,4 @@
|
||||
return Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath('Left','Hold BottomCap Active');
|
||||
InitCommand=cmd(diffuse,color("0.5,0.5,0.5,0.5"));
|
||||
};
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,4 @@
|
||||
return Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath('Left','Roll BottomCap Active');
|
||||
InitCommand=cmd(diffuse,color("0.5,0.5,0.5,0.5"));
|
||||
};
|
||||
@@ -31,7 +31,6 @@ ret.Redir = function(sButton, sElement)
|
||||
end
|
||||
|
||||
-- To have separate graphics for each hold part:
|
||||
--[[
|
||||
local OldRedir = ret.Redir;
|
||||
ret.Redir = function(sButton, sElement)
|
||||
-- Redirect non-hold, non-roll parts.
|
||||
@@ -40,7 +39,6 @@ ret.Redir = function(sButton, sElement)
|
||||
end
|
||||
return OldRedir(sButton, sElement);
|
||||
end
|
||||
]]
|
||||
|
||||
local OldFunc = ret.Load;
|
||||
function ret.Load()
|
||||
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,4 @@
|
||||
return Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath('Up','Hold BottomCap Active');
|
||||
InitCommand=cmd(diffuse,color("0.5,0.5,0.5,0.5"));
|
||||
};
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,4 @@
|
||||
return Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath('Up','Roll BottomCap Active');
|
||||
InitCommand=cmd(diffuse,color("0.5,0.5,0.5,0.5"));
|
||||
};
|
||||