Another possible sublimate fix

This commit is contained in:
Anuken
2025-06-18 21:08:11 -04:00
parent f7c72e950c
commit 78e5ff2636
2 changed files with 2 additions and 2 deletions

View File

@@ -4382,7 +4382,7 @@ public class Blocks{
targetInterval = 5f; targetInterval = 5f;
newTargetInterval = 30f; newTargetInterval = 30f;
targetUnderBlocks = false; targetUnderBlocks = false;
shootY = 7.5f; shootY = 8f;
float r = range = 130f; float r = range = 130f;

View File

@@ -95,7 +95,7 @@ public class LightBlock extends Block{
@Override @Override
public void draw(){ public void draw(){
super.draw(); super.draw();
Draw.color(Tmp.c1.set(color), 0.4f); Draw.color(Tmp.c1.set(color).a(0.4f));
Draw.rect(topRegion, x, y); Draw.rect(topRegion, x, y);
Draw.color(); Draw.color();
} }