瀏覽代碼

changed readme, cleared savefile

master
Victor Giers 6 年之前
父節點
當前提交
2175e82505
共有 2 個檔案被更改,包括 6 行新增8 行删除
  1. 6
    1
      README.md
  2. 0
    7
      data/save.gse

+ 6
- 1
README.md 查看文件

@@ -53,7 +53,12 @@ Todo:
Known Issues:
- Could not parse -1 for --display
Known issue with Processing 3.3.4 on Windows7 / 10: https://github.com/processing/processing/issues/5118
Try an earlier version of Processing (gse was made in p5 3.3) or try commenting out in setup:
Fix: Try an earlier version of Processing (gse was made in p5 3.3) or try commenting out in setup:
```
surface.setResizable(true);
```
- Out of Memory error
Fix: Make your project smaller or increase memory size in processing settings.
- Crash on program start
Most likely to be caused by a corrupt save file. Either you edited the save file by hand or you moved an animation folder so the save file refers to a missing directory.
Fix: Delete the save.gse in the data-folder. If it's important, eMail me and I'll try to fix it.

+ 0
- 7
data/save.gse 查看文件

@@ -1,7 +0,0 @@
0
/home/giers/Dokumente/GitHub/gse/example_animation/idle
/home/giers/Dokumente/GitHub/gse/example_animation/action
1818.2561
1731.6088
386.12097
287.49582

Loading…
取消
儲存