Skip to content

Commit 39ad34b

Browse files
committed
Turrets and other stuff
1 parent b404f3b commit 39ad34b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/exogenesis/world/ExoTeams.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static void load() {
2222
team.palette[2] = color.cpy().mul(0.5f);
2323
team.palette[3] = color.cpy().mul(0.5f);
2424

25-
for(int i = 0; i < 3; i++){
25+
for(int i = 0; i < 4; i++){
2626
team.palettei[i] = team.palette[i].rgba();
2727
}
2828
return team;

0 commit comments

Comments
 (0)