I also created a class structure for the game. For example, I have a BaseUnit class (base class), which MovingUnit and StaticUnit inherit of, and for now, I only have another class, the Player class (inherits from MovingUnit).
So, now we have a player which we can move with smooth camera following and other stuff.
Warning! Programmer Art bellow, viewer discretion is advised.
(I know the model is horrible, but it will have to do for now)
I might add some decorations to the terrain in the next update.
No comments:
Post a Comment