Skip to content

Commit c39b29a

Browse files
committed
centered scanner beam
1 parent 6cb4f44 commit c39b29a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/scripts/player.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def render_beam(self, ctx): # seprate function so it can go under the planet
400400

401401
player_x, player_y = self.player.get_position()
402402
origin_x = player_x - 150
403-
origin_y = player_y - 10
403+
origin_y = player_y - 15
404404

405405
# Create animated pulsing effect based on time
406406
pulse = (math.sin(time.time() * 8) + 1) / 2 # 0 to 1

0 commit comments

Comments
 (0)