Skip to content

Instantly share code, notes, and snippets.

@mohiji
Created May 24, 2012 23:42
Show Gist options
  • Save mohiji/2784905 to your computer and use it in GitHub Desktop.
Save mohiji/2784905 to your computer and use it in GitHub Desktop.
Player character classes make things sound kind of silly.
_stationaryMaria = [[Maria alloc] init];
_stationaryMaria.x = 7.0f * 24.0f;
_stationaryMaria.y = 5.0f * 24.0f;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment