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_SelectPink/Gesture_0.gml
Ryan 8bd86a28b1 blobleshoot powerbar added, difficulty fixed
powerbar adds chalange to the blobleshoot game, difficulty bug fixed lol
2019-07-27 21:20:59 -06:00

5 lines
No EOL
221 B
Text

object_set_sprite(obj_bloblehop_player, spr_BlobPink)
object_set_sprite(obj_Player, spr_BlobPink)
object_set_sprite(obj_blobleshoot_player, spr_BlobPink)
global.roomset = rm_Player;
instance_create_depth(1,1,-1, obj_fade)