2022-07-27 09:19:04 +00:00
|
|
|
# shape_maker
|
|
|
|
|
2022-08-30 14:56:02 +00:00
|
|
|
Mostly a working level editor, why should you use it? because it exists and allows to make levels without tilemaps...
|
2022-07-28 17:48:01 +00:00
|
|
|
|
2022-08-30 15:24:50 +00: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 17:48:01 +00:00
|
|
|
## TODO
|
|
|
|
|
2022-09-03 10:46:35 +00:00
|
|
|
- [x] Pick default color for shapes
|
2022-09-05 16:42:40 +00:00
|
|
|
- [ ] Undo/Redo history(roughly 50%)
|
2022-09-02 12:27:37 +00:00
|
|
|
- [ ] Select item by clicking/double clicking on the relevant shape/image
|
2022-08-03 15:31:57 +00: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-15 22:22:24 +00:00
|
|
|
- [ ] Reorder items tree
|
2022-08-30 14:54:08 +00:00
|
|
|
- [ ] Allow for more types of export/import
|
2022-08-30 15:03:42 +00: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 12:27:37 +00:00
|
|
|
- [ ] Group shapes/images under an empty/another object with an actual tree view
|
2022-08-03 15:31:57 +00:00
|
|
|
|
|
|
|
## Maybe, just maybe todo
|
|
|
|
|
2022-08-15 22:22:24 +00:00
|
|
|
- [ ] Duplicate shapes/images
|