Created
July 9, 2015 11:18
-
-
Save gidili/daa1fa0bd3d3f5f952a9 to your computer and use it in GitHub Desktop.
wormsim components
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define(function(require) { | |
require('jsx!./dev/customrenderer/AnimationCustomRenderer'); | |
require('jsx!./dev/wormsimlogo/wormsimLogo'); | |
//require('jsx!./dev/save/SaveControl'); | |
//require('jsx!./dev/home/HomeControl'); | |
require('jsx!./dev/wormsimsimulationcontrols/ExperimentControls'); | |
//require('jsx!./dev/simulationcontrols/ExperimentControls'); | |
require('jsx!./dev/cameracontrols/CameraControls'); | |
//require('jsx!./dev/tutorial/IntroModal'); | |
//require('jsx!./dev/logo/logo'); | |
//require('jsx!./dev/share/share'); | |
//require('jsx!./dev/contact/contact'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment