Skip to content

Commit

Permalink
Updated JSB3
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurakay committed Feb 28, 2012
1 parent e2b725d commit f884838
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pong.jsb3
Expand Up @@ -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/",
Expand All @@ -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"
}
]
}
Expand Down

0 comments on commit f884838

Please sign in to comment.