Changed lighting texture
This commit is contained in:
parent
9a2772b614
commit
c3bca9a39e
BIN
res/lighting.png
BIN
res/lighting.png
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 22 KiB |
|
@ -842,7 +842,7 @@ public class GameData {
|
||||||
lighting.setAlpha(hitResult.alpha);
|
lighting.setAlpha(hitResult.alpha);
|
||||||
lighting.drawCentered(hitResult.x, hitResult.y, hitResult.color);
|
lighting.drawCentered(hitResult.x, hitResult.y, hitResult.color);
|
||||||
}
|
}
|
||||||
|
|
||||||
// hit result
|
// hit result
|
||||||
hitResults[hitResult.result].setAlpha(hitResult.alpha);
|
hitResults[hitResult.result].setAlpha(hitResult.alpha);
|
||||||
hitResults[hitResult.result].drawCentered(hitResult.x, hitResult.y);
|
hitResults[hitResult.result].drawCentered(hitResult.x, hitResult.y);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user