2022-07-27 09:19:04 +00:00
|
|
|
# shape_maker
|
|
|
|
|
2022-08-30 17:56:02 +03:00
|
|
|
Mostly a working level editor, why should you use it? because it exists and allows to make levels without tilemaps...
|
2022-07-28 20:48:01 +03:00
|
|
|
|
2022-08-30 18:24:50 +03:00
|
|
|
## Usage
|
|
|
|
|
|
|
|
Left mouse click for mostly everything, when creating a shape you it will build the shape as you go(giving you a visual indicator).
|
|
|
|
|
|
|
|
If you want to cancel a shape mid-build you can right click to undo the shape
|
|
|
|
|
|
|
|
When an item is selected in the items tree window(will be written in gold), clicking `X` will delete it
|
|
|
|
|
2022-07-28 20:48:01 +03:00
|
|
|
## TODO
|
|
|
|
|
2022-09-03 13:46:35 +03:00
|
|
|
- [x] Pick default color for shapes
|
2022-09-05 19:42:40 +03:00
|
|
|
- [ ] Undo/Redo history(roughly 50%)
|
2022-09-02 15:27:37 +03:00
|
|
|
- [ ] Select item by clicking/double clicking on the relevant shape/image
|
2022-08-03 18:31:57 +03:00
|
|
|
|
|
|
|
## Quality of life todo
|
|
|
|
|
|
|
|
- [ ] Double click on shape in tree view will center the relevant shape
|
|
|
|
- [ ] Grab shapes instead of center points
|
2022-08-16 01:22:24 +03:00
|
|
|
- [ ] Reorder items tree
|
2022-08-30 17:54:08 +03:00
|
|
|
- [ ] Allow for more types of export/import
|
2022-08-30 18:03:42 +03:00
|
|
|
- [ ] Allow to set a relative export path for images(also allow to select when importing/save it in the saved file)
|
2022-09-02 15:27:37 +03:00
|
|
|
- [ ] Group shapes/images under an empty/another object with an actual tree view
|
2022-08-03 18:31:57 +03:00
|
|
|
|
|
|
|
## Maybe, just maybe todo
|
|
|
|
|
2022-08-16 01:22:24 +03:00
|
|
|
- [ ] Duplicate shapes/images
|