Skip to content
Snippets Groups Projects

Resolve "Example Study Server"

Merged Florian Schröder requested to merge 93-example-study-server into main
5 files
+ 222
73
Compare changes
  • Side-by-side
  • Inline
Files
5
  • 37c127e1
    Implement study server · 37c127e1
    Florian Schröder authored
    Several GUI instances are managed by a study server for matchmaking.
    Needs code adjustments to work (change static var)
@@ -539,7 +539,9 @@ class Visualizer:
burnt=item["type"].startswith("Burnt"),
)
elif "content_list" in item and item["content_list"]:
triangle_offsets = create_polygon(len(item["content_list"]), length=10)
triangle_offsets = create_polygon(
len(item["content_list"]), np.array([0.10])
)
scale = 1 if len(item["content_list"]) == 1 else 0.6
for idx, o in enumerate(item["content_list"]):
self.draw_item(
Loading