Skip to content

Instantly share code, notes, and snippets.

@tokiwoousaka
Created January 17, 2015 06:23
Show Gist options
  • Save tokiwoousaka/869528bb64003c3de449 to your computer and use it in GitHub Desktop.
Save tokiwoousaka/869528bb64003c3de449 to your computer and use it in GitHub Desktop.
var move_rand_pos = function (obj) {
obj.x = rand(SCREEN_WIDTH - CHARACTER_WIDTH);
obj.y = rand(SCREEN_HEIGHT - CHARACTER_HEIGHT);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment