Skip to content

Commit c21e40a

Browse files
committed
Declare assetStoreTag on custom objects
1 parent cb66c20 commit c21e40a

14 files changed

+16
-1
lines changed

extensions/community/ScreenOrientationChecker.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"areaMinX": 0,
112112
"areaMinY": 0,
113113
"areaMinZ": 0,
114+
"assetStoreTag": "mobile layouts",
114115
"defaultName": "",
115116
"description": "Automatically display a screen asking the player to rotate their screen if needed - on mobile phones and tablets only. Set up Anchor behavior on this object so that top/bottom/left/right edges are anchored to the screen top/bottom/left/right.",
116117
"fullName": "Screen Orientation Checker",

extensions/reviewed/MultiplayerCustomLobbies.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@
293293
"areaMinX": 0,
294294
"areaMinY": 0,
295295
"areaMinZ": 0,
296+
"assetStoreTag": "multiplayer custom lobbies",
296297
"defaultName": "CustomLobbies",
297298
"description": "Customize the interface of multiplayer lobbies.\n\nJoining will only work if the \"join after game starts\" setting is enabled, as the game automatically starts after joining a lobby.",
298299
"fullName": "Multiplayer custom lobbies",

extensions/reviewed/PanelSpriteButton.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,7 @@
12221222
"areaMinX": 0,
12231223
"areaMinY": 0,
12241224
"areaMinZ": 0,
1225+
"assetStoreTag": "menu buttons",
12251226
"defaultName": "Button",
12261227
"description": "A button that can be customized.",
12271228
"fullName": "Button (panel sprite)",

extensions/reviewed/PanelSpriteContinuousBar.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@
693693
"areaMinX": 0,
694694
"areaMinY": 0,
695695
"areaMinZ": 0,
696+
"assetStoreTag": "resource bars",
696697
"defaultName": "ResourceBar",
697698
"description": "A bar that represents a resource in the game (health, mana, ammo, etc).",
698699
"fullName": "Resource bar (continuous)",

extensions/reviewed/PanelSpriteSlider.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,6 +1654,7 @@
16541654
"areaMinX": 0,
16551655
"areaMinY": 0,
16561656
"areaMinZ": 0,
1657+
"assetStoreTag": "slider",
16571658
"defaultName": "Slider",
16581659
"description": "Let users select a numerical value by dragging a slider.",
16591660
"fullName": "Slider",

extensions/reviewed/ParticleEmitter3D.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6877,6 +6877,7 @@
68776877
"areaMinX": 0,
68786878
"areaMinY": 0,
68796879
"areaMinZ": 0,
6880+
"assetStoreTag": "3d particles",
68806881
"defaultName": "ParticleEmitter",
68816882
"description": "Display a large number of particles to create visual effects.",
68826883
"fullName": "3D particle emitter",

extensions/reviewed/ScoreCounter.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2761,6 +2761,7 @@
27612761
"areaMinX": 3,
27622762
"areaMinY": 2,
27632763
"areaMinZ": 0,
2764+
"assetStoreTag": "score counters",
27642765
"defaultName": "ScoreCounter",
27652766
"description": "An animated score counter with an icon and a customisable font.",
27662767
"fullName": "Animated Score Counter",

extensions/reviewed/SpriteMultitouchJoystick.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6029,6 +6029,7 @@
60296029
"areaMinX": 0,
60306030
"areaMinY": 0,
60316031
"areaMinZ": 0,
6032+
"assetStoreTag": "multitouch joysticks",
60326033
"defaultName": "Joystick",
60336034
"description": "Joystick for touchscreens.",
60346035
"fullName": "Multitouch Joystick",

extensions/reviewed/SpriteToggleSwitch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,6 +1891,7 @@
18911891
"areaMinX": 0,
18921892
"areaMinY": 0,
18931893
"areaMinZ": 0,
1894+
"assetStoreTag": "toggle switch",
18941895
"defaultName": "ToggleSwitch",
18951896
"description": "A toggle switch that users can click or touch.",
18961897
"fullName": "Toggle switch",

extensions/reviewed/StarRatingBar.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2464,7 +2464,8 @@
24642464
"areaMinX": 0,
24652465
"areaMinY": 0,
24662466
"areaMinZ": 0,
2467-
"defaultName": "ScoreCounter",
2467+
"assetStoreTag": "star rating bars",
2468+
"defaultName": "StarRatingBar",
24682469
"description": "An animated score counter with an icon and a customisable font.",
24692470
"fullName": "Star Rating Bar",
24702471
"isInnerAreaFollowingParentSize": true,

0 commit comments

Comments
 (0)