Browse Source

Update spriteeditor.c

Rudy Boudewijn van Etten 5 years ago
parent
commit
533a24ece8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SpriteEditor/spriteeditor.c

+ 1 - 1
SpriteEditor/spriteeditor.c

@@ -3,7 +3,7 @@
 //
 // Conversion from the Monkey2 version that I wrote.
 //
-// Todo : Floodfill,  ovals!, testing. 
+// Todo : Add isometric/hexagon map edit/view, Fix update preview and spritelib), Floodfill(more testing),  ovals!(find solution for layout), testing. 
 
 #include "raylib.h"
 #include <math.h>