Skip to content

Commit

Permalink
[Sprite-based light] Change the behavior full name to avoid misunders…
Browse files Browse the repository at this point in the history
…tanding (#1434)

- Don't show in changelog.
  • Loading branch information
D8H authored Nov 14, 2024
1 parent a757f9e commit 57b88d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/community/SpriteBasedLighting.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"category": "Visual effect",
"description": "Make light using sprite objects or any kind. and add the light obstacle behavior to the objects that will be affected by the light.",
"extensionNamespace": "",
"fullName": "Sprite Based Lighting",
"fullName": "Sprite-based lighting",
"helpPath": "",
"iconUrl": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iSWNvbnMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBkPSJNMjAsMjRoLThjLTAuNiwwLTEsMC40LTEsMXMwLjQsMSwxLDFoMC4xYzAuMiwyLDEuOSwzLjUsMy45LDMuNXMzLjctMS41LDMuOS0zLjVIMjBjMC42LDAsMS0wLjQsMS0xUzIwLjYsMjQsMjAsMjR6Ii8+DQo8cGF0aCBkPSJNMjIsNS4zYy0xLjktMS43LTQuNS0yLjUtNy0yLjJDMTEsMy41LDcuNyw2LjcsNy4xLDEwLjZjLTAuNCwyLjgsMC40LDUuNiwyLjQsNy43YzEsMSwxLjUsMi40LDEuNSwzLjhjMCwwLjYsMC40LDEsMSwxaDQNCgljLTAuNCwwLTAuOC0wLjMtMC45LTAuN2wtNC0xMWMtMC4yLTAuNCwwLTAuOSwwLjMtMS4xYzAuNC0wLjMsMC44LTAuMywxLjIsMGMyLDEuNSw0LjgsMS41LDYuOCwwYzAuNC0wLjMsMS4xLTAuMiwxLjQsMC4yDQoJYzAuMywwLjQsMC4yLDEuMS0wLjIsMS40Yy0yLDEuNS00LjUsMS45LTYuOCwxLjJsMi4yLDYuMWwxLjYtNC40YzAuMi0wLjUsMC44LTAuOCwxLjMtMC42YzAuNSwwLjIsMC44LDAuOCwwLjYsMS4zbC0yLjUsNw0KCUMxNi44LDIyLjcsMTYuNCwyMywxNiwyM2g0YzAuNiwwLDEtMC40LDEtMWMwLTEuNCwwLjUtMi44LDEuNS0zLjdjMS42LTEuNywyLjUtMy45LDIuNS02LjNDMjUsOS40LDIzLjksNywyMiw1LjN6Ii8+DQo8L3N2Zz4NCg==",
"name": "SpriteBasedLighting",
Expand All @@ -27,7 +27,7 @@
"eventsBasedBehaviors": [
{
"description": "The object that will be the obstacle for the light.",
"fullName": "Light obstacle",
"fullName": "Sprite-based light obstacle",
"name": "Light_Obstacle",
"objectType": "Sprite",
"eventsFunctions": [
Expand Down Expand Up @@ -148,7 +148,7 @@
},
{
"description": "The object that will act as the light.",
"fullName": "Light",
"fullName": "Sprite-based light",
"name": "Light",
"objectType": "",
"eventsFunctions": [],
Expand Down

0 comments on commit 57b88d3

Please sign in to comment.