mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 16:00:51 -07:00
Patcher fixes
This commit is contained in:
parent
49bbd0b593
commit
45db096f0f
2 changed files with 6 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ public class ContentParser{
|
|||
}
|
||||
}
|
||||
});
|
||||
put(TextureRegion.class, (type, data) -> Core.atlas.find(data.asString()));
|
||||
put(Color.class, (type, data) -> Color.valueOf(data.asString()));
|
||||
put(StatusEffect.class, (type, data) -> {
|
||||
if(data.isString()){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue