undo accidental delete
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
-- This needs to be an ActorFrame because children will want to load the base and merge their own elements into the table.
|
||||
t = Def.ActorFrame {};
|
||||
t[#t+1] = StandardDecorationFromFile( "LeftFrame", "LeftFrame" );
|
||||
t[#t+1] = StandardDecorationFromFile( "RightFrame", "RightFrame" );
|
||||
t[#t+1] = StandardDecorationFromFile( "Header", "Header" );
|
||||
t[#t+1] = StandardDecorationFromFile( "Footer", "Footer" );
|
||||
t[#t+1] = StandardDecorationFromFileOptional( "Help", "Help" );
|
||||
t[#t+1] = StandardDecorationFromFileOptional( "StyleIcon", "StyleIcon" );
|
||||
t[#t+1] = StandardDecorationFromFileOptional( "StageFrame", "StageFrame" );
|
||||
t[#t+1] = StandardDecorationFromFileOptional( "StageDisplay", "StageDisplay" );
|
||||
return t;
|
||||
@@ -0,0 +1 @@
|
||||
_footer shared
|
||||
@@ -30,11 +30,6 @@ FadingBanner::FadingBanner()
|
||||
{
|
||||
m_Banner[i].SetName( "Banner" );
|
||||
ActorUtil::LoadAllCommandsAndOnCommand( m_Banner[i], "FadingBanner" );
|
||||
|
||||
/* TODO: Move this into Lua. Ideally, there should be a ZTEST_NO_CHANGE that
|
||||
* would let a ztest command on an ActorFrame propagate to all children. */
|
||||
m_Banner[i].SetZTestMode( ZTEST_WRITE_ON_FAIL );
|
||||
|
||||
this->AddChild( &m_Banner[i] );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user