From f8848382b053ce3dfbb1fda88c72da1c62fe229e Mon Sep 17 00:00:00 2001 From: Arthur Kay Date: Tue, 28 Feb 2012 06:51:31 -0600 Subject: [PATCH] Updated JSB3 --- pong.jsb3 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pong.jsb3 b/pong.jsb3 index 58a0405..85f4034 100644 --- a/pong.jsb3 +++ b/pong.jsb3 @@ -12,12 +12,8 @@ "name": "constants.js" }, { - "path": "app/view/ui/", - "name": "Ball.js" - }, - { - "path": "app/view/ui/", - "name": "Paddle.js" + "path": "app/controller/", + "name": "Audio.js" }, { "path": "app/controller/", @@ -32,28 +28,32 @@ "name": "Paddle.js" }, { - "path": "app/view/", + "path": "app/view/ui/", "name": "Paddle.js" }, { - "path": "app/view/", + "path": "app/view/ui/", "name": "Ball.js" }, { - "path": "app/view/ui/", - "name": "Surface.js" + "path": "app/view/", + "name": "Ball.js" }, { "path": "app/view/", + "name": "Paddle.js" + }, + { + "path": "app/view/ui/", "name": "Surface.js" }, { "path": "app/view/", - "name": "Viewport.js" + "name": "Surface.js" }, { "path": "", - "name": "app.js" + "name": "designer.js" } ] }