Browse Source

Update spriteeditor.c

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

+ 2 - 0
SpriteEditor/spriteeditor.c

@@ -2,6 +2,8 @@
 //
 // Conversion from the Monkey2 version that I wrote.
 //
+// Press the 'c' key on the keyboard to export the current sprite data as a c array to the clipboard buffer.  
+//
 // Todo : the map editor,  ovals!, testing. 
 
 #include "raylib.h"