Changeset 333
- Timestamp:
- Feb 2, 2011, 11:30:33 AM (10 years ago)
- Location:
- trunk/monsterz
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/monsterz/title.cpp
r332 r333 65 65 srand(rand() ^ time(NULL)); 66 66 67 data->logo = Tiler::Register(PNG_LOGO, 380, 1 81, 1.0f);67 data->logo = Tiler::Register(PNG_LOGO, 380, 140, 1.0f); 68 68 data->title = Tiler::Register(PNG_TITLE, 384, 384, 1.0f); 69 69 for (int n = 0; n < 6; n++)
Note: See TracChangeset
for help on using the changeset viewer.