Hi guys, I was reading Your posts for a very long time, but now i have a problem which i can’t figure out.
I have GameScreen (parent), GameWorld (logic) and GameRenderer (vision, rendering). So, when i Was trying to render my game normally (renderer was taking actors and just painting them on screen) everything was fine. Then I want to use Stage and Actors (for simply have a more clearly code and have better input logic) and i spot some problems. In fact - my map isn’t drawing at all - simple array[][] and my stage only covers~3/7 (in top-right corner) of my desired window.
My Actor (Hero) is covering whole stage, but it is drawed outsde it (in bottom-left corner).
If someoe want to help me, I’ll be gratefull - I can provide some code of mine (there is not much of it, I’ve just started), just tell what.
I’m really stuck with it.
Red color is my stage, the blue one is my hero (rendered - because when i click in bottom-left corner of my stage he reacts -> moving x += 40, y += 52) I can’t click him again)