Skip to content

Commit

Permalink
Add tags about "cursor" (#918)
Browse files Browse the repository at this point in the history
* Don't show in changelog
  • Loading branch information
D8H committed Jun 29, 2023
1 parent 2394630 commit 8165d0b
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/reviewed/CursorType.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"name": "gdevelop-extension-store"
},
"tags": [
"mouse",
"cursor",
"pointer",
"javascript",
"desktop"
],
Expand Down
3 changes: 3 additions & 0 deletions extensions/reviewed/DoubleClick.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"shortDescription": "Check for a double-click with a mouse, or a double-tap on a touchscreen.",
"version": "1.0.2",
"tags": [
"mouse",
"cursor",
"pointer",
"double-click",
"double-tap"
],
Expand Down
3 changes: 3 additions & 0 deletions extensions/reviewed/DragCameraWithPointer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"name": "gdevelop-extension-store"
},
"tags": [
"mouse",
"cursor",
"pointer",
"touch",
"drag",
"camera",
"scroll",
Expand Down
2 changes: 2 additions & 0 deletions extensions/reviewed/DraggablePhysics.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"tags": [
"draggable",
"mouse",
"pointer",
"cursor",
"touch",
"physics",
"object",
Expand Down
1 change: 1 addition & 0 deletions extensions/reviewed/MouseHelper.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"tags": [
"mouse",
"pointer",
"cursor"
],
"authorIds": [],
Expand Down
1 change: 1 addition & 0 deletions extensions/reviewed/MousePointerLock.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"tags": [
"mouse",
"lock",
"cursor",
"pointer"
],
"authorIds": [
Expand Down
3 changes: 3 additions & 0 deletions extensions/reviewed/RTSUnitSelection.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"shortDescription": "Allow player to select units by clicking on them or dragging a selection box.",
"version": "2.3.2",
"tags": [
"mouse",
"cursor",
"pointer",
"rts",
"unit",
"select",
Expand Down

0 comments on commit 8165d0b

Please sign in to comment.