This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
Blobledoodes/objects/obj_StatHunger/Step_0.gml
2019-07-23 20:19:37 -06:00

55 lines
No EOL
573 B
Text

if (global.stathunger) = 0
{
image_index = 10
}
if (global.stathunger) = 1
{
image_index = 9
}
if (global.stathunger) = 2
{
image_index = 8
}
if (global.stathunger) = 3
{
image_index = 7
}
if (global.stathunger) = 4
{
image_index = 6
}
if (global.stathunger) = 5
{
image_index = 5
}
if (global.stathunger) = 6
{
image_index = 4
}
if (global.stathunger) = 7
{
image_index = 3
}
if (global.stathunger) = 8
{
image_index = 2
}
if (global.stathunger) = 9
{
image_index = 1
}
if (global.stathunger) = 10
{
image_index = 0
}