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_generator/Create_0.gml
rgrzanic 4702e9c906 clouds added, code simplified, bug fixed?
bug possibly fixed where the blobleshoot flys through
2019-07-25 16:27:12 -06:00

9 lines
121 B
Text

randomize()
xlim = 0;
xlimh = 960;
ylim = 0;
ygen = 16000;
coingenlim = 15;
coingen = 0;
cloudgen = 0;
cloudgenlim = 12;