From 624192c6cfffbfd01bbfadab5322eb282aa8227d Mon Sep 17 00:00:00 2001 From: rogererens Date: Mon, 29 Apr 2013 18:25:16 +0300 Subject: [PATCH 1/2] Update pong.kv PongBalls' id is not needed at this point of the tutorial; moreover it had a confusing value that was different from the values later on in the text ('pong_ball') --- examples/tutorials/pong/steps/step3/pong.kv | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/tutorials/pong/steps/step3/pong.kv b/examples/tutorials/pong/steps/step3/pong.kv index 749229960..d9c83ec65 100644 --- a/examples/tutorials/pong/steps/step3/pong.kv +++ b/examples/tutorials/pong/steps/step3/pong.kv @@ -26,7 +26,6 @@ text: "0" PongBall: - id: ball center: self.parent.center From e08708453544a6a198a160fd35bb7229182ff2f9 Mon Sep 17 00:00:00 2001 From: Matthew Einhorn Date: Fri, 3 May 2013 13:47:19 -0400 Subject: [PATCH 2/2] allow executing garden on windows. --- kivy/tools/garden.bat | 1 + 1 file changed, 1 insertion(+) create mode 100644 kivy/tools/garden.bat diff --git a/kivy/tools/garden.bat b/kivy/tools/garden.bat new file mode 100644 index 000000000..6a0a86e52 --- /dev/null +++ b/kivy/tools/garden.bat @@ -0,0 +1 @@ +python.exe %~dp0garden %* \ No newline at end of file