ludum-dare-22/objects/obj_3Dmanager/Other_5.gml

10 lines
182 B
Plaintext
Raw Normal View History

d3d_end()
d3d_set_lighting(false)
if global.scores > global.hiscore
global.hiscore = global.scores
global.victory = 0
global.death = 0
global.scores = 0
sound_stop_all()