我觉得应该是你的表述有问题
因为这个DLL就是改变分辨率的 而且分辨率变了画面大小一定会变大
我觉得你问的可能是怎么样让窗口不变 图块和角色变大……作者: Nil2011 时间: 2017-8-19 14:09
#Basic Window Resizer v1.1
#----------#
#Features: Allows you to resize the window to whatever size you like! (This is not
# like Graphics.resize, this will scale to fit)
#
#Usage: Script calls:
#Window_Resize.r(width, height) - Self-explanatory
#Window_Resize.f - fits the game window to monitor size
#Window_Resize.full - switches to full screen unless already fullscreened
#Window_Resize.window - same as full but opposite
#Window_Resize.toggle - toggles between full and window
#
#No Customization
#
#----------#
#-- Script by: V.M of D.T
#
#- Free to use in any project with credit given.
# Edited By SnowOwl