use code block formatting for ascii art

This commit is contained in:
ohsqueezy 2024-04-03 13:08:49 -04:00
parent 5fa063ac6f
commit 9337671ef4
1 changed files with 7 additions and 6 deletions

View File

@ -3,16 +3,17 @@ SPACE🪐BOX
![logo](icon/static.png) ![logo](icon/static.png)
<pre> ```
/* ✨ +------------------------------------------------------+ /* ✨ +------------------------------------------------------+
____/ \____ ✨/| Open source game framework licensed to freely use, | ____/ \____ ✨/| Open source game framework licensed to freely use, |
✨\ / / | copy, and modify. Created for 🌠dank.game🌠 | ✨\ / / | copy, and modify. Created for 💫dank.game💫 |
+--\ . . /--+ | | +--\ . . /--+ | |
| ~/ ︶ \👍| | 🌐 https://open.shampoo.ooo/shampoo/spacebox | | ~/ ︶ 👍 | | 🌐 https://open.shampoo.ooo/shampoo/spacebox |
| ~~~🌊~~~~🌊~ | +------------------------------------------------------+ | ~~~🌊 ~~~🌊 | +------------------------------------------------------+
| SPACE 🪐🅱 OX | / | SPACE🪐🅱 OX | /
| 🌊 ~ ~~~~ ~~ |/ | 🌊 ~ ~~~~ ~~ |/
+-------------*/ </pre> +-------------*/
```
*SPACE🪐BOX* is a C++ framework that makes creating cross-platform games and other interactive applications easier and faster by providing an added layer of abstraction between SDL + OpenGL and the project. *SPACE🪐BOX* is a C++ framework that makes creating cross-platform games and other interactive applications easier and faster by providing an added layer of abstraction between SDL + OpenGL and the project.