Game Development Community

Error on Play Game

by Sara Galea · in iTorque 2D · 10/22/2012 (8:13 am) · 1 replies

I have just gotten iTorque 2D. I have been following some tutorials only problem is whenever I run the game for testing I cannot actually see anything that i have placed.
This worked just fine with the sample games provided but it is always glitched out when I try building something from scratch. What am I missing?

https://www.dropbox.com/s/jsw41956dtgy2ep/Screen%20Shot%202012-10-22%20at%2013.39.48.png

About the author

Recent Threads


#1
10/22/2012 (8:17 pm)
You need to copy the items in the datablocks.cs file to the datablocks file for your level. Your level datablocks file will be <levelname>_datablocks.cs. For instance, if you go with the default "emptyLevel" name for your level, the datablocks file is emptyLevel_datablocks.cs.