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_difficulty_easy/Gesture_0.gml
2019-07-23 20:19:37 -06:00

11 lines
No EOL
187 B
Text

global.difficulty = 1
global.statenergy = 10
global.stathunger = 10
global.stathappiness = 10
global.stathealth = 10
global.roomset = rm_Start;
instance_create_depth(1,1,-1, obj_fade)