I finally completed my loading screen, art and coding. I ran into issues when trying to fade out my loading screen, I always forget that in XNA 4.0 to apply alpha value to an image you need to multiply your color by your alpha value (Color.White * 0.5f ) would result in 50% opacity instead of the old fashion where we would set (new Color (255,255,255,125) to produce a White at 50% opacity.
Now my loading screen and code is completed and integrated in the engin. Next step is to test out some script commands I built for player spawn and cutscene when starting a level.
No comments:
Post a Comment