Light meter
This commit is contained in:
@@ -1104,10 +1104,10 @@ GameState.prototype.update_player_lightmeter = function() {
|
|||||||
lightValue = 0;
|
lightValue = 0;
|
||||||
this.staticLights.forEach(function(light) {
|
this.staticLights.forEach(function(light) {
|
||||||
var left = player.x;
|
var left = player.x;
|
||||||
var top = player.y;
|
var top = player.y + 32;
|
||||||
|
|
||||||
if ( player.y < this.y )
|
if ( player.y < this.y )
|
||||||
top = player.y + 32;
|
top = player.y;
|
||||||
if ( player.x + this.x )
|
if ( player.x + this.x )
|
||||||
left = player.x + 32;
|
left = player.x + 32;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user