Changed lighting texture
This commit is contained in:
@@ -842,7 +842,7 @@ public class GameData {
|
||||
lighting.setAlpha(hitResult.alpha);
|
||||
lighting.drawCentered(hitResult.x, hitResult.y, hitResult.color);
|
||||
}
|
||||
|
||||
|
||||
// hit result
|
||||
hitResults[hitResult.result].setAlpha(hitResult.alpha);
|
||||
hitResults[hitResult.result].drawCentered(hitResult.x, hitResult.y);
|
||||
|
||||
Reference in New Issue
Block a user