Tagged Questions
-2
votes
1answer
183 views
are most 2D games tille based? [closed]
So I'm beginning the planing phase for a 2D game that I hope to deploy for iPhone, Android, and maybe windows phone, and I am writing it in Cocos2DX and I'm looking around for map editors that I could ...
1
vote
1answer
340 views
PNG image as a level map for 2d game
I've been using a tilemap editor for making levels, but I was wondering if there was a way to use PNG images as the level map, as maps created in tiled editor are graphically uninteresting.
...
7
votes
2answers
315 views
How do I visualize parallax layers in a level editor?
I'm making a 2D game in Unity, but this would apply to any 2D game engine.
If I implement multiplane parallax with orthographic cameras, it is difficult to lay out the background layer's sprites and ...
1
vote
3answers
417 views
Compressing 2D level data
So, I'm developing a 2D, tile based game and a map maker thingy - all in Java.
The problem is that recently I've been having some memory issues when about 4 maps are loaded. Each one of these maps ...
0
votes
2answers
265 views
How many Fringe/Base layers in a 2D map editor?
I'm creating a highly flexible 2D tile-based map editor in XNA to make some of my future projects easier (will work for side-scrollers and top-down games). This editor can work with any sized tile.
...
2
votes
4answers
768 views
What should I use (controls, methods) to make a 2D tile based map editor?
I'm making a 2d game where each tile is a square and it's viewed at straight angle, no skewing, no rotation, it's pretty simple.
Two weeks ago I tried using DataGridView, but as the number of rows ...
1
vote
1answer
293 views
2D game editor with SDK or open format (Windows)
I need 2d editor (Windows) for game like rpg. Mostly important features for me:
Load tiles as classes with attributes, for example "tile1 with coordinates [25,30] is object of class FlyingMonster ...
3
votes
4answers
752 views
Tools for editing 2D sprite-based game levels
What are good free and widely used tools for editing 2D sprite-based game levels? I'm looking for one that allows exporting data to a custom format. One that I know of is Blender — a 3D tool, ...