Skip to content

Commit be1a0a3

Browse files
committed
added editor link
added editor link
1 parent 2a8d210 commit be1a0a3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@
1212
"text": "CTR-ModSDK is a powerful modding toolkit that allows to write custom C code for the game, compile it using modern GCC toolchain and debug it in PCSX-Redux in real time.",
1313
"lang": "C, Python",
1414
"link": "https://github.com/CTR-tools/CTR-ModSDK"
15-
},
15+
},
16+
{
17+
"id": "repo_cpp_editor",
18+
"title": "CrashTeamEditor",
19+
"text": "Allows to improt an OBJ file and edit most essential game specific data.",
20+
"lang": "C++",
21+
"link": "https://github.com/mateusfavarin/CrashTeamEditor"
22+
},
1623
{
1724
"id": "repo_blender",
1825
"title": "io_ctr_tools",
@@ -21,7 +28,7 @@
2128
"link": "https://github.com/CTR-tools/io_ctr_tools"
2229
},
2330
{
24-
"id": "repo_editor",
31+
"id": "repo_unity_editor",
2532
"title": "CTR-LevEdit",
2633
"text": "Unity based project, so far able to load CTR levels. Hopefully more in the future.",
2734
"lang": "C#",

0 commit comments

Comments
 (0)