查看: 93|回复: 1

tnxp显示地图名字脚本

[复制链接]
  • TA的每日心情
    开心
    昨天 15:40
  • 签到天数: 82 天

    连续签到: 1 天

    [LV.6]常住居民II

    2044

    主题

    103

    回帖

    9035

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    VIP
    -2
    卡币
    6876
    OK点
    16
    积分
    9035
    发表于 2023-12-26 15:57:13 | 显示全部楼层 |阅读模式
    [JavaScript] 纯文本查看 复制代码
    partial class Window_Ditu_name extends Window_Base
    {
        var jilu_name:String;
        var shijian_index:int;
        var map_id:int;
        var map: Map;
        var map_name:String;
        function Window_Ditu_name(map_id:int)
        {
            super(360,10,108,60);//x坐标,y坐标,窗口的宽度大小,窗口的高度大小
            this.contents = new Js_Bitmap(this.width - 32,this.height - 32);
            this.jilu_name = game._map.map_name;
            this.shijian_index = 0;
            this.map_id= map_id;
            this.map = new Map();
           refresh();
        }
        //刷新
        function refresh()
        {
            this.contents.clear();
            this.contents.font.color = normal_color();
             this.map.Load_Data("Data/" + "Map" + map_id.ToString("0000") + ".json");
            this.map_name = this.map.name;
            var a:String = this.map_name;
            var b:int = 0;
           if(a.length>=3)
           b = 0;
           else
           b= 20;
            this.contents.draw_text(15+b, -2, 128, 32, this.map_name, 0);
        }
        function update(){
        super();
        if(this.jilu_name!=game._map.map_name)
        {
        this.jilu_name=game._map.map_name;
        refresh();
        }
        if(this.visible)
        {
        this.shijian_index ++;
        }
        if(this.shijian_index >=10)//100是窗口的存在时间,60为1秒
        this.visible = false;
        }
    }
    
    天天去同能,天天有童年!
    回复 论坛版权

    使用道具 举报

    宫廷医师甲
    1个角色
  • TA的每日心情
    开心
    6 天前
  • 签到天数: 105 天

    连续签到: 2 天

    [LV.6]常住居民II

    72

    主题

    40

    回帖

    3509

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    VIP
    31
    卡币
    3334
    OK点
    1
    积分
    3509
    发表于 2024-1-2 16:04:21 | 显示全部楼层
    支持以下


    天天去同能,天天有童年!
    回复

    使用道具 举报

    文明发言,和谐互动
    文明发言,和谐互动
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    QQ|Archiver|手机版|小黑屋|同能RPG制作大师 ( 沪ICP备12027754号-3 )

    GMT+8, 2024-10-6 09:28 , Processed in 0.046966 second(s), 41 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

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