mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-08 03:16:49 +08:00
24 lines
887 B
JavaScript
24 lines
887 B
JavaScript
"use strict";
|
|
module.exports = {
|
|
description: "Oops framework is based on Cocos creator 3 X development of a game framework.",
|
|
name: "Oops Framework",
|
|
document: "Document",
|
|
document_api: "API Document",
|
|
document_oops: "Framework Document",
|
|
tutorial: "Tutorial Project",
|
|
solution: "Solution",
|
|
gitee: "Light up gitee stars",
|
|
github: "Light up gitee stars",
|
|
log: "Update Log",
|
|
script: "Script",
|
|
createGameComponent: "Create display object template",
|
|
createModule: "Create ECS module",
|
|
createModel: "Create ECS data layer script",
|
|
createBll: "Create ECS business layer script",
|
|
createView: "Create ECS view layer script",
|
|
createViewMvvm: "Create ECS view layer script - MVVM",
|
|
tools: "Framework Tools",
|
|
tools_animator_editor: "Animation State Machine Editor",
|
|
panel_create_file: "Create Framework Template",
|
|
};
|