Merge fix

This commit is contained in:
Martin
2023-01-04 12:28:02 +01:00
48 changed files with 6196 additions and 660 deletions

View File

@@ -247,7 +247,7 @@
"__id__": 9
},
"_clip": {
"__uuid__": "0faecdcf-e5d6-4cc1-b3cf-3b2873f8ee62",
"__uuid__": "62c90d56-a5f2-4125-9748-a8784593fc9a",
"__expectedType__": "cc.AudioClip"
},
"_loop": true,
@@ -617,7 +617,7 @@
},
"_lpos": {
"__type__": "cc.Vec3",
"x": -420,
"x": -320,
"y": 0,
"z": -2000
},
@@ -634,7 +634,7 @@
"y": 1,
"z": 1
},
"_layer": 1073741824,
"_layer": 33554432,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
@@ -656,12 +656,12 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 200,
"width": 1000,
"height": 1200
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"x": 1,
"y": 0.5
},
"_id": ""
@@ -746,7 +746,7 @@
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 420,
"x": 320,
"y": 0,
"z": -2000
},
@@ -763,7 +763,7 @@
"y": 1,
"z": 1
},
"_layer": 1073741824,
"_layer": 33554432,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
@@ -785,12 +785,12 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 200,
"width": 1000,
"height": 1200
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"x": 0,
"y": 0.5
},
"_id": ""
@@ -876,7 +876,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 580,
"y": 480,
"z": -2000
},
"_lrot": {
@@ -892,7 +892,7 @@
"y": 1,
"z": 1
},
"_layer": 1073741824,
"_layer": 33554432,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
@@ -914,13 +914,13 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 1050,
"height": 200
"width": 2640,
"height": 500
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
"y": 0
},
"_id": ""
},
@@ -1005,7 +1005,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -580,
"y": -480,
"z": -2000
},
"_lrot": {
@@ -1021,7 +1021,7 @@
"y": 1,
"z": 1
},
"_layer": 1073741824,
"_layer": 33554432,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
@@ -1043,13 +1043,13 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 1050,
"height": 200
"width": 2640,
"height": 500
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
"y": 1
},
"_id": ""
},

View File

@@ -1,7 +1,7 @@
[
{
"__type__": "cc.Prefab",
"_name": "DamageFlash",
"_name": "DeathEffect",
"_objFlags": 0,
"_native": "",
"data": {
@@ -13,7 +13,7 @@
},
{
"__type__": "cc.Node",
"_name": "DamageFlash",
"_name": "DeathEffect",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
@@ -28,10 +28,13 @@
},
{
"__id__": 6
},
{
"__id__": 8
}
],
"_prefab": {
"__id__": 8
"__id__": 10
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -163,6 +166,26 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "3ag4rexLNJW6A/sp6OpwZ8"
},
{
"__type__": "213a9aw7AxJUZPp4rSYoD+B",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"animation": {
"__id__": 6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "85y4e2eRBItKLP5t7xinqV"
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@@ -8,6 +8,6 @@
],
"subMetas": {},
"userData": {
"syncNodeName": "DamageFlash"
"syncNodeName": "DeathEffect"
}
}

File diff suppressed because it is too large Load Diff