Darkened chat background slightly

This commit is contained in:
Anuken
2021-07-30 09:33:35 -04:00
parent ad23544f24
commit 9e1ba3e235
4 changed files with 4 additions and 13 deletions

View File

@@ -175,16 +175,6 @@ public class Formation{
return -1;
}
// debug
public SlotAssignment getSlotAssignmentAt(int index){
return slotAssignments.get(index);
}
// debug
public int getSlotAssignmentCount(){
return slotAssignments.size;
}
/** Writes new slot locations to each member */
public void updateSlots(){
positionOffset.set(anchor);