Skip to content

Commit 5347cdb

Browse files
committed
Rename Bomb extension.
1 parent c106252 commit 5347cdb

File tree

1 file changed

+91
-15
lines changed

1 file changed

+91
-15
lines changed

examples/3d-bomberman/3d-bomberman.json

Lines changed: 91 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,7 +1893,7 @@
18931893
"behaviors": [
18941894
{
18951895
"name": "BombAnimator",
1896-
"type": "BombExplosion::BombAnimator",
1896+
"type": "Bomb::BombAnimator",
18971897
"Tween3D": "Tween3D",
18981898
"Tween": "Tween",
18991899
"Wobble": "Wobble"
@@ -1955,7 +1955,7 @@
19551955
"behaviors": [
19561956
{
19571957
"name": "Explosion",
1958-
"type": "BombExplosion::Explosion"
1958+
"type": "Bomb::Explosion"
19591959
}
19601960
],
19611961
"animations": [
@@ -3416,7 +3416,7 @@
34163416
"actions": [
34173417
{
34183418
"type": {
3419-
"value": "BombExplosion::Explode"
3419+
"value": "Bomb::Explode"
34203420
},
34213421
"parameters": [
34223422
"",
@@ -3470,7 +3470,7 @@
34703470
"actions": [
34713471
{
34723472
"type": {
3473-
"value": "BombExplosion::Explode"
3473+
"value": "Bomb::Explode"
34743474
},
34753475
"parameters": [
34763476
"",
@@ -4222,15 +4222,15 @@
42224222
},
42234223
{
42244224
"name": "BombAnimator",
4225-
"type": "BombExplosion::BombAnimator"
4225+
"type": "Bomb::BombAnimator"
42264226
},
42274227
{
42284228
"name": "Effect",
42294229
"type": "EffectCapability::EffectBehavior"
42304230
},
42314231
{
42324232
"name": "Explosion",
4233-
"type": "BombExplosion::Explosion"
4233+
"type": "Bomb::Explosion"
42344234
},
42354235
{
42364236
"name": "Flash",
@@ -30994,7 +30994,7 @@
3099430994
"fullName": "",
3099530995
"helpPath": "",
3099630996
"iconUrl": "",
30997-
"name": "BombExplosion",
30997+
"name": "Bomb",
3099830998
"previewIconUrl": "",
3099930999
"shortDescription": "",
3100031000
"version": "",
@@ -31099,7 +31099,7 @@
3109931099
"actions": [
3110031100
{
3110131101
"type": {
31102-
"value": "BombExplosion::CreateExplosionArm"
31102+
"value": "Bomb::CreateExplosionArm"
3110331103
},
3110431104
"parameters": [
3110531105
"",
@@ -31115,7 +31115,7 @@
3111531115
},
3111631116
{
3111731117
"type": {
31118-
"value": "BombExplosion::CreateExplosionArm"
31118+
"value": "Bomb::CreateExplosionArm"
3111931119
},
3112031120
"parameters": [
3112131121
"",
@@ -31131,7 +31131,7 @@
3113131131
},
3113231132
{
3113331133
"type": {
31134-
"value": "BombExplosion::CreateExplosionArm"
31134+
"value": "Bomb::CreateExplosionArm"
3113531135
},
3113631136
"parameters": [
3113731137
"",
@@ -31147,7 +31147,7 @@
3114731147
},
3114831148
{
3114931149
"type": {
31150-
"value": "BombExplosion::CreateExplosionArm"
31150+
"value": "Bomb::CreateExplosionArm"
3115131151
},
3115231152
"parameters": [
3115331153
"",
@@ -31656,7 +31656,7 @@
3165631656
{
3165731657
"description": "Behavior",
3165831658
"name": "Behavior",
31659-
"supplementaryInformation": "BombExplosion::BombAnimator",
31659+
"supplementaryInformation": "Bomb::BombAnimator",
3166031660
"type": "behavior"
3166131661
}
3166231662
],
@@ -31678,7 +31678,7 @@
3167831678
{
3167931679
"description": "Behavior",
3168031680
"name": "Behavior",
31681-
"supplementaryInformation": "BombExplosion::BombAnimator",
31681+
"supplementaryInformation": "Bomb::BombAnimator",
3168231682
"type": "behavior"
3168331683
}
3168431684
],
@@ -31762,7 +31762,7 @@
3176231762
{
3176331763
"description": "Behavior",
3176431764
"name": "Behavior",
31765-
"supplementaryInformation": "BombExplosion::Explosion",
31765+
"supplementaryInformation": "Bomb::Explosion",
3176631766
"type": "behavior"
3176731767
}
3176831768
],
@@ -31811,7 +31811,7 @@
3181131811
{
3181231812
"description": "Behavior",
3181331813
"name": "Behavior",
31814-
"supplementaryInformation": "BombExplosion::Explosion",
31814+
"supplementaryInformation": "Bomb::Explosion",
3181531815
"type": "behavior"
3181631816
}
3181731817
],
@@ -33408,6 +33408,82 @@
3340833408
}
3340933409
],
3341033410
"eventsBasedObjects": []
33411+
},
33412+
{
33413+
"author": "",
33414+
"category": "",
33415+
"extensionNamespace": "",
33416+
"fullName": "",
33417+
"helpPath": "",
33418+
"iconUrl": "",
33419+
"name": "Bonus",
33420+
"previewIconUrl": "",
33421+
"shortDescription": "",
33422+
"version": "",
33423+
"description": "",
33424+
"tags": [],
33425+
"authorIds": [],
33426+
"dependencies": [],
33427+
"eventsFunctions": [],
33428+
"eventsBasedBehaviors": [
33429+
{
33430+
"description": "",
33431+
"fullName": "",
33432+
"name": "BonusAnimator",
33433+
"objectType": "",
33434+
"eventsFunctions": [
33435+
{
33436+
"fullName": "",
33437+
"functionType": "Action",
33438+
"name": "onCreated",
33439+
"sentence": "",
33440+
"events": [],
33441+
"parameters": [
33442+
{
33443+
"description": "Object",
33444+
"name": "Object",
33445+
"type": "object"
33446+
},
33447+
{
33448+
"description": "Behavior",
33449+
"name": "Behavior",
33450+
"supplementaryInformation": "Bonus::BonusAnimator",
33451+
"type": "behavior"
33452+
}
33453+
],
33454+
"objectGroups": []
33455+
}
33456+
],
33457+
"propertyDescriptors": [
33458+
{
33459+
"value": "",
33460+
"type": "Behavior",
33461+
"label": "3D tween",
33462+
"description": "",
33463+
"group": "",
33464+
"extraInformation": [
33465+
"Tween3D::Tween3D"
33466+
],
33467+
"hidden": false,
33468+
"name": "Tween3D"
33469+
},
33470+
{
33471+
"value": "",
33472+
"type": "Behavior",
33473+
"label": "2D tween",
33474+
"description": "",
33475+
"group": "",
33476+
"extraInformation": [
33477+
"Tween::TweenBehavior"
33478+
],
33479+
"hidden": false,
33480+
"name": "Tween"
33481+
}
33482+
],
33483+
"sharedPropertyDescriptors": []
33484+
}
33485+
],
33486+
"eventsBasedObjects": []
3341133487
}
3341233488
],
3341333489
"externalLayouts": [

0 commit comments

Comments
 (0)