Skip to content

Commit 8c5d24d

Browse files
authored
Update 34-GDScript.json
1 parent a9cedbd commit 8c5d24d

File tree

1 file changed

+3
-33
lines changed

1 file changed

+3
-33
lines changed

views/website/libraries/34-GDScript.json

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,11 @@
11
{
2-
// Language name (unique)
32
"name": "GDScript",
4-
5-
// Unique identifier that will be used as a CSS class
6-
// for this language (only valid CSS class names).
73
"uniqueClass": "gdscript",
8-
9-
// The language icon, SVG format preferred, should be placed
10-
// in /img directory.
114
"image": "/img/34.svg",
12-
13-
// The color of header that displays the name of the language
14-
// and the icon. This is a valid CSS color definition.
155
"bgColor": "rgb(71, 140, 191)",
16-
17-
// An array of libraries for this language.
186
"libs": [
197
{
20-
// In case the library suffered from a vulnerability, the
21-
// minimum version in which the vuln was fixed must be
22-
// listed here. Optional (can be null).
23-
"minimumVersion": "1.4", // or null
24-
25-
// Supported features, true for supported,
26-
// false for not supported.
8+
"minimumVersion": "1.5",
279
"support": {
2810
"sign": true,
2911
"verify": true,
@@ -48,22 +30,10 @@
4830
"ps512": false,
4931
"eddsa": false
5032
},
51-
52-
// Author URL, can be GitHub profile, personal page
53-
// company page, etc. Can be null.
54-
"authorUrl": "https://github.com/fenix-hub", // or null
55-
56-
// Author name.
33+
"authorUrl": "https://github.com/fenix-hub",
5734
"authorName": "fenix-hub",
58-
59-
// For the star count, this is the GitHub repository path,
60-
// (usually user/repo). Can be null (no star count shown).
61-
"gitHubRepoPath": "fenix-hub/godot-engine.jwt", // or null
62-
63-
// URL for source code.
35+
"gitHubRepoPath": "fenix-hub/godot-engine.jwt",
6436
"repoUrl": "https://github.com/fenix-hub/godot-engine.jwt",
65-
66-
// Install command, can be HTML or plain text.
6737
"installCommandHtml": "git clone https://github.com/fenix-hub/godot-engine.jwt"
6838
}
6939
]

0 commit comments

Comments
 (0)