mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-21 01:13:37 +08:00
4.2.1 [ci-build]
This commit is contained in:
parent
d3cd51219c
commit
d084cf4998
@ -25,7 +25,7 @@
|
||||
<script>
|
||||
if (typeof module === 'object') {window.module = module; module = undefined;}//jQuery Fix
|
||||
const isApp = typeof require !== 'undefined';
|
||||
const appVersion = '4.2.0';
|
||||
const appVersion = '4.2.1';
|
||||
|
||||
|
||||
if (localStorage.getItem('theme')) {
|
||||
|
@ -230,7 +230,7 @@ class Texture {
|
||||
}
|
||||
get frameCount() {
|
||||
if (Format.animated_textures && this.ratio !== 1 && this.ratio !== (Project.texture_width / Project.texture_height) && 1/this.ratio % 1 === 0) {
|
||||
return 1/this.ratio
|
||||
return (Project.texture_width / Project.texture_height) / this.ratio
|
||||
}
|
||||
}
|
||||
get display_height() {
|
||||
|
@ -24,5 +24,6 @@
|
||||
"background_color": "#21252b",
|
||||
"theme_color": "#3e90ff",
|
||||
"display": "standalone",
|
||||
"display_override": ["tabbed", "minimal-ui"]
|
||||
"display_override": ["tabbed", "minimal-ui"],
|
||||
"orientation": "any"
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Blockbench",
|
||||
"description": "Low-poly modeling and animation software",
|
||||
"version": "4.2.0",
|
||||
"version": "4.2.1",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"author": {
|
||||
"name": "JannisX11",
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user