263
278
// if we collide with you, move you back to the starting point
266
282
DarkScene *scene = (DarkScene *) GetScene();
267
283
Entity* playersp = scene->GetFirstEntityWithTag("playerspawner");
268
284
scene->player->position = playersp->position;