This commit is contained in:
2025-12-13 20:36:36 +01:00
parent a2779ab31b
commit 1fd5eb1f44
4 changed files with 863 additions and 174 deletions

View File

@@ -80,7 +80,6 @@
powerPelletActive = false;
scatterCounter = 0;
scatterPatternIndex = 0;
SetScattering(false, reverseDirection: false);
sharedPelletCounter = 0;
pelletTimeout = 0;
elroyLevel = 0;
@@ -91,6 +90,7 @@
}
SetScattering(true, reverseDirection: false);
RequestSerialization();
}
public void NewLevel()