diff --git a/shaders/laser.fs b/shaders/laser.fs index e0852fc..4572d76 100644 --- a/shaders/laser.fs +++ b/shaders/laser.fs @@ -39,7 +39,7 @@ void main() { x /= laserSize; x += (laserSize / 2); - float y = 0.33 * ceil(float(hitState) / 2) + 0.02; + float y = 0.25 * ceil(float(hitState)) + 0.01; float visiblityMultiplier = 1; diff --git a/textures/laser_exit_r.png b/textures/laser_exit_r.png index b228e00..fcdc9e3 100644 Binary files a/textures/laser_exit_r.png and b/textures/laser_exit_r.png differ diff --git a/textures/laser_l.png b/textures/laser_l.png index 1b05d09..d2eab63 100644 Binary files a/textures/laser_l.png and b/textures/laser_l.png differ diff --git a/textures/laser_r.png b/textures/laser_r.png index 186632c..64908af 100644 Binary files a/textures/laser_r.png and b/textures/laser_r.png differ diff --git a/textures/lasercolors/laser_debug.png b/textures/lasercolors/laser_debug.png new file mode 100644 index 0000000..9650483 Binary files /dev/null and b/textures/lasercolors/laser_debug.png differ