Project1
标题:
游戏窗口变大了,游戏地图怎么变?
[打印本页]
作者:
zhc.66rpg
时间:
2013-1-20 17:27
标题:
游戏窗口变大了,游戏地图怎么变?
游戏窗口变大了,游戏地图怎么变? ,菜单都会改的,就是游戏地图还是小的,,,66rpg很多都没有资源了,下了2个800*600的,都只是窗口变了
作者:
acn00269
时间:
2013-1-20 19:40
本帖最后由 acn00269 于 2013-1-20 19:41 编辑
#给下面高度宽度赋值,就是分辨率的大小。
宽度=800 #1018
高度=600 #746
游戏ini名=".\\Game.ini"
#============================================================================
val = "\0"*256
gps = Win32API.new('kernel32', 'GetPrivateProfileString',%w(p p p p l p), 'l')
gps.call("Game", "Title", "", val, 256, 游戏ini名)
title = val
fw = Win32API.new('user32', 'FindWindow', %(p, p), 'i')
hWnd = fw.call("RGSS Player", title)
swp = Win32API.new('user32', 'SetWindowPos', %(l, l, i, i, i, i, i), 'i')
ok = swp.call(hWnd, 0, 0, 0, 宽度, 高度, 2)
复制代码
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1