The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
18 views

Slick2d TiledMap clamping scroll

I'm creating a topdown RPG game and it was going alright, but now I'm stuck at scrolling my TiledMap. I want the map to scroll if the map is not completely in sight, the scrolling is alright-ish, but ...
0
votes
1answer
137 views

Vertical Scrolling In Tile Based XNA Platformer

I'm making a 2D platformer in XNA 4.0. I have created a working tile engine, which works well for my purposes, and Horizontal Scrolling works flawlessly, however I am having great trouble with ...
2
votes
1answer
196 views

How to handle a Tile Map Scrolling [duplicate]

i'm making a video game, and i'm having, i think, a concept problem. The game will be a platformer which will use tile maps, so to start i will create a mask matrix indicating the tiles to be loaded, ...
0
votes
1answer
224 views

adding vertical scrolling to 2D platformer in libgdx

I am trying to make a two sided platform game in Libgdx. Where I am scrolling through the TiledMap. I was easily implementing the horizontal scrolling using.. camera.position.x = ...