Updated README
This commit is contained in:
parent
f10671fec6
commit
67553ec9f5
@ -1,6 +1,6 @@
|
|||||||
# Marabu
|
# Ronin
|
||||||
|
|
||||||
Marabu is a simple open-source graphic design tool.
|
Ronin is a simple open-source graphic design tool.
|
||||||
|
|
||||||
<img src='https://raw.githubusercontent.com/hundredrabbits/Ronin/master/PREVIEW.jpg' width="600"/>
|
<img src='https://raw.githubusercontent.com/hundredrabbits/Ronin/master/PREVIEW.jpg' width="600"/>
|
||||||
|
|
||||||
|
2
main.js
2
main.js
@ -6,7 +6,7 @@ let win
|
|||||||
|
|
||||||
app.on('ready', () =>
|
app.on('ready', () =>
|
||||||
{
|
{
|
||||||
win = new BrowserWindow({width: 930, height: 540, backgroundColor:"#000", frame:false, resizable:false, autoHideMenuBar: true, icon: __dirname + '/icon.ico'})
|
win = new BrowserWindow({width: 930, height: 540, backgroundColor:"#000", frame:false, resizable:true, autoHideMenuBar: true, icon: __dirname + '/icon.ico'})
|
||||||
|
|
||||||
win.loadURL(`file://${__dirname}/sources/index.html`)
|
win.loadURL(`file://${__dirname}/sources/index.html`)
|
||||||
|
|
||||||
|
@ -117,6 +117,7 @@ function Ronin()
|
|||||||
|
|
||||||
this.load = function readTextFile(name)
|
this.load = function readTextFile(name)
|
||||||
{
|
{
|
||||||
|
return;
|
||||||
this.filename = name;
|
this.filename = name;
|
||||||
var file = "presets/"+name+'?'+new Date().getTime();
|
var file = "presets/"+name+'?'+new Date().getTime();
|
||||||
var rawFile = new XMLHttpRequest();
|
var rawFile = new XMLHttpRequest();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user