AngelPL98, on Jan 9 2010, 01:59 AM, said:
How to make the game be sooo big as the Screenshot?
Otherwise , COOL!
Sorry, what do you mean by making it as big as the screenshot? Do you mean how i made the room resize to your desktop resolution? This is how to do it:
//set room size to display resolution (won't work when used in the room being resized.
You should put it in the creation event of an object in the room before the one being resized)
room_set_width(room0,display_get_width()
);
room_set_height(room0,display_get_height()
);
Anyway, i have made a much needed update

:
Desktop destroyer functions test - no weapons
Thanks for your comment!

I'm thinking of giving out the source code, if a few people ask for it