Skip to content

Commit

Permalink
add frontend tag to svelte sample infos
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie committed Nov 13, 2023
1 parent a0b35e3 commit 387cac4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions package/Editor/Samples/Svelte Project Sample.asset
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ MonoBehaviour:
Tags:
- {fileID: 11400000, guid: b57f842944f6ab7448467462f4b3505e, type: 2}
- {fileID: 11400000, guid: e4c5f77ac8329814285ae2eb671b480d, type: 2}
- {fileID: 11400000, guid: a2115ec02f1c0d948baffce17ce8d2df, type: 2}
reference: {fileID: 0}
1 change: 1 addition & 0 deletions package/Editor/Samples/SvelteKit Project Sample.asset
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ MonoBehaviour:
Tags:
- {fileID: 11400000, guid: b57f842944f6ab7448467462f4b3505e, type: 2}
- {fileID: 11400000, guid: e4c5f77ac8329814285ae2eb671b480d, type: 2}
- {fileID: 11400000, guid: a2115ec02f1c0d948baffce17ce8d2df, type: 2}
reference: {fileID: 0}
10 changes: 7 additions & 3 deletions samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@
"Priority": 11,
"Tags": [
"UI",
"Frameworks"
"Frameworks",
"Frontend"
],
"Name": "Svelte integration",
"ReadmeUrl": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Runtime/Svelte Project Sample/README.md"
Expand All @@ -389,7 +390,8 @@
"Priority": 11,
"Tags": [
"UI",
"Frameworks"
"Frameworks",
"Frontend"
],
"Name": "SvelteKit integration",
"ReadmeUrl": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Runtime/Sveltekit Project Sample/README.md"
Expand Down Expand Up @@ -1183,7 +1185,9 @@
"LiveUrl": "https://engine.needle.tools/samples-uploads/spritesheet/",
"Priority": 0,
"Tags": [
"Rendering"
"Rendering",
"Animation",
"Games"
],
"Name": "Spritesheet Animation",
"ReadmeUrl": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Runtime/Spritesheets/README.md"
Expand Down

0 comments on commit 387cac4

Please sign in to comment.