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.
AM2Rogue/Export_Code/gml_Object_oMakeScrMap_Othe...

24 lines
435 B

rows = (room_height / 240)
columns = (room_width / 320)
row = 0
column = 0
view_object[0] = noone
with (oBackground)
instance_destroy()
with (oControl)
displaygui = 0
with (oCharacter)
{
visible = false
x = 16
y = 16
state = 33
}
with (oFlashLight2)
instance_destroy()
background_color = 16711680
background_showcolor = 1
background_visible[0] = 0
view_xview[0] = (column * 320)
view_yview[0] = (row * 240)