This commit is contained in:
Owain van Brakel
2019-09-30 07:20:31 +02:00
parent d0133dc77a
commit 3231abf89c
13 changed files with 242 additions and 235 deletions

View File

@@ -29,7 +29,8 @@ public abstract class Actor extends Entity {
@Export("isWalking")
boolean isWalking;
@ObfuscatedName("ax")
int field932;
@Export("size")
int size;
@ObfuscatedName("as")
@ObfuscatedGetter(
intValue = -334562759
@@ -315,7 +316,7 @@ public abstract class Actor extends Entity {
Actor() {
this.isWalking = false;
this.field932 = 772175475;
this.size = 772175475;
this.readySequence = -1;
this.turnLeftSequence = -1;
this.turnRightSequence = -1;