Hello,
I am trying to resize an actor when the world is created, but I cannot make it happen. I have tried putting the resizing code in the constructor for the actor, but it will not work. Additionally, I cannot call a "resizing" method from the World superclass because one method is static and the other is not. Any help would be appreciated.
