OK, I am working on refactoring as much as I can get, so this is what I have gotten:
Note: I am refactoring a refactored client more.
Form of my refactoring Lists:
[HTML]
Class Name
[ code]
~Variables Listed~
~Methods Listed~
[/ code]
[/HTML]
Flo
Code:
anInt390 - groundColor
anInt391 - groundTexture
anInt394 - groundSaturation
anInt395 - groundHue
anInt396 - groundLuminosity
anInt397 - ??
anInt398 - ??
anInt399 - mapColor
method262 - getColor ~ I think - not 100% sure
method263 - getMapColor ~ I think - not 100% sure
Texture
Code:
aBackgroundArray1474s - textureSprite
anIntArray1480[] - textureID
anIntArray1482 - mapColors or colorCodes
method368 - loadTextures
Background
Code:
aByteArray1450 - myPixels
anIntArray1451 - imageColours
anInt1452 - myWidth
anInt1453 - myHeight
anInt1456 - imageWidth
anInt1457 - imageHeight
method356 - load128x128Image
method357 - load64x64Image
That's all I have so far.