Skip to content

Commit

Permalink
Fixing initial stuff ... again and again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdinand committed Jun 1, 2024
1 parent 09a8842 commit 350ddec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def update(self, delta):
self.button_states.clear()
self.minimise()

def draw():
def draw(self, ctx):
ctx.save()
ctx.rgb(0.2, 0, 0).rectangle(-120, -120, 240, 240).fill()
ctx.rgb(1, 0, 0).move_to(-80, 0).text("FerdiApp")
Expand Down
2 changes: 1 addition & 1 deletion tildagon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ description = "My Cool Tildagon App"
# increased, we interpret this as a new version being released.
#
# Version number must be an integer!
version = "0.0.5"
version = "0.0.6"

0 comments on commit 350ddec

Please sign in to comment.