Implemented shield hit effects and bullet absorption and powered rturret

This commit is contained in:
Anuken
2017-11-28 01:00:59 -05:00
parent c0d28eca65
commit 63d8aed9a5
13 changed files with 115 additions and 25 deletions

View File

@@ -163,6 +163,7 @@ public class HudFragment implements Fragment{
}
public void updateItems(){
itemtable.clear();
itemtable.left();
@@ -183,6 +184,7 @@ public class HudFragment implements Fragment{
}
public void fadeRespawn(boolean in){
respawntable.addAction(Actions.color(in ? new Color(0, 0, 0, 0.3f) : Color.CLEAR, 0.3f));
}
}