2024-12-11 15:08:57 +08:00
|
|
|
{
|
|
|
|
|
"Core/BaseTool": {
|
|
|
|
|
"description": "基础工具"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseClass": {
|
|
|
|
|
"description": "基础类"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseClass/Game_Window_Class.nut": {
|
|
|
|
|
"description": "游戏窗口类"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseClass/BaseObject.nut": {
|
|
|
|
|
"description": "基础对象类"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseClass/ActorObject.nut": {
|
|
|
|
|
"description": "演员类 - Actor"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseClass/SpriteObject": {
|
|
|
|
|
"description": "精灵类 & 精灵帧类"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseClass/StageClass.nut": {
|
|
|
|
|
"description": "场景类 - Stage"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseClass/SpriteObject/SpriteClass.nut": {
|
|
|
|
|
"description": "精灵类 - Sprite"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseClass/SpriteObject/SpriteFrameClass.nut": {
|
|
|
|
|
"description": "精灵帧类 - SpriteFrame"
|
|
|
|
|
},
|
|
|
|
|
"Core/UI_Class": {
|
|
|
|
|
"description": "UI类"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseTool/Math.nut": {
|
|
|
|
|
"description": "数学库"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseClass/ScriptManager": {
|
|
|
|
|
"description": "pvf管理"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseTool/BlobExClass.nut": {
|
|
|
|
|
"description": "高级流"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseClass/AnimationClass": {
|
|
|
|
|
"description": "动画类"
|
|
|
|
|
},
|
|
|
|
|
"User/Object": {
|
|
|
|
|
"description": "对象类"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/Bird.nut": {
|
|
|
|
|
"description": "小鸟 对象"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/Map.nut": {
|
|
|
|
|
"description": "地图 对象"
|
|
|
|
|
},
|
|
|
|
|
"Core/ENUM": {
|
|
|
|
|
"description": "枚举类"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/Pipes.nut": {
|
|
|
|
|
"description": "管道对象"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/Pipe.nut": {
|
|
|
|
|
"description": "管道对象"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/Score.nut": {
|
|
|
|
|
"description": "分数对象"
|
|
|
|
|
},
|
|
|
|
|
"User/Stage": {
|
|
|
|
|
"description": "场景"
|
|
|
|
|
},
|
|
|
|
|
"User/Stage/Start_Stage.nut": {
|
|
|
|
|
"description": "开始场景"
|
|
|
|
|
},
|
|
|
|
|
"User/Stage/Game_Stage.nut": {
|
|
|
|
|
"description": "游戏场景"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/Map": {
|
|
|
|
|
"description": "地图类"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/Map/MapObject.nut": {
|
|
|
|
|
"description": "地图对象"
|
|
|
|
|
},
|
|
|
|
|
"User/Asset": {
|
|
|
|
|
"description": "资产"
|
|
|
|
|
},
|
|
|
|
|
"User/Asset/AssetManager.nut": {
|
|
|
|
|
"description": "资产管理器"
|
|
|
|
|
},
|
|
|
|
|
"User/_ENUM": {
|
|
|
|
|
"description": "枚举"
|
|
|
|
|
},
|
|
|
|
|
"Core/ENUM/enum_system.nut": {
|
|
|
|
|
"description": "系统枚举"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseTool/String.nut": {
|
|
|
|
|
"description": "字符串库"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/Object/BaseObject.nut": {
|
|
|
|
|
"description": "基础对象"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/ActiveObject": {
|
|
|
|
|
"description": "动态对象"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/StateMachine": {
|
|
|
|
|
"description": "状态机"
|
|
|
|
|
},
|
|
|
|
|
"User/_ENUM/enum_game.nut": {
|
|
|
|
|
"description": "游戏枚举"
|
|
|
|
|
},
|
|
|
|
|
"Core/ExtraCalss": {
|
|
|
|
|
"description": "附加类"
|
|
|
|
|
},
|
|
|
|
|
"Core/ExtraCalss/Socket": {
|
|
|
|
|
"description": "Socket类"
|
|
|
|
|
},
|
|
|
|
|
"Core/Game_Proc": {
|
|
|
|
|
"description": "底层核心处理逻辑"
|
|
|
|
|
},
|
|
|
|
|
"User/Socket": {
|
|
|
|
|
"description": "网络"
|
|
|
|
|
},
|
|
|
|
|
"User/UI": {
|
|
|
|
|
"description": "界面窗口"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Window/0_Login.nut": {
|
|
|
|
|
"description": "登录界面"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseClass/TextObject": {
|
|
|
|
|
"description": "文本类"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseClass/TextObject/Font.nut": {
|
|
|
|
|
"description": "字体类"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseClass/TextObject/TextStyle.nut": {
|
|
|
|
|
"description": "字体风格类"
|
|
|
|
|
},
|
|
|
|
|
"Core/ENUM/ENUM_SYSTEM.nut": {
|
|
|
|
|
"description": "系统枚举"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Window": {
|
|
|
|
|
"description": "窗口"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Widget": {
|
|
|
|
|
"description": "控件"
|
|
|
|
|
},
|
|
|
|
|
"User/Asset/FontAsset.nut": {
|
|
|
|
|
"description": "游戏文本资产"
|
2024-12-13 20:51:26 +08:00
|
|
|
},
|
|
|
|
|
"User/Asset/Character": {
|
|
|
|
|
"description": "角色类"
|
|
|
|
|
},
|
|
|
|
|
"User/Asset/Character/Animation.nut": {
|
|
|
|
|
"description": "角色动画"
|
|
|
|
|
},
|
|
|
|
|
"User/Asset/Item": {
|
|
|
|
|
"description": "项目类"
|
|
|
|
|
},
|
|
|
|
|
"User/Asset/Item/Equipment.nut": {
|
|
|
|
|
"description": "装备类"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/ActiveObject/GameObjectClass.nut": {
|
|
|
|
|
"description": "游戏对象(对象基类)"
|
2024-12-13 22:28:47 +08:00
|
|
|
},
|
|
|
|
|
"Core/BaseClass/LayerObject.nut": {
|
|
|
|
|
"description": "图层类"
|
2024-12-14 11:11:36 +08:00
|
|
|
},
|
|
|
|
|
"User/UI/Widget/Scroll_Bar.nut": {
|
|
|
|
|
"description": "滚动条"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Widget/InputBox.nut": {
|
|
|
|
|
"description": "输入框"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Widget/Drag_Button.nut": {
|
|
|
|
|
"description": "拖动按钮"
|
2024-12-14 22:22:42 +08:00
|
|
|
},
|
|
|
|
|
"User/UI/Window/233_HUD_Message.nut": {
|
|
|
|
|
"description": "公告弹窗"
|
2024-12-15 22:18:27 +08:00
|
|
|
},
|
|
|
|
|
"User/UI/Window/1_Select_Character.nut": {
|
|
|
|
|
"description": "选择角色界面"
|
2024-12-18 12:30:47 +08:00
|
|
|
},
|
|
|
|
|
"User/UI/Widget/Text_Button.nut": {
|
|
|
|
|
"description": "文本按钮"
|
2024-12-18 12:33:09 +08:00
|
|
|
},
|
2024-12-15 21:37:00 +08:00
|
|
|
"User/UI/Window/2_Create_Character.nut": {
|
|
|
|
|
"description": "创建角色"
|
2024-12-18 18:50:40 +08:00
|
|
|
},
|
|
|
|
|
"User/UI/Widget/IMouse.nut": {
|
|
|
|
|
"description": "鼠标"
|
|
|
|
|
},
|
|
|
|
|
"User/_ENUM/enum_packet.nut": {
|
|
|
|
|
"description": "包枚举"
|
2024-12-19 23:54:51 +08:00
|
|
|
},
|
|
|
|
|
"User/_ENUM/global_object.nut": {
|
|
|
|
|
"description": "全局对象表"
|
|
|
|
|
},
|
|
|
|
|
"User/_ENUM/enum_music.nut": {
|
|
|
|
|
"description": "音乐枚举"
|
2024-12-20 23:46:01 +08:00
|
|
|
},
|
|
|
|
|
"Core/InputClass": {
|
|
|
|
|
"description": "输入类"
|
|
|
|
|
},
|
|
|
|
|
"User/Controller": {
|
|
|
|
|
"description": "控制器"
|
|
|
|
|
},
|
|
|
|
|
"User/Controller/Controller.nut": {
|
|
|
|
|
"description": "游戏控制器"
|
|
|
|
|
},
|
|
|
|
|
"User/Controller/ObjectController.nut": {
|
|
|
|
|
"description": "对象控制器"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/Map/MapCrmera.nut": {
|
|
|
|
|
"description": "地图摄像机"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/Map/TileObject.nut": {
|
|
|
|
|
"description": "地板对象"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/ActiveObject/ActiveObjectClass.nut": {
|
|
|
|
|
"description": "动态对象"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/ActiveObject/CharacterObjectClass_AI.nut": {
|
|
|
|
|
"description": "APC对象"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/ActiveObject/CharacterObjectClass.nut": {
|
|
|
|
|
"description": "角色对象"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/ActiveObject/MonsterObjectClass.nut": {
|
|
|
|
|
"description": "怪物对象"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/ActiveObject/PassiveObjectClass.nut": {
|
|
|
|
|
"description": "被动对象"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/ActiveObject/StaticObjectClass.nut": {
|
|
|
|
|
"description": "静态对象"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/Map/TownObject.nut": {
|
|
|
|
|
"description": "城镇类"
|
|
|
|
|
},
|
|
|
|
|
"User/Object/Map/MapCamera.nut": {
|
|
|
|
|
"description": "摄像机类"
|
2024-12-24 15:58:20 +08:00
|
|
|
},
|
|
|
|
|
"User/UI/Window/3_Top_tool.nut": {
|
|
|
|
|
"description": "顶部工具条"
|
2025-01-03 19:47:36 +08:00
|
|
|
},
|
2025-01-02 19:19:36 +08:00
|
|
|
"User/Object/ActiveObject/NpcObjectClass.nut": {
|
|
|
|
|
"description": "NPC对象"
|
2025-01-03 19:47:36 +08:00
|
|
|
},
|
2025-01-03 19:47:36 +08:00
|
|
|
"User/UI/Window/5_Inventory.nut": {
|
|
|
|
|
"description": "背包窗口"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Window/4_PersonalInfo.nut": {
|
|
|
|
|
"description": "个人信息窗口"
|
2025-01-06 21:00:13 +08:00
|
|
|
},
|
|
|
|
|
"User/UI/Window/5_Inventory/5_Inventory.nut": {
|
|
|
|
|
"description": "背包窗口"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Window/5_Inventory/Inventory_EquipmentPage.nut": {
|
|
|
|
|
"description": "背包装备页面"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Window/5_Inventory/ItemCollect.nut": {
|
|
|
|
|
"description": "物品栏"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Widget/Top_Title.nut": {
|
|
|
|
|
"description": "窗口顶部标题"
|
2025-01-09 22:24:28 +08:00
|
|
|
},
|
2025-01-03 19:47:36 +08:00
|
|
|
"User/Socket/Packet.nut": {
|
|
|
|
|
"description": "数据包类"
|
2025-01-05 00:48:35 +08:00
|
|
|
},
|
|
|
|
|
"User/Socket/FunctionalPack.nut": {
|
|
|
|
|
"description": "功能数据包"
|
2025-01-04 20:03:17 +08:00
|
|
|
},
|
|
|
|
|
"Core/BaseClass/CanvasObject.nut": {
|
|
|
|
|
"description": "画布类"
|
|
|
|
|
},
|
|
|
|
|
"Core/BaseClass/AudioClass.nut": {
|
|
|
|
|
"description": "音频类"
|
2025-01-09 22:24:28 +08:00
|
|
|
},
|
|
|
|
|
"User/UI/Window/5_Inventory": {
|
|
|
|
|
"description": "背包"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Window/4_Personalinfo": {
|
|
|
|
|
"description": "个人信息"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Window/4_Personalinfo/4_PersonalInfo.nut": {
|
|
|
|
|
"description": "个人信息窗口"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Window/4_Personalinfo/Personalinfo_RoleInfoPage.nut": {
|
|
|
|
|
"description": "个人信息页"
|
2025-01-12 16:37:48 +08:00
|
|
|
},
|
|
|
|
|
"User/UI/Window/5_Inventory/Inventory_DressUpPage.nut": {
|
|
|
|
|
"description": "背包装扮页"
|
2025-01-19 09:48:40 +08:00
|
|
|
},
|
|
|
|
|
"User/Asset/Item/Stackable.nut": {
|
|
|
|
|
"description": "消耗品及材料"
|
2025-01-20 18:04:32 +08:00
|
|
|
},
|
|
|
|
|
"User/UI/Window/6_PlayerChat.nut": {
|
|
|
|
|
"description": "聊天消息窗口"
|
2025-02-20 13:53:36 +08:00
|
|
|
},
|
|
|
|
|
"User/UI/Window/7_Town_Chat_Msg.nut": {
|
|
|
|
|
"description": "城镇聊天气泡"
|
|
|
|
|
},
|
|
|
|
|
"User/Asset/Character/ChatBubble.nut": {
|
|
|
|
|
"description": "聊天气泡"
|
|
|
|
|
},
|
|
|
|
|
"User/Asset/Character/AdditionalItems.nut": {
|
|
|
|
|
"description": "附加项"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Window/7_Npc_Shop.nut": {
|
|
|
|
|
"description": "NPC商店"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Window/234_HUD_FuncInter.nut": {
|
|
|
|
|
"description": "功能交互"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Window/235_HUD_QuantityInput.nut": {
|
|
|
|
|
"description": "数量输入"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Widget/NumberInputBox.nut": {
|
|
|
|
|
"description": "数字输入框"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Widget/BaseWidget.nut": {
|
|
|
|
|
"description": "基础控件"
|
|
|
|
|
},
|
|
|
|
|
"Core/Timer": {
|
|
|
|
|
"description": "定时器类"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Window/5_Inventory/ItemACollect.nut": {
|
|
|
|
|
"description": "装扮物品栏"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Window/5_Inventory/AvatarCollect.nut": {
|
|
|
|
|
"description": "装扮物品栏"
|
|
|
|
|
},
|
|
|
|
|
"User/UI/Window/8_SkillTree": {
|
|
|
|
|
"description": "技能树"
|
2024-12-11 15:08:57 +08:00
|
|
|
}
|
|
|
|
|
}
|