From: Skullheadx <94652084+Skullheadx@users.noreply.github.com> Date: Tue, 27 Dec 2022 04:47:06 +0000 (-0500) Subject: add caption to display X-Git-Url: http://git.skullheadx.com/index.js?a=commitdiff_plain;h=8e5e809ec9c3fbb6d4577319a5ef596a20fa0d47;p=The-Traveling-Salesman-Problem.git add caption to display --- diff --git a/display.py b/display.py index bc7dea7..8318bdd 100644 --- a/display.py +++ b/display.py @@ -29,6 +29,7 @@ class Node: class Display: + pygame.display.set_caption("Traveling Salesman Problem") def __init__(self, path: str) -> None: with open(path, "r") as f: