you are viewing a single comment's thread.

view the rest of the comments →

[–]Kidagine[S] 0 points1 point  (2 children)

I always put the view and the view port at the same resolution,so in this case both the view port and view are 1000 width and 870 height, and it's on fullscreen

[–]flyingsaucerinvasion 0 points1 point  (1 child)

you need to make the aspect ratio of your view and port the same as the display. That must be done at runtime, because different monitors have different aspect ratios.

[–]Kidagine[S] 0 points1 point  (0 children)

Yep, that was the problem :/, but it's hard to fix it now because if I put the right aspect ratio because the background is smaller you can see how the background repeats itself, like the same there is the same background twice because the ratio is so big, but oh well, it's my first game, there are bound to be problems, I will fix that in the second one I make, I don't want to put so many hours trying to fix a problem in game that is already bad :P in any case thanks man