Skip to content

Commit

Permalink
Update DEVELOPER.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isirode authored Nov 29, 2022
1 parent 70b5a55 commit 2d25954
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ There is a list of features below which could be interesting.

- [ ] Playability
- [ ] Option to remove the line after a certain time

- [ ] Limiters
- [ ] Option to stop adding points if a certain distance between start point and end point is attained
- [x] Dummy version (the limit can be slightly breached)
- [ ] Strict version
Expand All @@ -76,7 +78,8 @@ There is a list of features below which could be interesting.
- [ ] Option to start drawing from an existing line (like a tree maybe)
- [ ] Option to draw only
- [ ] For some value of an axis
- [ ] Inside a box
- [x] Inside a Collider2D
- [x] Not inside a Collider2D
- [ ] Inside a mesh
- [x] Option to move an object at the cursor's position
- [x] Option to not draw over an other collider
Expand Down Expand Up @@ -151,6 +154,8 @@ There is a list of features below which could be interesting.
- [x] Networking + distance limiter
- [x] Networking + color pool
- [x] Free movement
- [x] Coordinate limiters
- [x] Collider2D limiters
- [ ] System
- [x] Use a prefab for the static assets at playtime so that they can be all edited at once
- [ ] Load some static assets at playtime
Expand Down

0 comments on commit 2d25954

Please sign in to comment.