add name to Actor

This commit is contained in:
Chris Danford
2003-04-12 06:16:12 +00:00
parent ca1b94a043
commit e148806d1b
91 changed files with 555 additions and 786 deletions
+3 -3
View File
@@ -73,8 +73,8 @@ void GhostArrowBright::Step( TapNoteScore score )
SetZoom( GAB_ZOOM_START );
BeginTweening( (float)GAB_SHOW_SECONDS/2 );
SetTweenZoom( ((float)GAB_ZOOM_START+(float)GAB_ZOOM_END)/2 );
SetZoom( ((float)GAB_ZOOM_START+(float)GAB_ZOOM_END)/2 );
BeginTweening( (float)GAB_SHOW_SECONDS/2 );
SetTweenZoom( GAB_ZOOM_END );
SetTweenDiffuse( colorEnd );
SetZoom( GAB_ZOOM_END );
SetDiffuse( colorEnd );
}