Initial GUI-Development progress - 2022-02-26-17:00

This commit is contained in:
janis
2022-02-26 17:00:59 +01:00
parent 1a60b68461
commit 0ac77f238f
4 changed files with 13 additions and 7 deletions

View File

@@ -25,7 +25,8 @@ Home:
text: "Settings"
background_color: (0.1, 0.1, 1, 0.5)
on_release:
root.test()
app.root.current = "Settings"
root.manager.transition.direction = "up"
Button:
text: "Quit"
background_color: (0.1, 0.1, 1, 0.5)