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_generator/Create_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

24 lines
No EOL
304 B
Text

xlim = 100000
ylim = 4900
gen_coin_limit = (xlim/100)
gen_pool_limit = 20
gen_balloon_limit = 20
gen_balloon_lowlim = 2000
gen_balloon_highlim = 4000
gen_trampoline_limit = (xlim / 4000)
gen_cloud_limit = (xlim / 10000)
gen_coin = 0
gen_pool = 0
gen_balloon = 0
gen_trampoline = 0
gen_cloud = 0