Skip to content

Commit 3586c89

Browse files
authored
Add tags on every extension that require behaviors (#962)
* Don't show in changelog
1 parent f95296a commit 3586c89

13 files changed

+26
-9
lines changed

extensions/community/TopDownCornerSliding.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
""
1818
],
1919
"tags": [
20-
"top down",
20+
"top-down",
2121
"movement",
2222
"grid",
2323
"align"

extensions/reviewed/AdvancedJump.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"name": "gdevelop-extension-store"
2626
},
2727
"tags": [
28+
"platformer",
2829
"platform",
30+
"jump",
2931
"ledge tolerance",
3032
"coyote time",
3133
"air jump",

extensions/reviewed/BehaviorRemapper.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"bindings",
1717
"presets",
1818
"platformer",
19+
"platform",
1920
"top-down"
2021
],
2122
"authorIds": [

extensions/reviewed/DraggablePhysics.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"name": "gdevelop-extension-store"
2525
},
2626
"tags": [
27-
"draggable",
27+
"physics",
28+
"drag",
2829
"mouse",
2930
"pointer",
3031
"cursor",

extensions/reviewed/Flash.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
""
2222
],
2323
"tags": [
24+
"tween",
2425
"flash",
2526
"blink",
2627
"visible",

extensions/reviewed/Gamepads.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
"joysticks",
3333
"axis",
3434
"xbox",
35-
"ps4"
35+
"ps4",
36+
"platformer",
37+
"platform",
38+
"top-down"
3639
],
3740
"authorIds": [
3841
"2OwwM8ToR9dx9RJ2sAKTcrLmCB92",

extensions/reviewed/PixelPerfectMovement.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424
},
2525
"tags": [
2626
"pixel perfect",
27+
"platformer",
2728
"platform",
28-
"top down",
29+
"top-down",
2930
"movement",
3031
"grid"
3132
],

extensions/reviewed/PlatformerCharacterAnimator.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"name": "gdevelop-extension-store"
2020
},
2121
"tags": [
22-
"animations",
22+
"animation",
2323
"platformer",
24-
"flipping",
25-
"automatic"
24+
"platform",
25+
"flip"
2626
],
2727
"authorIds": [
2828
"gqDaZjCfevOOxBYkK6zlhtZnXCg1"

extensions/reviewed/PlatformerTrajectory.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"tags": [
2323
"jump",
2424
"platform",
25+
"platformer",
2526
"artificial inteligence",
2627
"ai"
2728
],

extensions/reviewed/SmoothCamera.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
"camera",
2929
"scrolling",
3030
"follow",
31-
"smooth"
31+
"smooth",
32+
"platformer",
33+
"platform"
3234
],
3335
"authorIds": [
3436
"IWykYNRvhCZBN3vEgKEbBPOR3Oc2"

0 commit comments

Comments
 (0)