diff options
author | Indrajith K L | 2022-11-17 23:34:06 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-17 23:34:06 +0530 |
commit | 407c2186b52eb96fe128a314431e438c1031ee4c (patch) | |
tree | 1531e412590cbf36b9727308873176f47bb7767e | |
parent | e776c62e6bbaabe5fd1def8394c5497d81d09178 (diff) | |
download | indrajith-dev-407c2186b52eb96fe128a314431e438c1031ee4c.tar.gz indrajith-dev-407c2186b52eb96fe128a314431e438c1031ee4c.tar.bz2 indrajith-dev-407c2186b52eb96fe128a314431e438c1031ee4c.zip |
Adds Microstudio Game Engine
-rw-r--r-- | src/_data/gtools.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_data/gtools.json b/src/_data/gtools.json index 389a5e9..ddc4c56 100644 --- a/src/_data/gtools.json +++ b/src/_data/gtools.json @@ -162,6 +162,13 @@ "os": "Windows, Linux, Mac OS" }, { + "toolName": "microStudio", + "type": "Game Engine", + "graphics": "2D & 3D", + "link": "https://microstudio.dev/", + "os": "Windows, Linux, Mac OS" + }, + { "toolName": "Monogame", "type": "Game Framework", "graphics": "2D & 3D", |