update vrplauncher image size
This commit is contained in:
parent
73340080ce
commit
2d723cfb08
|
@ -5,7 +5,7 @@ async function handler(req, res) {
|
||||||
await Helpers.ViewLoader.load(
|
await Helpers.ViewLoader.load(
|
||||||
'project.pug',
|
'project.pug',
|
||||||
{
|
{
|
||||||
current_route: '/'
|
current_route: '/project'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
@ -8,14 +8,14 @@ block append content
|
||||||
VRPLauncher is a custom minecraft launcher for another project (a minecraft server with mods).<br/>
|
VRPLauncher is a custom minecraft launcher for another project (a minecraft server with mods).<br/>
|
||||||
It is written in C# with WinForms and is made to keep only specific mods in mods folder (it reports any modifications to the server).
|
It is written in C# with WinForms and is made to keep only specific mods in mods folder (it reports any modifications to the server).
|
||||||
p(align='center')
|
p(align='center')
|
||||||
img(src='/content/vrplauncher.png' height=351)
|
img(src='/content/vrplauncher.png' height=330 width=484)
|
||||||
<br/>
|
<br/>
|
||||||
| I have bothered to download the archive with this<br/>
|
| I have bothered to download the archive with this<br/>
|
||||||
| and run it with Wine (unfourtunately, i dont run windows)
|
| and run it with Wine (unfourtunately, i dont run windows)
|
||||||
hr
|
hr
|
||||||
p.
|
p.
|
||||||
The interface is written and hardcoded in Russian because the server was made for russians. <br/>
|
The interface is written and hardcoded in Russian because the server was made for russians. <br/>
|
||||||
It was, though planned to implement localization but the project was shut down before i ever got to this.
|
Although, it was planned to implement localization but the project was shut down before i ever got to this.
|
||||||
p.
|
p.
|
||||||
The design is not very good, but its as good as it gets with WinForms (i guess?)<br/>
|
The design is not very good, but its as good as it gets with WinForms (i guess?)<br/>
|
||||||
Perhaps it could be better, but that's the best i could do at the time.<br/>
|
Perhaps it could be better, but that's the best i could do at the time.<br/>
|
||||||
|
|
Loading…
Reference in New Issue