Pages

Wednesday, September 9, 2020

Shadow Monsters Tutorial 22 Status

 I've been working on tutorial 22 in the shadow monsters series. I'm about half way done with it. This one covers creating a text box and a character generator. I will also fix a problem with resizing content based on screen resolution. I was doing integer division instead of floating point division when calculating scales. I resolved the problem by adding a property to the settings class that calculates the scale vector.  I then use that property instead of calculating the scale in all of the Draw functions.


No comments:

Post a Comment