christinechengubc / borderline

Visual Novel Development Project
0 stars 0 forks source link

Research: Dynamically Allocate Images #67

Closed nguyen34 closed 8 years ago

nguyen34 commented 8 years ago

Find a method to dynamically allocate the image size to fit the game's current screen, which currently runs on 800x600 as the default pixel measurements.

christinechengubc commented 8 years ago

can't we just make sure that pictures are 800x600 before we insert into the game? this can be done with photoshop, but you'll have to make sure that when backgrounds are drawn, make sure the artists get the proportions right otherwise we'd have to cut some of it off.

nguyen34 commented 8 years ago

I would like to take some time to look into if this could be done. If results are fruitless, then we can go with that.

nguyen34 commented 8 years ago

Item closed. Just ensure all images are scaled with respect to the 800x600 aspect ratio