diff options
author | Indrajith K L | 2022-11-20 19:26:16 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-20 19:26:16 +0530 |
commit | 3ee4b8e6fd37c7b73992deeb01b9f43e745269f5 (patch) | |
tree | 782d289ba8e6e072606863b3fe7c5cb8bc6fc38d /src/posts | |
parent | ded596d68271b3785e4432eeff036fe9a686b141 (diff) | |
download | indrajith-dev-3ee4b8e6fd37c7b73992deeb01b9f43e745269f5.tar.gz indrajith-dev-3ee4b8e6fd37c7b73992deeb01b9f43e745269f5.tar.bz2 indrajith-dev-3ee4b8e6fd37c7b73992deeb01b9f43e745269f5.zip |
Updates Big List of Game Development Tools
* Adds Cover Image
Diffstat (limited to 'src/posts')
-rw-r--r-- | src/posts/big-list-game-dev.njk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/posts/big-list-game-dev.njk b/src/posts/big-list-game-dev.njk index ec418da..7e3579d 100644 --- a/src/posts/big-list-game-dev.njk +++ b/src/posts/big-list-game-dev.njk @@ -6,10 +6,15 @@ date: new Date("27 October 2022"), modified: function() { return (new Date("20 November 2022").toUTCString()) - } + }, + cover: "/images/open-source.jpg" } --- +<p> + <img src="/images/open-source.jpg" width="" alt=""> +</p> + <p>Welcome to the big list (eventually it will be) of always updating bucket of <span class="font-bold">Open Source Game Development Tools</span>. Here you find not only Game Engines but other open source tools and utilities that will help you in developing your dream game/prototypes. |