You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-The-Horde-Multitroid/Export_Code/gml_Room_rm_a0h11_Create.gml

10 lines
262 B

global.mapoffsetx = 46
global.mapoffsety = 23
global.waterlevel = 0
if (global.lavastate <= 3)
make_liquid(1, 224, 0, 0, 0, 0, 0)
else if (global.lavastate <= 5)
make_liquid(1, 944, 0, 0, 0, 0, 0)
global.floormaterial = 1
mus_change(mus_get_main_song())