WIP bases with emissive lighting on Serpulo

This commit is contained in:
Anuken
2025-05-28 19:04:33 -04:00
parent 00621dbc18
commit fcb5b42d58
13 changed files with 120 additions and 18 deletions

View File

@@ -240,6 +240,14 @@ public class PlanetGrid{
corners = new Corner[edgeCount];
edges = new Edge[edgeCount];
}
@Override
public String toString(){
return "Ptile{" +
"id=" + id +
" " + v +
'}';
}
}
public static class Corner{