Made the 3d intro screen auto-load custom moves

Just like the old 2d intro screen
This commit is contained in:
JappaWakka 2022-02-27 15:29:39 +01:00
parent dc5b439baf
commit cc4203b150
1 changed files with 1 additions and 1 deletions

View File

@ -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)