Awesome! Glad it worked!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Stupot on Thu 03/08/2023 08:57:36If you are joining us from Itch, welcome.
Please remember your entries do NOT have to be adventure games but they MUST be made with Adventure Game Studio editor.
// room script file
Mode7 ThePlace;
function room_Load()
{
ThePlace.SetViewscreen(640, 180, 0, 0); //should cover half of screen. I'm assuming 0,0 places top left corner of drawing in top left corner of game viewport screen. Tried it at 320, 180 (center of screen) as well, with no difference in effect.
ThePlace.SetGroundSprite(1); //some green ground
ThePlace.SetCamera(0.0, 0.0, 0.0, 0.0, 0.0, 0.0); //This will turn out to be a problem, but changing it all to 1.0 doesn't fix everything.
ThePlace.Draw();
}
Mode7.SetCamera(1.0, 1.0, 1.0, 1.0, 1.0, 1.0);
Quote from: heltenjon on Fri 14/07/2023 11:35:36(Man, it would be fun to revive the Black Stories with some new cases again.)
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.124 seconds with 14 queries.