Game Development Community

XCode - iOS. Change start script

by Pedro Vicente · in Torque 2D Beginner · 12/15/2013 (4:38 pm) · 1 replies

How can I change the start script to other than the default?

Example

Change from the default main.cs located at root

/torque2d_dev/main.cs

to

/torque2d_dev/project_game/main.cs

#1
12/16/2013 (7:05 am)
Open engine/source/game/defaultGame.cc. Go to around line 257. Change the path there.