Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions extensions/community/ScreenOrientationChecker.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"areaMinX": 0,
"areaMinY": 0,
"areaMinZ": 0,
"assetStoreTag": "mobile layouts",
"defaultName": "",
"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.",
"fullName": "Screen Orientation Checker",
Expand Down
1 change: 1 addition & 0 deletions extensions/reviewed/MultiplayerCustomLobbies.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@
"areaMinX": 0,
"areaMinY": 0,
"areaMinZ": 0,
"assetStoreTag": "multiplayer custom lobbies",
"defaultName": "CustomLobbies",
"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.",
"fullName": "Multiplayer custom lobbies",
Expand Down
1 change: 1 addition & 0 deletions extensions/reviewed/PanelSpriteButton.json
Original file line number Diff line number Diff line change
Expand Up @@ -1222,6 +1222,7 @@
"areaMinX": 0,
"areaMinY": 0,
"areaMinZ": 0,
"assetStoreTag": "menu buttons",
"defaultName": "Button",
"description": "A button that can be customized.",
"fullName": "Button (panel sprite)",
Expand Down
1 change: 1 addition & 0 deletions extensions/reviewed/PanelSpriteContinuousBar.json
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@
"areaMinX": 0,
"areaMinY": 0,
"areaMinZ": 0,
"assetStoreTag": "resource bars",
"defaultName": "ResourceBar",
"description": "A bar that represents a resource in the game (health, mana, ammo, etc).",
"fullName": "Resource bar (continuous)",
Expand Down
1 change: 1 addition & 0 deletions extensions/reviewed/PanelSpriteSlider.json
Original file line number Diff line number Diff line change
Expand Up @@ -1654,6 +1654,7 @@
"areaMinX": 0,
"areaMinY": 0,
"areaMinZ": 0,
"assetStoreTag": "slider",
"defaultName": "Slider",
"description": "Let users select a numerical value by dragging a slider.",
"fullName": "Slider",
Expand Down
1 change: 1 addition & 0 deletions extensions/reviewed/ParticleEmitter3D.json
Original file line number Diff line number Diff line change
Expand Up @@ -6877,6 +6877,7 @@
"areaMinX": 0,
"areaMinY": 0,
"areaMinZ": 0,
"assetStoreTag": "3d particles",
"defaultName": "ParticleEmitter",
"description": "Display a large number of particles to create visual effects.",
"fullName": "3D particle emitter",
Expand Down
1 change: 1 addition & 0 deletions extensions/reviewed/ScoreCounter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2761,6 +2761,7 @@
"areaMinX": 3,
"areaMinY": 2,
"areaMinZ": 0,
"assetStoreTag": "score counters",
"defaultName": "ScoreCounter",
"description": "An animated score counter with an icon and a customisable font.",
"fullName": "Animated Score Counter",
Expand Down
1 change: 1 addition & 0 deletions extensions/reviewed/SpriteMultitouchJoystick.json
Original file line number Diff line number Diff line change
Expand Up @@ -6029,6 +6029,7 @@
"areaMinX": 0,
"areaMinY": 0,
"areaMinZ": 0,
"assetStoreTag": "multitouch joysticks",
"defaultName": "Joystick",
"description": "Joystick for touchscreens.",
"fullName": "Multitouch Joystick",
Expand Down
1 change: 1 addition & 0 deletions extensions/reviewed/SpriteToggleSwitch.json
Original file line number Diff line number Diff line change
Expand Up @@ -1891,6 +1891,7 @@
"areaMinX": 0,
"areaMinY": 0,
"areaMinZ": 0,
"assetStoreTag": "toggle switch",
"defaultName": "ToggleSwitch",
"description": "A toggle switch that users can click or touch.",
"fullName": "Toggle switch",
Expand Down
3 changes: 2 additions & 1 deletion extensions/reviewed/StarRatingBar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2464,7 +2464,8 @@
"areaMinX": 0,
"areaMinY": 0,
"areaMinZ": 0,
"defaultName": "ScoreCounter",
"assetStoreTag": "star rating bars",
"defaultName": "StarRatingBar",
"description": "An animated score counter with an icon and a customisable font.",
"fullName": "Star Rating Bar",
"isInnerAreaFollowingParentSize": true,
Expand Down
1 change: 1 addition & 0 deletions extensions/reviewed/TiledUnitsBar.json
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,7 @@
"areaMinX": 0,
"areaMinY": 0,
"areaMinZ": 0,
"assetStoreTag": "resource bars",
"defaultName": "ResourceBar",
"description": "A bar that represents a resource in the game (health, mana, ammo, etc).",
"fullName": "Resource bar (separated units)",
Expand Down
1 change: 1 addition & 0 deletions extensions/reviewed/TwoChoicesDialogBoxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"areaMinX": 0,
"areaMinY": 0,
"areaMinZ": 0,
"assetStoreTag": "dialog boxes",
"defaultName": "",
"description": "A dialog box showing two options.",
"fullName": "Two choices dialog box ",
Expand Down
1 change: 1 addition & 0 deletions scripts/generate-extensions-registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ const filterEventsFunctions = (eventsFunctions) =>
name: object.name,
fullName: object.fullName,
description: object.description,
assetStoreTag: object.assetStoreTag || '',
}))
: []
);
Expand Down
2 changes: 2 additions & 0 deletions scripts/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ interface ObjectAndShortHeaderFields {
description: string;
fullName: string;
name: string;
assetStoreTag: string;
}

export interface ObjectShortHeader
Expand Down Expand Up @@ -215,6 +216,7 @@ export interface EventsBasedObject {
fullName: string;
name: string;
defaultName: string;
assetStoreTag?: string;
private?: boolean;
eventsFunctions: EventsFunction[];
}
Expand Down