Skip to content

Commit 1810dbf

Browse files
committed
Update todo.md
1 parent 45a7694 commit 1810dbf

1 file changed

Lines changed: 7 additions & 14 deletions

File tree

todo.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Todo
22

33
## Priority
4-
* SaveFile or GameState class
5-
* Name
6-
* Path
7-
* Property of game to provide accessibility?
84
* Font
95
* Test kerning
106
* Unicode support
@@ -14,19 +10,12 @@
1410
* Stencils
1511
* Rectangle stencil using glScissor
1612
* Texture stencil
13+
* Abstract away OpenGL
14+
* Eventually add a Vulkan GraphicsContext
1715

1816
## Optional/Future functionality
19-
* Console like Otter2D?
20-
* Autocomplete
21-
* Ability to pause the update loop
22-
* Ability to modify entities
23-
* Drag
24-
* Delete
25-
* Clone
26-
* Ability to save scene setups
27-
* Ability to display hitboxes
28-
* Show FPS
2917
* Model class
18+
* Extends Renderable
3019
* Mesh
3120
* Textures
3221
* UV Maps
@@ -44,3 +33,7 @@
4433
* Duration property
4534
* CurrentTime property
4635
* Static fromArray method
36+
* SaveFile or GameState class
37+
* Name
38+
* Path
39+
* Property of game to provide accessibility?

0 commit comments

Comments
 (0)