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
2019-07-25 21:27:31 -06:00

24 lines
No EOL
304 B
Text

xlim = 100000
ylim = 4900
gen_coin_limit = (xlim/200)
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