4.5.0 Beta 3 [ci-build]

This commit is contained in:
JannisX11 2022-11-07 19:57:05 +01:00
parent 2f45d43cee
commit 5649aac7e7
5 changed files with 8 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 153 KiB

View File

@ -328,6 +328,11 @@
width: 16px;
margin-left: -5px;
}
.toolbar.vertical > .tool.toolbar_menu > i {
width: auto;
margin-right: auto;
margin-left: auto;
}
.tool {
height: 30px;
width: 36px;

View File

@ -26,7 +26,7 @@
<script>
if (typeof module === 'object') {window.module = module; module = undefined;}//jQuery Fix
const isApp = typeof require !== 'undefined';
const appVersion = '4.5.0-beta.2';
const appVersion = '4.5.0-beta.3';
if (localStorage.getItem('theme')) {

View File

@ -507,7 +507,7 @@ ModelLoader.loaders = {};
"source": "./assets/splash_art.png?44",
"width": 1000,
"aspect_ratio": "64/27",
"description": "Splash Art by [Wacky](https://twitter.com/wackyblocks)",
"description": "Splash Art by [Wan_win](https://twitter.com/Wan_w1n)",
"text_color": '#cfcfcf'
}
})

View File

@ -1,7 +1,7 @@
{
"name": "Blockbench",
"description": "Low-poly modeling and animation software",
"version": "4.5.0-beta.2",
"version": "4.5.0-beta.3",
"license": "GPL-3.0-or-later",
"author": {
"name": "JannisX11",