Skip to content

Commit

Permalink
Added new link to where when new game button is cliked, a new browser…
Browse files Browse the repository at this point in the history
… tab with a clean code editor project will appear.
  • Loading branch information
Jeffin-J committed Mar 15, 2024
1 parent cc3d872 commit e6f2c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/homeScreenGui.py
Expand Up @@ -29,7 +29,7 @@ def render_new_game_icon(game_list_frame):
#Function where it opens a new web browser tab that shows a new game page
def open_code_editor_new_game_page(event):
print("New Game Icon button clicked!")
link = 'http://localhost:5000/load?=filename.json'
link = 'http://localhost:5000/?load=filename.json'
webbrowser.open(link)


Expand Down

0 comments on commit e6f2c00

Please sign in to comment.