mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-15 10:25:06 -04:00
fix legacy skin fixing
This commit is contained in:
parent
db198f7bf5
commit
2c80c8047a
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Minosoft
|
||||
* Copyright (C) 2020-2023 Moritz Zwerger
|
||||
* Copyright (C) 2020-2024 Moritz Zwerger
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||
*
|
||||
@ -88,7 +88,7 @@ class SkinManager(private val textures: TextureManager) {
|
||||
next.put(next, Vec2i(40, 16), Vec2i(32, 48), Vec2i(16, 16)) // arm [40, 16] to left arm [32, 48]
|
||||
|
||||
// TODO: flip every texture part
|
||||
return data
|
||||
return next
|
||||
}
|
||||
|
||||
64 -> data // skin
|
||||
|
Loading…
x
Reference in New Issue
Block a user