Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thank You so much by Your Rate!

It’s true the of time of the Game [Created on 3 Days]


created = 3;
text = "Day";

if (created == 3)
 {
    draw_text(room_width/2, room_height/2, string(created) + string(text));
 }