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

7 lines
No EOL
239 B
Text

global.roomset = rm_bloblehop;
instance_create_depth(1,1,-1, obj_fade)
global.ystep = 700
global.minigamecoin = 0
global.minigamelevel = 0
global.minigamehappiness = (2/ global.difficulty)
global.statminigameenergy = (1* global.difficulty)