Updated README
This commit is contained in:
		| @@ -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`) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -116,7 +116,8 @@ function Ronin() | |||||||
|   this.filename = "default.rin"; |   this.filename = "default.rin"; | ||||||
|  |  | ||||||
|   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(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user