Project1

标题: 如何使用一个变量来决定游戏分辨率 [打印本页]

作者: 冷峻逸    时间: 2014-12-19 12:34
提示: 作者被禁止或删除 内容自动屏蔽
作者: taroxd    时间: 2014-12-19 15:29
语句执行时,$game_variables 是否已经初始化?
作者: 喵呜喵5    时间: 2014-12-19 16:38
直接这样不就好了……
  1. width = Integer(File.read("宽.txt"))
  2. height = Integer(File.read("高.txt"))
  3. Graphics.resize_screen(width,height)
复制代码

作者: 冷峻逸    时间: 2014-12-19 18:25
提示: 作者被禁止或删除 内容自动屏蔽




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1