浏览代码

Update spriteeditor.c

Rudy Boudewijn van Etten 5 年之前
父节点
当前提交
669b8caf3a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SpriteEditor/spriteeditor.c

+ 1 - 1
SpriteEditor/spriteeditor.c

@@ -3,7 +3,7 @@
 // WORK IN PROGRESS CONVERSION....
 // WORK IN PROGRESS CONVERSION....
 //
-// Added - Press p to paste 8x8 sprite back into the editor.
+// Added - Press p to paste 8x8 sprite back into the editor. (key 'c' to copy current sprite as c array into clipboard.
 
 // Conversion from the Monkey2 version that I wrote.
 //