Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Level Editor #98

Open
VictorDDT opened this issue Oct 30, 2019 · 2 comments
Open

Level Editor #98

VictorDDT opened this issue Oct 30, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@VictorDDT
Copy link

  1. Make Level Editor easy to understand for people not for developers only ;)
  2. Provide documentation for Level Editor
@micycle1
Copy link
Collaborator

micycle1 commented Nov 4, 2019

What about it is not easy to understand? I agree we need to list hotkeys, etc, but conceptually it seems simple.

@VictorDDT
Copy link
Author

I have some programming skills but I'm not a Java developer.

I need the following in the editor:

  1. 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.

  2. 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.

  3. to maximize the window to full screen mode

  4. to create new level / load and save existing levels

  5. to manage tile asset (use different assets for different levels)

  6. to test levels - run the level to test game mechanics

  7. 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.

  8. work with several levels in different tabs

  9. select many objects on the level

  10. 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

May be something else ...

@micycle1 micycle1 added the enhancement New feature or request label Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants