mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-18 15:26:19 +08:00
4.5.0 Beta 3 [ci-build]
This commit is contained in:
parent
2f45d43cee
commit
5649aac7e7
Binary file not shown.
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 153 KiB |
@ -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;
|
||||
|
@ -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')) {
|
||||
|
@ -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'
|
||||
}
|
||||
})
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user