From 2241947baf05c46ad1c4195ed6b7cc90e69a7b4b Mon Sep 17 00:00:00 2001 From: Chadha Vaibhav <chadhav@mcmaster.ca> Date: Fri, 9 Nov 2018 22:50:28 -0500 Subject: [PATCH] Update Interface.py --- BlankProjectTemplate/src/Interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlankProjectTemplate/src/Interface.py b/BlankProjectTemplate/src/Interface.py index 06665ba..1343c51 100644 --- a/BlankProjectTemplate/src/Interface.py +++ b/BlankProjectTemplate/src/Interface.py @@ -1,7 +1,7 @@ ## @file interface.py # @author Vaibhav Chadha # @brief implements the main interface of this game -# @date 11/11/2018 +# @date 11/09/2018 #importing necessary libraries import pygame, sys import highscore -- GitLab