From 1d51802fa586fe5f4c15a58390417526be0efe98 Mon Sep 17 00:00:00 2001 From: frank Date: Wed, 3 Apr 2024 13:08:49 -0400 Subject: [PATCH] use code block formatting for ascii art --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c375d4d..96d7b95 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,17 @@ SPACE🪐BOX ![logo](icon/static.png) -
-       /* ✨      +------------------------------------------------------+
-  ____/  \____ ✨/|  Open source game framework licensed to freely use,  |
-✨\          /  / |  copy, and modify. Created for 🌠dank.game🌠         |
-+--\   .  . /--+  |                                                      |
-| ~/    ︶  \👍|  |  🌐 https://open.shampoo.ooo/shampoo/spacebox        |
-| ~~~🌊~~~~🌊~ |  +------------------------------------------------------+
-| SPACE 🪐🅱 OX | /
-| 🌊 ~ ~~~~ ~~ |/
-+-------------*/   
+``` + /* +-----------------------------------------------------+ + ____/ \____ /| Open source game framework licensed to freely use, | + \ / / | copy, and modify. Created for dank.game | ++--\ . . /--+ | | +| ~/ ︶ \ | | 🌐 https://open.shampoo.ooo/shampoo/spacebox | +| ~~~~ ~~~~ ~~ | +-----------------------------------------------------+ +| ~~~~~ ~ ~~~~ | / 🌊 S P A C E 🪐 🅱 O X 💫 +| ~~ ~ ~~~~ ~~ |/ ++-------------*/ +``` *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.