/
aksjon
/
RNCB_Game
Обзор
Документация
Войти
/
aksjon
/
RNCB_Game
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
phaserjs_editor_scripts_base/Base.components
52 строки
2 KB
aksjon
first_commit
18 май 2025, 19:19
18 май 2025, 19:19
f0429ce
Код
Авторство
О чём код?
{ "components": [ { "name": "ActionTargetComp", "displayName": "Action Target Config", "objectDisplayFormat": "", "baseClass": "", "gameObjectType": "any", "properties": [ { "name": "target", "label": "Target", "tooltip": "The target object of the action.", "defValue": "GAME_OBJECT", "customDefinition": false, "type": { "id": "option", "options": [ "GAME_OBJECT", "ARG_1", "ARG_2", "ARG_3", "ARG_4", "ARG_5", "ARG_6", "ARG_7", "ARG_8" ] } }, { "name": "targetName", "label": "Target Name", "tooltip": "A display name for the target.", "defValue": "", "customDefinition": false, "type": { "id": "string" } } ] } ], "meta": { "app": "Phaser Editor 2D - User Components Editor", "url": "https://phasereditor2d.com", "contentType": "phasereditor2d.core.scene.UserComponents" }, "outputLang": "TYPE_SCRIPT", "exportClass": true, "autoImport": true }