Improvements before branch
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 8.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 5.7 KiB |
@@ -1,8 +1,4 @@
|
|||||||
return Def.Sprite {
|
return Def.Sprite {
|
||||||
Texture=NOTESKIN:GetPath( '_down', 'tap note' );
|
Texture=NOTESKIN:GetPath( '_down', 'tap note' );
|
||||||
Frames = Sprite.LinearFrames( 8, 1 );
|
Frames = Sprite.LinearFrames( 8, 1 );
|
||||||
InitCommand=cmd(setstate,2);
|
|
||||||
DrawTapNoteMessageCommand=function(self,parent)
|
|
||||||
parent:spin();
|
|
||||||
end;
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ FallbackNoteSkin=default
|
|||||||
TapNoteAnimationIsVivid=0
|
TapNoteAnimationIsVivid=0
|
||||||
HoldHeadAnimationIsVivid=0
|
HoldHeadAnimationIsVivid=0
|
||||||
DrawHoldHeadForTapsOnSameRow=0
|
DrawHoldHeadForTapsOnSameRow=0
|
||||||
TapNoteAnimationLength=4
|
TapNoteAnimationLength=2
|
||||||
TapAdditionAnimationLength=4
|
TapAdditionAnimationLength=2
|
||||||
TapMineAnimationLength=1
|
TapMineAnimationLength=1
|
||||||
TapLiftAnimationLength=4
|
TapLiftAnimationLength=4
|
||||||
HoldHeadAnimationLength=1 // doesn't matter. Only 1 frame anyway.
|
HoldHeadAnimationLength=1 // doesn't matter. Only 1 frame anyway.
|
||||||
|
|||||||
@@ -1251,6 +1251,7 @@ Could not find '%s'.=Could not find '%s'.
|
|||||||
[Screen]
|
[Screen]
|
||||||
HeaderText=
|
HeaderText=
|
||||||
HeaderSubText=
|
HeaderSubText=
|
||||||
|
HelpText=
|
||||||
[ScreenAppearanceOptions]
|
[ScreenAppearanceOptions]
|
||||||
HeaderText=Appearance
|
HeaderText=Appearance
|
||||||
HeaderSubText=Customize your game
|
HeaderSubText=Customize your game
|
||||||
|
|||||||
@@ -15,6 +15,18 @@ Color = {
|
|||||||
Outline = color("0,0,0,0.5"),
|
Outline = color("0,0,0,0.5"),
|
||||||
Invisible = color("1,1,1,0"),
|
Invisible = color("1,1,1,0"),
|
||||||
Stealth = color("0,0,0,0"),
|
Stealth = color("0,0,0,0"),
|
||||||
|
-- Android Design Stencil Colors
|
||||||
|
-- https://developer.android.com/design/style/color.html
|
||||||
|
HoloBlue = color("#33B5E5"),
|
||||||
|
HoloDarkBlue = color("#0099CC"),
|
||||||
|
HoloPurple = color("#AA66CC"),
|
||||||
|
HoloDarkPurple = color("#9933CC"),
|
||||||
|
HoloGreen = color("#99CC00"),
|
||||||
|
HoloDarkGreen = color("#669900"),
|
||||||
|
HoloOrange = color("#FFBB33"),
|
||||||
|
HoloDarkOrange = color("#FF8800"),
|
||||||
|
HoloRed = color("#FF4444"),
|
||||||
|
HoloDarkRed = color("#CC0000"),
|
||||||
-- Color Functions
|
-- Color Functions
|
||||||
-- These functions alter colors in a certain way so that you can make
|
-- These functions alter colors in a certain way so that you can make
|
||||||
-- new ones without having to copy a color or find a new one.
|
-- new ones without having to copy a color or find a new one.
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user