浏览代码

Update spriteeditor.c

Rudy Boudewijn van Etten 5 年之前
父节点
当前提交
dc00b243b7
共有 1 个文件被更改,包括 2 次插入0 次删除
  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"