-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
42 lines (37 loc) · 1.22 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[ ] Level Packs
[ ] create a level pack
[ ] delete a level pack
[x] collapse / expand
[ ] export a level pack
[ ] as json
[ ] as a lua table
[ ] import a level pack
[ ] Levels
[x] indicate which level is currently selected
[ ] respect orientation of saved levels when reloading them
[ ] delete a level
[ ] create a level
[x] clicking a level should not reload cached sprites
[ ] Associated Sprites
[ ] add new sprites onto sprite quick list
[x] removing a sprite from the screen also removes it from the quick list
[x] collapse / expand list of all sprites in level
[x] quick select of sprite
[x] quick delete option next to sprite
[ ] Phone
[ ] changing phone orientation should rotate the positions of the placed sprites
[ ] clip overflow
[ ] ability to set the origin of the sprite (center, upper left, etc)
[x] clear canvas
[ ] gracefully handle dropping sprites on the canvas when no level is selected
[ ] save canvas
[ ] save canvas as level
[ ] Sprite Packs
[ ] collapse / expand
[ ] delete a sprite pack
[ ] import
[ ] sprite pack
[ ] single sprite
[ ] Overall
[ ] the entire app needs styling
[ ] refactor html creation with javascript into sammy templates