| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- {
- "components": [
- {
- "name": "DurationConfigComp",
- "displayName": "Duration Config",
- "baseClass": "",
- "gameObjectType": "any",
- "properties": [
- {
- "name": "duration",
- "label": "Duration",
- "tooltip": "",
- "defValue": 250,
- "customDefinition": false,
- "type": {
- "id": "number"
- }
- }
- ]
- },
- {
- "name": "EaseConfigComp",
- "displayName": "Ease Config",
- "baseClass": "",
- "gameObjectType": "any",
- "properties": [
- {
- "name": "ease",
- "label": "Ease",
- "tooltip": "",
- "defValue": "Linear",
- "customDefinition": false,
- "type": {
- "id": "option",
- "options": [
- "Power0",
- "Power1",
- "Power2",
- "Power3",
- "Power4",
- "Linear",
- "Quad",
- "Cubic",
- "Quart",
- "Quint",
- "Sine",
- "Expo",
- "Circ",
- "Elastic",
- "Back",
- "Bounce",
- "Stepped",
- "Quad.easeIn",
- "Cubic.easeIn",
- "Quart.easeIn",
- "Quint.easeIn",
- "Sine.easeIn",
- "Expo.easeIn",
- "Circ.easeIn",
- "Elastic.easeIn",
- "Back.easeIn",
- "Bounce.easeIn",
- "Quad.easeOut",
- "Cubic.easeOut",
- "Quart.easeOut",
- "Quint.easeOut",
- "Sine.easeOut",
- "Expo.easeOut",
- "Circ.easeOut",
- "Elastic.easeOut",
- "Back.easeOut",
- "Bounce.easeOut",
- "Quad.easeInOut",
- "Cubic.easeInOut",
- "Quart.easeInOut",
- "Quint.easeInOut",
- "Sine.easeInOut",
- "Expo.easeInOut",
- "Circ.easeInOut",
- "Elastic.easeInOut",
- "Back.easeInOut",
- "Bounce.easeInOut"
- ]
- }
- }
- ]
- },
- {
- "name": "DelayConfigComp",
- "displayName": "Delay Config",
- "baseClass": "",
- "gameObjectType": "any",
- "properties": [
- {
- "name": "delay",
- "label": "Delay",
- "tooltip": "",
- "defValue": 0,
- "customDefinition": false,
- "type": {
- "id": "number"
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "Phaser Editor 2D - User Components Editor",
- "url": "https://phasereditor2d.com",
- "contentType": "phasereditor2d.core.scene.UserComponents"
- },
- "outputLang": "TYPE_SCRIPT",
- "exportClass": true,
- "autoImport": true
- }
|