Monika-After-Story / DDLCModTemplate

A template for producing Doki Doki Literature Club Mods that adhere to Team Salvato's guidelines
96 stars 65 forks source link

window: Small resolution on first run. #1

Closed ghost closed 6 years ago

ghost commented 7 years ago

(Writing this in response to what Pi said. A documentation of the issue I guess.)

One of the (small, no pun intended) issues with the mod template is the small resolution it runs on when first running the game. While not a breaking issue, it's still something to note for future individuals who use this template.

therationalpi commented 7 years ago

Thanks for opening the issue on this

ghost commented 7 years ago

Update: Window resolution is set in gui.rpy.

init python: gui.init(1280, 720)

config.gl_resize = False

Found by haloff1 in the MonikaModDev server.

therationalpi commented 6 years ago

I figured this out. My screen resolution is just really high.