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
Branches
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ __flags__ = ['--bootstrap=sdl2', '--requirements=python2,kivy', '--orientation=l
class OrderApp(App):
vanilla = NumericProperty(0.50)
cherry = NumericProperty(1.50)
chocolate = NumericProperty(1.00)
......
......@@ -60,4 +60,3 @@ BoxLayout:
font_size: '20sp'
text: '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