Skip to content

Commit

Permalink
Finalizing GUI
Browse files Browse the repository at this point in the history
Finalizing GUI
  • Loading branch information
JmePaz committed Oct 4, 2022
1 parent d893734 commit 22ea713
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 9 deletions.
Binary file modified DataSets/DataTemp/Background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion DataSets/DataTemp/DataList.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Image0.png;124;124;square
Image1.png;42;220;circle
Image2.png;361;229;square
Image3.png;151;143;circle
Image4.png;221;197;pentagon
Image5.png;371;96;triangle
Binary file removed DataSets/DataTemp/Objs/Image0.png
Binary file not shown.
Binary file added DataSets/DataTemp/Objs/Image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DataSets/DataTemp/Objs/Image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DataSets/DataTemp/Objs/Image3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DataSets/DataTemp/Objs/Image4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DataSets/DataTemp/Objs/Image5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DataSets/__pycache__/DetectObjects.cpython-38.pyc
Binary file not shown.
4 changes: 0 additions & 4 deletions DataSets/tempCodeRunnerFile.py

This file was deleted.

3 changes: 0 additions & 3 deletions FileChangesTest.py

This file was deleted.

2 changes: 1 addition & 1 deletion Game.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __load__game(self):
self.bg_img = ImageTk.PhotoImage(Image.open("DataSets/DataTemp/Background.jpg"))

#setting off set position
offsetCenterX= (self.w-self.bg_img.width())//2
offsetCenterX= (self.w-450)//2
offsetCenterY= 10

#setting background to canvas
Expand Down
Binary file modified __pycache__/Game.cpython-38.pyc
Binary file not shown.

0 comments on commit 22ea713

Please sign in to comment.