PhilippvK / playforia-minigolf

Client & Server for Minigolf Game known from Playforia/Playray/Appeli. Written in Java.
84 stars 31 forks source link

Deobfuscate more code around GamePanel and GamePlayerInfoPanel #106

Closed StenAL closed 5 months ago

StenAL commented 5 months ago

This started as an attempt to have the remaining shot time displayed on other players' screens in multiplayer games, however I ended up doing so much deobfuscation that I didn't want to get mixed in with actual changes so making a separate PR for just the deobfuscation.

There should be no functional changes in this PR, just renaming and reorganizing existing code.

PhilippvK commented 5 months ago

@StenAL thank you for the changes! I appreciate your work.