Commit 706088d6 authored by wildfirecode's avatar wildfirecode

1

parent fdb6634f
{"currentScene":"assets/scenes/main.scene"}
\ No newline at end of file
......@@ -13,11 +13,24 @@
"components": [
{
"script": "components/base/Transform",
"properties": {}
"properties": {
"position": {
"x": 375,
"y": 812,
"_type_": "scilla/support/Vector2D"
}
}
},
{
"script": "components/other/CameraController",
"properties": {}
"properties": {
"viewportAnchor": {
"x": 0,
"y": 0,
"_type_": "scilla/support/Vector2D"
}
},
"disabled": true
},
{
"script": "./scripts/MainController",
......@@ -68,7 +81,8 @@
},
{
"script": "components/other/FullStageSize",
"properties": {}
"properties": {},
"disabled": false
}
],
"uuid": "23b027e4-3a90-4e46-a74e-dc5de005238c",
......@@ -82,7 +96,10 @@
},
{
"script": "./scripts/scenes/SceneStart",
"properties": {}
"properties": {
"rulebtn": "entity|6d639acc-797c-465d-b69d-785748640c8e"
},
"disabled": false
},
{
"script": "components/renderer/RectRenderer",
......@@ -90,79 +107,50 @@
"disabled": true
},
{
"script": "components/other/RelativeLayout",
"properties": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"script": "components/other/FullStageSize",
"properties": {},
"disabled": false
}
],
"uuid": "41f0a20e-9d0a-445b-8ffc-d8a0b04ab02c",
"children": [
{
"name": "ruleBtn",
"name": "Image",
"components": [
{
"script": "components/base/Transform",
"properties": {
"position": {
"_hashCode": 38795,
"_x": 0,
"_y": 80
}
}
"properties": {}
},
{
"script": "components/renderer/RectRenderer",
"script": "components/renderer/TextureRenderer",
"properties": {
"fillColor": "rgba(0, 192, 255, 1)",
"width": 150,
"height": 60,
"cornerRadius": 10
}
},
"texture": "res|ba68c8dd-1e6a-42fc-83b4-a8ca01bd40d2"
},
"disabled": false
}
],
"uuid": "d59620d0-27cc-40ea-9acb-0c383a98223b",
"disabled": true,
"children": []
},
{
"name": "Image",
"components": [
{
"script": "components/animation/TouchZoom",
"properties": {
"easeName": "backOut"
}
"script": "components/base/Transform",
"properties": {}
},
{
"script": "components/ui/Button",
"script": "components/renderer/TextureRenderer",
"properties": {
"onClick": [
{
"entity": "entity|41f0a20e-9d0a-445b-8ffc-d8a0b04ab02c",
"component": 1,
"method": "onClick_rulebtn"
}
]
}
}
],
"children": [
{
"name": "label",
"components": [
{
"script": "components/base/Transform",
"properties": {}
},
{
"script": "components/renderer/TextRenderer",
"properties": {
"text": "button",
"fillColor": "rgba(255, 255, 255, 1)"
}
}
],
"uuid": "4f7d630d-026c-4c1a-bf40-19a5cbecadb6"
"texture": "res|b89a1d88-1f8f-4c9d-bd76-4682de69d62f"
},
"disabled": false
}
],
"uuid": "cd518011-9d11-4376-af30-f64cef2a08cd"
"uuid": "3ece6a23-7b54-4024-93ec-7802b556bb76",
"disabled": false,
"children": []
},
{
"name": "ScrollView",
......@@ -174,17 +162,17 @@
"height": 200,
"position": {
"x": 0,
"y": -350
"y": -350,
"_type_": "scilla/support/Vector2D"
}
}
},
{
"script": "components/renderer/RectRenderer",
"properties": {
"fillColor": "rgba(255, 255, 255, 0.7)",
"cornerRadius": 20
"fillColor": "rgba(255, 255, 255, 0.7)"
},
"disabled": true
"disabled": false
},
{
"script": "components/ui/ScrollView",
......@@ -208,9 +196,9 @@
"script": "components/renderer/RectRenderer",
"properties": {
"fillColor": "rgba(214, 66, 228, 1)",
"isMask": true,
"cornerRadius": 20
}
"isMask": true
},
"disabled": false
},
{
"script": "components/other/RelativeLayout",
......@@ -230,16 +218,17 @@
"components": [
{
"script": "components/base/Transform",
"properties": {}
"properties": {
"height": 500
}
},
{
"script": "components/renderer/RectRenderer",
"properties": {
"fillColor": "rgba(84, 230, 81, 1)",
"height": 300,
"cornerRadius": 20
"height": 500
},
"disabled": true
"disabled": false
},
{
"script": "components/other/RelativeLayout",
......@@ -299,11 +288,37 @@
{
"script": "components/other/RelativeLayout",
"properties": {
"bottom": 0
"top": 100
}
}
],
"uuid": "1a533fcf-c040-401d-9bce-5a12a2ffcaca"
},
{
"name": "Label",
"components": [
{
"script": "components/base/Transform",
"properties": {}
},
{
"script": "components/renderer/TextRenderer",
"properties": {
"text": "fuck3",
"fillColor": "rgba(228, 71, 66, 1)",
"textStyle": {
"fontSize": 100
}
}
},
{
"script": "components/other/RelativeLayout",
"properties": {
"bottom": 0
}
}
],
"uuid": "d0db2a44-222c-4cd6-9fb8-b99d0932781b"
}
]
}
......@@ -311,6 +326,66 @@
}
],
"disabled": false
},
{
"name": "ruleBtn",
"components": [
{
"script": "components/base/Transform",
"properties": {
"position": {
"x": -280,
"y": -762.1666666666667,
"_type_": "scilla/support/Vector2D"
}
}
},
{
"script": "components/renderer/TextureRenderer",
"properties": {
"texture": "res|d092293f-6a84-45eb-a7c2-7735b747c2af"
}
},
{
"script": "components/animation/TouchZoom",
"properties": {
"easeName": "backOut"
}
},
{
"script": "components/ui/Button",
"properties": {
"onClick": [
{
"entity": "entity|41f0a20e-9d0a-445b-8ffc-d8a0b04ab02c",
"component": 1,
"method": "onClick_rulebtn"
}
],
"disabledRes": "res|d092293f-6a84-45eb-a7c2-7735b747c2af",
"upRes": "res|d092293f-6a84-45eb-a7c2-7735b747c2af",
"downRes": "res|d092293f-6a84-45eb-a7c2-7735b747c2af"
}
}
],
"children": [],
"uuid": "6d639acc-797c-465d-b69d-785748640c8e"
},
{
"name": "Entity",
"components": [
{
"script": "components/base/Transform",
"properties": {
"position": {
"x": 111,
"y": 111,
"_type_": "scilla/support/Vector2D"
}
}
}
],
"uuid": "21acee22-cb12-4949-94ef-f5f795bfa022"
}
],
"disabled": false
......@@ -324,39 +399,51 @@
"script": "components/base/Transform",
"properties": {}
},
{
"script": "components/renderer/RectRenderer",
"properties": {
"fillColor": "rgba(0, 0, 0, 0.7)"
},
"disabled": true
},
{
"script": "./scripts/popup/Popup",
"properties": {
"sceneContainer": "entity|23b027e4-3a90-4e46-a74e-dc5de005238c"
"sceneContainer": "entity|23b027e4-3a90-4e46-a74e-dc5de005238c",
"bgRenderer": "entity|f708d7fe-e1f6-4e0b-a691-245ac5a7014b"
}
},
{
"script": "components/base/TouchInterrupt",
"properties": {}
},
{
"script": "components/other/FullStageSize",
"properties": {}
}
],
"uuid": "dbfac9aa-8955-4725-89cf-eae9f8cf7595",
"children": [
{
"name": "Rule",
"name": "popbg",
"components": [
{
"script": "components/base/Transform",
"properties": {}
},
{
"script": "components/renderer/TextureRenderer",
"script": "components/renderer/RectRenderer",
"properties": {
"fillColor": "rgba(0, 0, 0, 1)",
"alpha": 0.7,
"width": 750,
"height": 1624
}
}
],
"uuid": "f708d7fe-e1f6-4e0b-a691-245ac5a7014b"
},
{
"name": "Rule",
"components": [
{
"script": "components/base/Transform",
"properties": {
"texture": "res|48aa7079-65a9-45dd-9449-e765b6996674",
"anchor": {
"x": 0.48,
"position": {
"y": -300,
"_type_": "scilla/support/Vector2D"
}
}
......@@ -364,7 +451,7 @@
{
"script": "./scripts/dialogs/RuleDialogContent",
"properties": {
"effect": "flew",
"effect": "fade",
"Content": "entity|4d9e497d-0507-4c38-b639-54336e9ee8e6",
"ruleContent": "dynamic|CFG|rule",
"ajaxElement": "dynamic|API|ajaxElement"
......@@ -373,6 +460,22 @@
],
"uuid": "aae552b6-377b-4168-a67b-4adb75b4cb5e",
"children": [
{
"name": "Image",
"components": [
{
"script": "components/base/Transform",
"properties": {}
},
{
"script": "components/renderer/TextureRenderer",
"properties": {
"texture": "res|48aa7079-65a9-45dd-9449-e765b6996674"
}
}
],
"uuid": "e3b2cd43-8619-4c64-9a96-f4be573f5a9b"
},
{
"name": "CloseButton",
"components": [
......@@ -380,8 +483,8 @@
"script": "components/base/Transform",
"properties": {
"position": {
"x": 13,
"y": 347,
"x": 246.33333333333334,
"y": -356.33333333333337,
"_type_": "scilla/support/Vector2D"
}
}
......@@ -389,7 +492,7 @@
{
"script": "components/renderer/TextureRenderer",
"properties": {
"texture": "res|987a5caa-e372-4c76-a853-c8adea9e6686"
"texture": "res|d3c3140f-3210-426b-8a0b-c1811f33044f"
}
},
{
......@@ -401,9 +504,9 @@
{
"script": "components/ui/Button",
"properties": {
"upRes": "res|987a5caa-e372-4c76-a853-c8adea9e6686",
"downRes": "res|987a5caa-e372-4c76-a853-c8adea9e6686",
"disabledRes": "res|987a5caa-e372-4c76-a853-c8adea9e6686"
"upRes": "res|d3c3140f-3210-426b-8a0b-c1811f33044f",
"downRes": "res|d3c3140f-3210-426b-8a0b-c1811f33044f",
"disabledRes": "res|d3c3140f-3210-426b-8a0b-c1811f33044f"
}
}
],
......@@ -532,7 +635,7 @@
"uuid": "4d9e497d-0507-4c38-b639-54336e9ee8e6"
}
],
"disabled": true
"disabled": false
}
]
},
......@@ -605,6 +708,78 @@
}
]
}
},
{
"uuid": "ed0e6061-7014-492f-b95f-88794de7d5cc",
"url": "sheets/start.sht-disperse",
"config": {
"textures": [
{
"name": "rulebtn.png",
"uuid": "d092293f-6a84-45eb-a7c2-7735b747c2af"
},
{
"name": "8分.png",
"uuid": "2b8c13b0-c675-4031-ac51-8d39afb41505"
},
{
"name": "recordbtn.png",
"uuid": "7c2aa27c-5cf6-46d0-8509-d9b68052de09"
},
{
"name": "roles.png",
"uuid": "5c3bc8ff-d886-437f-8320-cfef9bdc71e6"
},
{
"name": "startbtn.png",
"uuid": "65d0864b-a3b8-438b-aa87-673311473c7f"
},
{
"name": "text1.png",
"uuid": "ce594e8b-00d9-4171-a4e1-3d77fd6746f6"
},
{
"name": "兑吧大牌券.png",
"uuid": "41a91467-d5fa-461d-b2dc-a842c786b76a"
},
{
"name": "口红.png",
"uuid": "9c55b44d-3454-438d-b5fd-d73fea0a291c"
},
{
"name": "栅栏.png",
"uuid": "13befe8b-8a33-46e2-bee6-fa0d17994329"
},
{
"name": "树.png",
"uuid": "e4e0b901-f0ef-4c1c-a90e-bc923dd8c4e7"
},
{
"name": "炸弹.png",
"uuid": "9c6e40d8-0c90-41fe-ad28-9064ca7103ee"
},
{
"name": "礼盒.png",
"uuid": "e6ca4128-75b8-4b8b-8a7d-8f95d46f810f"
},
{
"name": "组 81.png",
"uuid": "7e76fac1-7791-476b-b73f-7cd5b4ea1344"
}
]
}
},
{
"uuid": "b89a1d88-1f8f-4c9d-bd76-4682de69d62f",
"url": "singles/bg.jpg"
},
{
"uuid": "ba68c8dd-1e6a-42fc-83b4-a8ca01bd40d2",
"url": "singles/cankao.jpg"
},
{
"uuid": "d3c3140f-3210-426b-8a0b-c1811f33044f",
"url": "singles/closebtn.png"
}
]
}
......
......@@ -11,7 +11,8 @@ import Transform from "scilla-components/src/base/Transform";
export default class Toast extends ScillaComponent {
Label: Entity;
padding = 20;
ypadding = 20;
xpadding = 50;
offsetY = 0;
showDuration = 300;
hideDuration = 300;
......@@ -50,13 +51,13 @@ export default class Toast extends ScillaComponent {
show({content, duration = 1000}) {
this.entity.enabled = true;
const {_bgTransform, _labelRenderer, _labelTransform, padding} = this;
const {_bgTransform, _labelRenderer, _labelTransform, xpadding,ypadding} = this;
_labelRenderer.text = content;
_labelRenderer.measureBounds();
_bgTransform.width = _labelTransform.width + padding * 2;
_bgTransform.height = _labelTransform.height + padding * 2;
_bgTransform.width = _labelTransform.width + xpadding * 2;
_bgTransform.height = _labelTransform.height + ypadding * 2;
this._tweenOut.queue[0].props.position.y = this.outPos;
......
......@@ -3,19 +3,19 @@
* 弹层
*/
import DialogContent from "./DialogContent";
import RectRenderer from "scilla-components/src/renderer/RectRenderer";
import TouchInterrupt from "components/base/TouchInterrupt";
import Transform from "scilla-components/src/base/Transform";
import TouchInterrupt from "components/base/TouchInterrupt";
import ScillaComponent from "scilla-components/src/base/ScillaComponent";
import { none } from "./PopupEffect";
import { createTween, Entity } from "scilla/src";
import Transform from "scilla-components/src/base/Transform";
import RectRenderer from "scilla-components/src/renderer/RectRenderer";
import { Entity } from "scilla/src";
import SingleSceneNavigator from "../navigator/SingleSceneNavigator";
import DialogContent from "./DialogContent";
import { none } from "./PopupEffect";
export default class Popup extends ScillaComponent {
blackLayerDuration = 300;
private _bgRenderer: RectRenderer;
bgRenderer: Entity;
private _touchInterrupt: TouchInterrupt;
private _dialogStack = [];
......@@ -28,10 +28,11 @@ export default class Popup extends ScillaComponent {
this._touchInterrupt = this.getComponent(TouchInterrupt);
this._touchInterrupt.enabled = false;
const bgRenderer = this._bgRenderer = this.getComponent(RectRenderer);
bgRenderer.enabled = false;
this.bgRenderer.enabled = false;
this._navigator = this.sceneContainer.getComponent(SingleSceneNavigator)
this._navigator = this.sceneContainer.getComponent(SingleSceneNavigator);
this.entity.children.forEach(child => child.enabled = false);
}
fuckNavigator(p) {
......@@ -52,17 +53,18 @@ export default class Popup extends ScillaComponent {
}
setBgVisible(visible) {
if (visible) {
this._bgRenderer.enabled = true;
}
this._bgRenderer.alpha = visible ? 0 : 1;
createTween(this, this._bgRenderer, true)
.to({ alpha: visible ? 1 : 0 }, this.blackLayerDuration)
.call(() => {
if (!visible) {
this._bgRenderer.enabled = false;
}
});
this.bgRenderer.enabled = visible;
// if (visible) {
// this._bgRenderer.enabled = true;
// }
// this._bgRenderer.alpha = visible ? 0 : 1;
// createTween(this, this._bgRenderer, true)
// .to({ alpha: visible ? 1 : 0 }, this.blackLayerDuration)
// .call(() => {
// if (!visible) {
// this._bgRenderer.enabled = false;
// }
// });
}
getDialogInStack(name) {
......@@ -118,7 +120,7 @@ export default class Popup extends ScillaComponent {
const effect = content ? content.effectImpl : none;
const effectOptions = content ? content.showEffectOptions : null;
await effect.show(transform, effectOptions);
// await effect.show(transform, effectOptions);
}
async hideDialog(name, action?: string, data?) {
......@@ -143,7 +145,7 @@ export default class Popup extends ScillaComponent {
const effect = content ? content.effectImpl : none;
const effectOptions = content ? content.hideEffectOptions : null;
await effect.hide(transform, effectOptions);
// await effect.hide(transform, effectOptions);
dialog.enabled = false;
if (dialogConfig.callback) {
......
......@@ -3,10 +3,11 @@
*/
import ScillaComponent from "scilla-components/src/base/ScillaComponent";
import { dynamic, Entity } from "scilla/src";
import { dynamic, Entity, ScillaEngine } from "scilla/src";
import { setText } from "../entityUtils";
import { alien } from "../navigator/StackNavigator";
import { INavigatorViewBase } from "../navigator/VirtualNavigator";
import ScillaLauncher from "scilla-launcher/src";
export default class SceneStart extends ScillaComponent implements INavigatorViewBase {
ajaxElement: dynamic;
......@@ -31,6 +32,7 @@ export default class SceneStart extends ScillaComponent implements INavigatorVie
initGameStage() {
// this.updateCountText();
this.bubbling('showToast', '活动还未开始\n敬请期待')
}
updateCountText() {
......
{"ver":"1.0.1","uuid":"7812ab8d-1490-4d67-9d7d-b5d104e36814","subMetas":{"prizebg.png":{"ver":"1.0.1","uuid":"1d4d0649-9ea1-4171-b301-54f1d90aabf5","rawTextureUuid":"7812ab8d-1490-4d67-9d7d-b5d104e36814","type":"texture"},"usebtn.png":{"ver":"1.0.1","uuid":"8b0f2eee-8cb0-4499-ab58-49e7f2caee18","rawTextureUuid":"7812ab8d-1490-4d67-9d7d-b5d104e36814","type":"texture"}},"type":"sheet"}
{"ver":"1.0.1","uuid":"ed0e6061-7014-492f-b95f-88794de7d5cc","subMetas":{"rulebtn.png":{"ver":"1.0.1","uuid":"d092293f-6a84-45eb-a7c2-7735b747c2af","rawTextureUuid":"ed0e6061-7014-492f-b95f-88794de7d5cc","type":"texture"},"8分.png":{"ver":"1.0.1","uuid":"2b8c13b0-c675-4031-ac51-8d39afb41505","rawTextureUuid":"ed0e6061-7014-492f-b95f-88794de7d5cc","type":"texture"},"recordbtn.png":{"ver":"1.0.1","uuid":"7c2aa27c-5cf6-46d0-8509-d9b68052de09","rawTextureUuid":"ed0e6061-7014-492f-b95f-88794de7d5cc","type":"texture"},"roles.png":{"ver":"1.0.1","uuid":"5c3bc8ff-d886-437f-8320-cfef9bdc71e6","rawTextureUuid":"ed0e6061-7014-492f-b95f-88794de7d5cc","type":"texture"},"startbtn.png":{"ver":"1.0.1","uuid":"65d0864b-a3b8-438b-aa87-673311473c7f","rawTextureUuid":"ed0e6061-7014-492f-b95f-88794de7d5cc","type":"texture"},"text1.png":{"ver":"1.0.1","uuid":"ce594e8b-00d9-4171-a4e1-3d77fd6746f6","rawTextureUuid":"ed0e6061-7014-492f-b95f-88794de7d5cc","type":"texture"},"兑吧大牌券.png":{"ver":"1.0.1","uuid":"41a91467-d5fa-461d-b2dc-a842c786b76a","rawTextureUuid":"ed0e6061-7014-492f-b95f-88794de7d5cc","type":"texture"},"口红.png":{"ver":"1.0.1","uuid":"9c55b44d-3454-438d-b5fd-d73fea0a291c","rawTextureUuid":"ed0e6061-7014-492f-b95f-88794de7d5cc","type":"texture"},"栅栏.png":{"ver":"1.0.1","uuid":"13befe8b-8a33-46e2-bee6-fa0d17994329","rawTextureUuid":"ed0e6061-7014-492f-b95f-88794de7d5cc","type":"texture"},"树.png":{"ver":"1.0.1","uuid":"e4e0b901-f0ef-4c1c-a90e-bc923dd8c4e7","rawTextureUuid":"ed0e6061-7014-492f-b95f-88794de7d5cc","type":"texture"},"炸弹.png":{"ver":"1.0.1","uuid":"9c6e40d8-0c90-41fe-ad28-9064ca7103ee","rawTextureUuid":"ed0e6061-7014-492f-b95f-88794de7d5cc","type":"texture"},"礼盒.png":{"ver":"1.0.1","uuid":"e6ca4128-75b8-4b8b-8a7d-8f95d46f810f","rawTextureUuid":"ed0e6061-7014-492f-b95f-88794de7d5cc","type":"texture"},"组 81.png":{"ver":"1.0.1","uuid":"7e76fac1-7791-476b-b73f-7cd5b4ea1344","rawTextureUuid":"ed0e6061-7014-492f-b95f-88794de7d5cc","type":"texture"}},"type":"sheet"}
{"ver":"1.0.1","uuid":"58f8ca0c-13b5-4c47-84a9-2bcb3e25c568","subMetas":{"alertbg":{"ver":"1.0.1","uuid":"49fa9d5a-fa33-40e4-b2e1-b00006ee0b2c","rawTextureUuid":"58f8ca0c-13b5-4c47-84a9-2bcb3e25c568","type":"texture"}},"type":"texture","imagePath":"/Users/wanghongyuan/shuijf/assets/singles/alertbg.png"}
{"ver":"1.0.1","uuid":"b89a1d88-1f8f-4c9d-bd76-4682de69d62f","subMetas":{"bg":{"ver":"1.0.1","uuid":"3e8e7daf-380f-4524-998d-6bc955b88298","rawTextureUuid":"b89a1d88-1f8f-4c9d-bd76-4682de69d62f","type":"texture"}},"type":"texture","imagePath":"/Users/wanghongyuan/shuijf/assets/singles/bg.jpg"}
{"ver":"1.0.1","uuid":"ba68c8dd-1e6a-42fc-83b4-a8ca01bd40d2","subMetas":{"cankao":{"ver":"1.0.1","uuid":"f14081bd-8f55-4ce4-a175-849f9512daea","rawTextureUuid":"ba68c8dd-1e6a-42fc-83b4-a8ca01bd40d2","type":"texture"}},"type":"texture","imagePath":"/Users/wanghongyuan/shuijf/assets/singles/cankao.jpg"}
{"ver":"1.0.1","uuid":"d3c3140f-3210-426b-8a0b-c1811f33044f","subMetas":{"closebtn":{"ver":"1.0.1","uuid":"d47189aa-f9fb-4ed8-b4cf-4f1631fe0c33","rawTextureUuid":"d3c3140f-3210-426b-8a0b-c1811f33044f","type":"texture"}},"type":"texture","imagePath":"/Users/wanghongyuan/shuijf/assets/singles/closebtn.png"}
......@@ -3,7 +3,7 @@
"engineConfig": {
"fps": 63,
"designWidth": 750,
"designHeight": 1334,
"designHeight": 1624,
"scaleMode": "fixedWidth",
"modifyCanvasSize": false,
"resPath": ""
......
......@@ -5,8 +5,8 @@
import {registerDef} from 'scilla'
import component0 from 'components/animation/TouchZoom';
registerDef('components/animation/TouchZoom', component0);
import component0 from 'components/ui/ScrollView';
registerDef('components/ui/ScrollView', component0);
import component1 from 'components/base/Transform';
registerDef('components/base/Transform', component1);
......@@ -14,14 +14,14 @@ registerDef('components/base/Transform', component1);
import component2 from 'components/renderer/HtmlRenderer';
registerDef('components/renderer/HtmlRenderer', component2);
import component3 from 'components/renderer/TextureRenderer';
registerDef('components/renderer/TextureRenderer', component3);
import component3 from 'components/base/TouchInterrupt';
registerDef('components/base/TouchInterrupt', component3);
import component4 from 'components/base/TouchInterrupt';
registerDef('components/base/TouchInterrupt', component4);
import component4 from 'components/ui/Button';
registerDef('components/ui/Button', component4);
import component5 from 'components/ui/ScrollView';
registerDef('components/ui/ScrollView', component5);
import component5 from 'components/animation/TouchZoom';
registerDef('components/animation/TouchZoom', component5);
import component6 from 'components/other/FullStageSize';
registerDef('components/other/FullStageSize', component6);
......@@ -32,14 +32,14 @@ registerDef('components/renderer/TextRenderer', component7);
import component8 from 'components/renderer/RectRenderer';
registerDef('components/renderer/RectRenderer', component8);
import component9 from 'components/other/RelativeLayout';
registerDef('components/other/RelativeLayout', component9);
import component9 from 'components/renderer/TextureRenderer';
registerDef('components/renderer/TextureRenderer', component9);
import component10 from 'components/other/CameraController';
registerDef('components/other/CameraController', component10);
import component11 from 'components/ui/Button';
registerDef('components/ui/Button', component11);
import component11 from 'components/other/RelativeLayout';
registerDef('components/other/RelativeLayout', component11);
import component12 from '../../assets/scripts/scenes/SceneStart';
registerDef('./scripts/scenes/SceneStart', component12);
......@@ -47,11 +47,11 @@ registerDef('./scripts/scenes/SceneStart', component12);
import component13 from '../../assets/scripts/navigator/SingleSceneNavigator';
registerDef('./scripts/navigator/SingleSceneNavigator', component13);
import component14 from '../../assets/scripts/popup/Popup';
registerDef('./scripts/popup/Popup', component14);
import component14 from '../../assets/scripts/scenes/SceneController';
registerDef('./scripts/scenes/SceneController', component14);
import component15 from '../../assets/scripts/scenes/SceneController';
registerDef('./scripts/scenes/SceneController', component15);
import component15 from '../../assets/scripts/popup/Popup';
registerDef('./scripts/popup/Popup', component15);
import component16 from '../../assets/scripts/api/SampleApi';
registerDef('./scripts/api/SampleApi', component16);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment