设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
查看: 4048|回复: 0
打印 上一主题 下一主题

[已经解决] 为什么修改了Scene_File却还是运行没改之前的界面呢?

[复制链接]

Lv1.梦旅人

梦石
0
星屑
136
在线时间
1050 小时
注册时间
2006-5-3
帖子
774
跳转到指定楼层
1
发表于 2016-2-22 18:37:04 | 只看该作者 |只看大图 回帖奖励 |正序浏览 |阅读模式

加入我们,或者,欢迎回来。

您需要 登录 才可以下载或查看,没有帐号?注册会员

x
本帖最后由 gaofei677 于 2016-2-22 18:48 编辑

JAVASCRIPT 代码复制
  1. (function() {
  2.  
  3. Scene_File.prototype.create = function() {
  4.         this.create_background_lower();
  5.         this.create_background_upper();
  6.         this.create_file_sprites();
  7.         this.creat_button();
  8.         this.locat_lastest_data();
  9. };
  10. ......(省略无数字)
  11. })();


我按照上面的改了我的Scene_File, 但是打开游戏却还是运行的没改之前,就是默认的存/档界面呢?
求大神指点~




Padthai_Sprite_Flie 第16 行
JAVASCRIPT 代码复制
  1. //-----------------------------------------------------------------------------
  2. // DataManager
  3. //
  4. // The static class that manages the database and game objects.
  5. (function() {
  6.  
  7. DataManager.makeSavefileInfo = function() {
  8.         var info = {};
  9.     info.globalId   = this._globalId;
  10.     info.title      = $dataSystem.gameTitle;
  11.     info.characters = $gameParty.charactersForSavefile();
  12.     info.faces      = $gameParty.facesForSavefile();
  13.     info.playtime   = $gameSystem.playtimeText();
  14.     info.timestamp  = Date.now();
  15.         info.chaptter_name = $dataSystem.chaptter_name
  16.         info.data_head_pic_name = $dataSystem.data_head_pic_name
  17.     return info;
  18. };
  19.  
  20. })();




Padthai_Scene_Flie 第34行
JAVASCRIPT 代码复制
  1. Scene_File.prototype.create_file_sprites = function() {
  2.                 var this._file_sprites = new Array();
  3.                 //this.addChildAt(this._file_sprites, 2);
  4.                 for(i=0,i<=98,i+=1)
  5.                 {
  6.                 this._file_sprites[i] = new Sprite_File(130, ((i)*130+2000));
  7.                 this.addChild(this._file_sprites[i]);
  8.                 }
  9.         };
漏夏同人
《咱的夏天》
下载地址:http://tieba.baidu.com/p/2681607456
人员招募:http://rpg.blue/thread-339747-1-1.html
您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-12-23 19:53

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表