
I still haven't figured out how to fix that distorted screenshot, trying to change the resolutions of the image within GM doesnt seem to be working, when I do you'll be the first to know.
Code: Select all
global.screenshotnumber += 1;
if !file_exists("screenshot"+string(global.screenshotnumber)+".png")
{
global.stillscreen = background_create_from_screen(0,0,240,320,0,0);
background_save(global.stillscreen,"screenshot"+string(global.screenshotnumber)+".png");
}
else
{
global.screenshotnumber += 1;
repeat event_perform(ev_keypress,vk_f9);
}
Wow, much appreciated!renardqueenston wrote:man! that is looking absolutely killer. i'm excited for XYX to come around to completion, it's probably the project of yours i'm most excited over!
I guess that sky background in GMOSSE should probably be changed sometime soon then.Rozyrg wrote:Considering that's exactly what I'm aiming for, that's quite a compliment. Thank you! ^_^
..and yes, all the graphics are %100 my own making. I'm honestly not a supporter of using sprite rips/edits unless you're either making something solely for practice or you have very noble aims (like, say.. Xeno Fighters.)
How about an R-Type Final: "You saved the universe, but your pilot is dead now. Sucks to be you."Rozyrg wrote: - The classic, hated anticlimactic reversal 'You won! but not in time/ enemy got away/ you actually lost somehow' (cue Earth exploding for no particular reason.) After that, it could have some horrible description of how you die hopeless and alone in space contemplating your utter failure, just to rub salt in the wound.
- Stereotypical over-exuberant engrish "YOUR' SHIP HAVE WON AND UNIVERSE IS SAVE! CONGLARTULATION!" accompanied by an appropriately cheesy picture of someone giving you a thumbs up.