Skip to content

Commit

Permalink
add teleport editor, building charts & exml2lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni009 committed Mar 18, 2024
1 parent fa678e1 commit beffd95
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
Binary file added public/assets/img/building-charts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/exml_lua.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/teleport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions template/data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,51 @@
"url": "https://github.com/NMSCD/Image-Compressor"
}
]
},
{
"title": "Teleport Editor",
"description": "Add, remove and edit teleport endpoints in your save data.",
"imageUrl": "/assets/img/teleport.png",
"links": [
{
"title": "View project website",
"url": "https://nmscd.com/NMS-Teleport-Editor/"
},
{
"title": "View repository",
"url": "https://github.com/NMSCD/NMS-Teleport-Editor"
}
]
},
{
"title": "Building Charts",
"description": "Visualise data about your base part counts.",
"imageUrl": "/assets/img/building-charts.png",
"links": [
{
"title": "View project website",
"url": "https://nmscd.com/Building-Charts/"
},
{
"title": "View repository",
"url": "https://github.com/NMSCD/Building-Charts"
}
]
},
{
"title": "exml_2_lua",
"description": "Convert EXML files to lua tables and vice versa.",
"imageUrl": "/assets/img/exml_lua.png",
"links": [
{
"title": "View project website",
"url": "https://nmscd.com/Building-Charts/"
},
{
"title": "View repository",
"url": "https://github.com/roie-r/exml_2_lua"
}
]
}
]
}

0 comments on commit beffd95

Please sign in to comment.