You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some programming skills but I'm not a Java developer.
I need the following in the editor:
to be able to run the editor from the last version. To do that I need an updated guide how to do that in Eclipse.
The editor UI shall be quite intuitive. Hot keys are nice but it used to accelerate user experince but not to REPLACE interface navigation. So I need buttons, menu and so on with understandable titles.
to maximize the window to full screen mode
to create new level / load and save existing levels
to manage tile asset (use different assets for different levels)
to test levels - run the level to test game mechanics
separate editor and levels from game engine. You might update the game engine and bring new mechanics but levels should not be omitted from the new version.
work with several levels in different tabs
select many objects on the level
hot keys (of course):
Ctrl+N - new level
Ctrl+O - open level
Ctrl+S - save level
Ctrl+W - close current level
Ctrl+C - copy selected objects in the level
Ctrl+Z - cut selected objects in the level
Ctrl+V - paste objects to the level from the clipboard
The text was updated successfully, but these errors were encountered: