b6f8c5867a
tweak icon sizes on music wheel, new Lambda noteskin, add player options back to evaluation, tweak evaluation to have more padding for scores
10 lines
207 B
Lua
10 lines
207 B
Lua
local t = Def.ActorFrame {
|
|
Def.Sprite {
|
|
Texture=NOTESKIN:GetPath( '_down', 'tap mine' );
|
|
Frame0000=0;
|
|
Delay0000=1;
|
|
InitCommand=cmd(spin;effectclock,'beat';effectmagnitude,0,0,-33);
|
|
};
|
|
};
|
|
return t;
|