Make updatemappings parameter renamer work, add importmappings parameter renamer, more refactoring

This commit is contained in:
Lucas
2019-07-07 12:15:54 +02:00
parent c92553f86f
commit e1a815eddd
98 changed files with 41069 additions and 32880 deletions

View File

@@ -184,8 +184,8 @@ public class Texture extends Node {
}
@ObfuscatedName("q")
@Export("Texture_animate")
void Texture_animate(int var1) {
@Export("animate")
void animate(int var1) {
if (this.pixels != null) {
short var2;
int var3;