示例#1
0
        public void Update(GameTime gameTime)
        {
            if (!battleTransition)
            {
                worldCharacter.Update(gameTime);
            }
            worldMovement();

            //WorldMapAnimation
            worldMapAnimation(gameTime);
            _autoElements.Update(gameTime);

            _sunColor = GSS.getSunPositionColor();
        }