mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
changed Box2D to Vendor
This commit is contained in:
parent
2c9658012f
commit
0210d482ab
6 changed files with 5 additions and 10872 deletions
10867
lib/Box2D/Box2D.js
10867
lib/Box2D/Box2D.js
File diff suppressed because it is too large
Load diff
|
|
@ -1,4 +1,4 @@
|
|||
define(["Box2D/Box2D"], function(Box2D) {
|
||||
define(["Vendor/Box2D"], function(Box2D) {
|
||||
|
||||
function Detector(me) {
|
||||
this.me = me;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
define(["Chuck/Settings", "Box2D/Box2D"], function(Settings, Box2D) {
|
||||
define(["Chuck/Settings", "Vendor/Box2D"], function(Settings, Box2D) {
|
||||
|
||||
// Public
|
||||
function Level(path, engine) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
define(["Box2D/Box2D", "Chuck/Settings"], function(Box2D, Settings){
|
||||
define(["Vendor/Box2D", "Chuck/Settings"], function(Box2D, Settings){
|
||||
|
||||
function Doll (physicsEngine){
|
||||
this._physicsEngine = physicsEngine;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
define(["Chuck/Settings", "Box2D/Box2D", "Chuck/Collision/Detector"], function(Settings, Box2D, CollisionDetector){
|
||||
define(["Chuck/Settings", "Vendor/Box2D", "Chuck/Collision/Detector"], function(Settings, Box2D, CollisionDetector){
|
||||
|
||||
function Engine () {
|
||||
this.world;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ var requires = [
|
|||
"Chuck/Player",
|
||||
"Chuck/Control/InputControlUnit",
|
||||
"Chuck/Settings",
|
||||
"Box2D/Box2D",
|
||||
"Vendor/Box2D",
|
||||
"Chuck/Loader/Level",
|
||||
"RequestAnimationFrame"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue