AtomicGameEngine / AtomicExamples

Examples for the Atomic Game Engine
https://www.AtomicGameEngine.com
96 stars 58 forks source link

fix case sensitive name in prefab #124

Closed ghost closed 7 years ago

ghost commented 7 years ago

This PR fixes the name of a file, which is js generated from ts. the js file name that is generated is "roboman.js", though in the prefab definition it was entered as "RoboMan.js". On case sensitive platforms, this will not load the component.

JoshEngebretson commented 7 years ago

Great, thanks :)