Skip to content

Commit

Permalink
the
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEPofFaith committed Nov 8, 2024
1 parent e0aa0ed commit 40306c8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package progressed.world.blocks.defence.turret.testing;

import arc.graphics.g2d.*;
import mindustry.graphics.*;
import progressed.entities.bullet.pseudo3d.*;
import progressed.graphics.*;

Expand All @@ -26,6 +28,7 @@ public class SkyLaserTestTurretBuild extends FreeTurretBuild{
public void draw(){
super.draw();

Draw.z(Layer.max);
SkyBeamBulletType type = (SkyBeamBulletType)shootType;
Draw3D.drawLineDebug(x, y, type.height, targetPos.x, targetPos.y, 0);
Draw3D.drawDiskDebug(targetPos.x, targetPos.y, x, y, type.height, type.radius);
Expand Down

0 comments on commit 40306c8

Please sign in to comment.