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_blobleshoot_launch/Gesture_0.gml
2019-07-24 15:39:07 -06:00

8 lines
No EOL
92 B
Text

if launched = 0
{
launched = 1
instance_create_layer(x,y,1,obj_blobleshoot_player)
}