opencodenitr / hephaestus

A repository for small automation/crazy/game projects by the OpenCode
Apache License 2.0
6 stars 9 forks source link

High score issues #56

Closed BrianBawden closed 2 years ago

BrianBawden commented 2 years ago

First of all let me start out by saying that is is my first time contributing to an open source project. I am working on the "high score" issue because it looks like it was never finished. I have added the button to main menu, but when I try to test clicking it nothing happens and I don't know why, any suggestions?

007vedant commented 2 years ago

@BrianBawden Apologies for the late reply as I was busy with exams back at my university. I went through code changes in your commits and looks like the button is not working because the argument you passed while calling elements.button in main.py is high_score but as per definition of the function in elements.py the argument expected is high score.