Browse Source

Edit estimates to be hopefully more accurate

Lily Carpenter 9 years ago
parent
commit
3835d18a0f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/roadmap.org

+ 2 - 2
docs/roadmap.org

@@ -22,12 +22,12 @@ Each version will be tagged upon being considered complete
22 22
 :END:
23 23
 *** TODO Go through opengl tutorials to become more comfortable
24 24
 :PROPERTIES:
25
-:Effort:   20
25
+:Effort:   60
26 26
 :END:
27 27
 ** 0.1
28 28
 *** TODO Implement basic OpenGL 2D graphics system with tiles and placeholder graphics. Should be overhead view, not isomorphic. Similar to dwarf fortress.
29 29
 :PROPERTIES:
30
-:Effort:   120
30
+:Effort:   40
31 31
 :END:
32 32
 *** TODO Implement basic player character with movement and basic melee and ranged attack (no RNG yet, just standard) as well as health.
33 33
 :PROPERTIES: