Skip to content

Instantly share code, notes, and snippets.

@deviceplususer
Created August 27, 2019 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deviceplususer/00fb041b5187ae1f313ee9bc8e2ea0d5 to your computer and use it in GitHub Desktop.
Save deviceplususer/00fb041b5187ae1f313ee9bc8e2ea0d5 to your computer and use it in GitHub Desktop.
...
//体力が上限になったら増える
if ( animals[i].life > MAX_BRIGHTNESS )
{
animals[i].life = MAX_BRIGHTNESS / 2;
bornAnimal(i);
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment