Made the 3d intro screen auto-load custom moves
Just like the old 2d intro screen
This commit is contained in:
parent
dc5b439baf
commit
cc4203b150
|
@ -17,7 +17,7 @@
|
|||
PreScreen = currentScreen
|
||||
CanBePaused = False
|
||||
UpdateFadeOut = True
|
||||
|
||||
BattleSystem.GameModeAttackLoader.Load()
|
||||
|
||||
'Set up 3D environment variables (Effect, Camera, SkyDome and Level):
|
||||
Effect = New BasicEffect(GraphicsDevice)
|
||||
|
|
Loading…
Reference in New Issue