diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-23 22:30:40 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-23 22:30:55 +0700 |
commit | 7e4325ed5d1f3777fc19e1ebb2f6fad2fb7c1182 (patch) | |
tree | 2076c30da37a1f63b3b01f90fc9d10d9585c0a43 /content/projects/axuy.md | |
parent | 2f7bf859ff144e629be0868384a6c9a73270e1b5 (diff) | |
download | blog-7e4325ed5d1f3777fc19e1ebb2f6fad2fb7c1182.tar.gz |
Rename works folder to projects for generalization
Diffstat (limited to 'content/projects/axuy.md')
-rw-r--r-- | content/projects/axuy.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/content/projects/axuy.md b/content/projects/axuy.md new file mode 100644 index 0000000..d01393c --- /dev/null +++ b/content/projects/axuy.md @@ -0,0 +1,22 @@ +--- +title: Axuy +language: en +translationKey: works-axuy +disable_feed: true +layout: project +name: Axuy +author: cnx +authorURL: https://cnx.srht.site +projectURL: https://sr.ht/~cnx/axuy/ +projectStatus: stagnant +--- + +I added face culling and added texture to the 3D shooting game *axuy* by +[McSinyx][cnx]. + +<picture> + <source srcset="/images/axuy.webp" type="image/webp"> + <img alt="axuy" src="/images/axuy.png"> +</picture> + +[cnx]: https://cnx.srht.site/ |