Start design rework

This commit is contained in:
2025-06-15 12:12:12 +02:00
parent b01232b552
commit d875119071
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
name: "home"
canvas.before:
Color:
rgba: (10,10,10,0.1)
rgba: (20,20,20,0.2)
Rectangle:
size: self.size
pos: self.pos
@@ -21,13 +21,13 @@
pos_hint: {"x": 0.1, "y": 0.1}
Button:
text: "Start"
background_color: (255, 0, 0, 0.6)
background_color: (0, 0, 0, 0.6)
font_size: 30
on_release:
root.start()
Button:
text: "Quit"
background_color: (255, 0, 0, 0.6)
background_color: (0, 0, 0, 0.6)
font_size: 30
on_release:
root.quit()