@@ -29,10 +29,13 @@
"_components": [
{
"__id__": 62
+ },
+ {
+ "__id__": 64
}
],
"_prefab": {
- "__id__": 64
+ "__id__": 66
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -990,6 +993,24 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "e49Vvev7tDZoZDf5tXBmwQ"
+ "__type__": "b782crURolPI7klJOrqmCqO",
+ "_name": "",
+ "_objFlags": 0,
+ "__editorExtras__": {},
+ "node": {
+ "__id__": 1
+ "_enabled": true,
+ "__prefab": {
+ "__id__": 65
+ "_id": ""
+ "__type__": "cc.CompPrefabInfo",
+ "fileId": "37slzvxzZJwZAtMItVsnNn"
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 47
+ "__id__": 49
- "__id__": 49
+ "__id__": 51
@@ -798,6 +801,24 @@
+ "__id__": 50
+ "fileId": "c3gwIJMxFHPrxsJexmQKyI"
"__id__": 36
+ "__id__": 38
- "__id__": 38
+ "__id__": 40
@@ -651,6 +654,24 @@
+ "__id__": 39
+ "fileId": "71CLl03JZLL6/VaDPW9lC2"
+ "__type__": "df41eBXO7VGm5nWuifPPYGJ",
+ "fileId": "d26GZskeZLIroi8wdgvr1w"
+ "fileId": "c5Um6SIiFPpZ2sQvqriRM3"
@@ -32,10 +32,13 @@
"__id__": 20
+ "__id__": 22
- "__id__": 22
+ "__id__": 24
@@ -495,6 +498,24 @@
+ "__type__": "91e83hsAvhBN6AjA/Yex+Tx",
+ "__id__": 23
+ "fileId": "0cYUeEFSBOjYr24f53MgsS"
@@ -0,0 +1,9 @@
+{
+ "ver": "1.2.0",
+ "importer": "directory",
+ "imported": true,
+ "uuid": "20bf91c6-dfac-4a60-b74d-6dfe2ad48b8c",
+ "files": [],
+ "subMetas": {},
+ "userData": {}
+}
@@ -0,0 +1,17 @@
+import { _decorator, Component, Node } from 'cc';
+const { ccclass, property, executeInEditMode } = _decorator;
+
+/** 调酒杯组件脚本*/
+@ccclass('CocktailCup')
+@executeInEditMode
+export class CocktailCup extends Component {
+ start() {
+ }
+ update(deltaTime: number) {
+ "ver": "4.0.23",
+ "importer": "typescript",
+ "uuid": "b782cad4-4689-4f23-b925-24eaea982a8e",
@@ -0,0 +1,14 @@
+const { ccclass, property } = _decorator;
+@ccclass('OriginArea')
+export class OriginArea extends Component {
+ "uuid": "09a7c15b-c50a-462e-9e94-ddc54c80e4a5",
@@ -0,0 +1,18 @@
+/** 原浆酒杯组件脚本*/
+@ccclass('OriginCup')
+export class OriginCup extends Component {
+ "uuid": "df41e057-3bb5-469b-99d6-ba27cf3d8189",
+@ccclass('OutArea')
+export class OutArea extends Component {
+ "uuid": "f09718c0-ef75-4066-bdba-009a28f40a23",
+@ccclass('TempCup')
+export class TempCup extends Component {
+ "uuid": "91e8386c-02f8-4137-a023-03f61ec7e4f1",
+@ccclass('TempCups')
+export class TempCups extends Component {
+ "uuid": "3be89fd5-f088-49da-b8e3-913e71afaf78",
+@ccclass('WaitArea')
+export class WaitArea extends Component {
+ "uuid": "3ff80d68-8a66-40c8-8cbd-f4b911e6bf75",
@@ -0,0 +1,10 @@
+import { _decorator, BoxCollider2D, Button, CircleCollider2D, Collider2D, Component, find, Node, NodeEventType } from 'cc';
+@ccclass('Water')
+export class Water extends Component {
+ "uuid": "aac7541b-6023-40a8-a67b-c7cdb266a059",