Another possible sublimate fix
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user