Skip to content
Snippets Groups Projects
Commit 2ca9b355 authored by Benjamin Lee Jahnke's avatar Benjamin Lee Jahnke
Browse files

Finished Ice Cream Ordering App.

parent e6f7038d
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ __flags__ = ['--bootstrap=sdl2', '--requirements=python2,kivy', '--orientation=l ...@@ -10,6 +10,7 @@ __flags__ = ['--bootstrap=sdl2', '--requirements=python2,kivy', '--orientation=l
class OrderApp(App): class OrderApp(App):
vanilla = NumericProperty(0.50) vanilla = NumericProperty(0.50)
cherry = NumericProperty(1.50) cherry = NumericProperty(1.50)
chocolate = NumericProperty(1.00) chocolate = NumericProperty(1.00)
......
...@@ -60,4 +60,3 @@ BoxLayout: ...@@ -60,4 +60,3 @@ BoxLayout:
font_size: '20sp' font_size: '20sp'
text: 'New Order' text: 'New Order'
on_press: app.new_order() on_press: app.new_order()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment