updating noteskin things...

This commit is contained in:
Alberto Ramos
2010-12-22 15:28:38 -07:00
parent af89c94d30
commit 351ba1d97c
14 changed files with 3 additions and 28 deletions
@@ -4,5 +4,4 @@ return NOTESKIN:LoadActor("DownLeft", "Ready Receptor")..{
{ Frame = 1 };
{ Frame = 2 };
};
--InitCommand=cmd(rotationy,180);
};
@@ -1,3 +1 @@
return NOTESKIN:LoadActor("DownLeft","Tap Note")..{
--InitCommand=cmd(rotationy,180);
};
return NOTESKIN:LoadActor("DownLeft","Tap Note")..{};
-2
View File
@@ -76,7 +76,6 @@ local function func()
ElementToLoad = sElement
end
--update: ahora receptor también
if sElement == "Explosion"
or sElement == "Tap Lift"
or sElement == "Tap Mine"
@@ -85,7 +84,6 @@ local function func()
sButton = "UpLeft"
end
local path = NOTESKIN:GetPath(Noteskin.ButtonRedirs[sButton],ElementToLoad)
--Graficos separados para holds y rolls
--if string.find(sElement,"Hold") or string.find(sElement,"Roll") then
if ( string.find(sElement,"Hold") or string.find(sElement,"Roll") ) and not ( string.find(sElement,"Head") or string.find(sElement,"Tail") ) then
--if ( string.find(sElement,"Hold") or string.find(sElement,"Roll") ) and ( string.find(sElement,"Body") ) then
+1 -17
View File
@@ -38,23 +38,7 @@ return Def.ActorFrame {
};
--thing...
Def.Quad {
InitCommand=cmd(zoomto,60,4800;diffusealpha,0);
InitCommand=cmd(zoomto,50,5000;diffusealpha,0);
HitMineCommand=cmd(finishtweening;diffusealpha,1;linear,0.3;diffusealpha,0);
};
--[[Def.Quad {
InitCommand=function(self)
local style = GAMESTATE:GetCurrentStyle()GetStyleType()
local maxzoom = SCREEN_WIDTH
if style == 'StyleType_OnePlayerTwoSides' then
maxzoom = 320
end
self:diffuse(1,1,1,0);
self:zoomx(maxzoom);
self:zoomy(SCREEN_HEIGHT*5)
end;
--cmd(diffuse,1,1,1,0;zoomy,SCREEN_HEIGHT*100);
HitMineCommand=function(self) MESSAGEMAN:BroadCast("AMineWasHit"); end;
--cmd(finishtweening;diffusealpha,1;linear,0.3;diffusealpha,0);
};]]
}
@@ -4,5 +4,4 @@ return NOTESKIN:LoadActor("UpLeft", "Ready Receptor")..{
{ Frame = 1 };
{ Frame = 2 };
};
--InitCommand=cmd(rotationy,180);
};
+1 -4
View File
@@ -1,4 +1 @@
return NOTESKIN:LoadActor("UpLeft","Tap Note")..{
--InitCommand=cmd(rotationy,180);
--BaseRotationY=180;
};
return NOTESKIN:LoadActor("UpLeft","Tap Note")..{};
Binary file not shown.

Before

Width:  |  Height:  |  Size: 870 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 621 B

After

Width:  |  Height:  |  Size: 838 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 B

After

Width:  |  Height:  |  Size: 855 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 625 B

After

Width:  |  Height:  |  Size: 842 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 631 B

After

Width:  |  Height:  |  Size: 849 B