Fixed issue with guide.

This commit is contained in:
Devine Lu Linvega 2017-12-27 11:14:58 +13:00
parent 43013b2f81
commit 35dd627119
2 changed files with 4 additions and 0 deletions

View File

@ -34,9 +34,12 @@ Clicking on the canvas will insert control points, up to 3CPs. CPs can be moved
- `escape` Remove control points.
- `~` Double canvas size.
### System
- `ctrl+n` New canvas.
- `ctrl+s` Export canvas.
- `ctrl+z` Delete last segment.
- `ctrl+shift+backspace` Reset.
## Hacker Mode(Cheatmode)

View File

@ -1,6 +1,7 @@
const {app, BrowserWindow, webFrame, Menu} = require('electron')
const path = require('path')
const url = require('url')
const shell = require('electron').shell
let win