Explorar el Código

Merge pull request #124 from JimMarlowe/JM-ROBO-CASE

fix case sensitive name in prefab
JoshEngebretson hace 8 años
padre
commit
a882e886e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      RoboMan3D/TypeScript/Resources/Prefabs/Robo_01.prefab

+ 1 - 1
RoboMan3D/TypeScript/Resources/Prefabs/Robo_01.prefab

@@ -191,7 +191,7 @@
 		<attribute name="AnimationResources" value="Animation;e30fa79a0b75b75cbe5b03a73baa28a5_Idle.ani;e30fa79a0b75b75cbe5b03a73baa28a5_Walk.ani;e30fa79a0b75b75cbe5b03a73baa28a5_Run.ani" />
 	</component>
 	<component type="JSComponent" id="2246">
-		<attribute name="ComponentFile" value="JSComponentFile;Components/RoboMan.js" />
+		<attribute name="ComponentFile" value="JSComponentFile;Components/Roboman.js" />
 	</component>
 	<component type="JSComponent" id="2008">
 		<attribute name="ComponentFile" value="JSComponentFile;Components/AvatarController.js" />