mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-13 12:16:53 +07:00
Fill.polyTri replaced
This commit is contained in:
parent
66fcf84688
commit
2da0862cb2
@ -27,7 +27,7 @@ allprojects {
|
|||||||
appName = 'Mindustry'
|
appName = 'Mindustry'
|
||||||
gdxVersion = '1.9.8'
|
gdxVersion = '1.9.8'
|
||||||
roboVMVersion = '2.3.0'
|
roboVMVersion = '2.3.0'
|
||||||
uCoreVersion = '484d62ff4bfe109c6af654f612debdb5ca27df76'
|
uCoreVersion = '92770a6b462953cb183e7d204f4fc8226b66b2a8'
|
||||||
|
|
||||||
getVersionString = {
|
getVersionString = {
|
||||||
String buildVersion = getBuildVersion()
|
String buildVersion = getBuildVersion()
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 200 B |
Binary file not shown.
Before Width: | Height: | Size: 254 B |
Binary file not shown.
Before Width: | Height: | Size: 215 B |
Binary file not shown.
Before Width: | Height: | Size: 205 B |
Binary file not shown.
Before Width: | Height: | Size: 214 B |
@ -222,7 +222,7 @@ public class ForceProjector extends Block {
|
|||||||
@Override
|
@Override
|
||||||
public void draw(){
|
public void draw(){
|
||||||
Draw.color(Palette.accent);
|
Draw.color(Palette.accent);
|
||||||
Fill.polyTri(x, y, 6, realRadius(entity));
|
Fill.poly(x, y, 6, realRadius(entity));
|
||||||
Draw.color();
|
Draw.color();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -231,7 +231,7 @@ public class ForceProjector extends Block {
|
|||||||
|
|
||||||
Draw.color(Color.WHITE);
|
Draw.color(Color.WHITE);
|
||||||
Draw.alpha(entity.hit);
|
Draw.alpha(entity.hit);
|
||||||
Fill.polyTri(x, y, 6, realRadius(entity));
|
Fill.poly(x, y, 6, realRadius(entity));
|
||||||
Draw.color();
|
Draw.color();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user