From 2fbb0b0d4e8463ee19f8c13000fb0d37cf236f52 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 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c375d4d..f7194d4 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🌠         |
+✨\          /  / |  copy, and modify. Created for dank.game             |
 +--\   .  . /--+  |                                                      |
-| ~/    οΈΆ  \πŸ‘|  |  🌐 https://open.shampoo.ooo/shampoo/spacebox        |
-| ~~~🌊~~~~🌊~ |  +------------------------------------------------------+
-| SPACE πŸͺπŸ…± OX | /
-| 🌊 ~ ~~~~ ~~ |/
-+-------------*/   
+| ~/ οΈΆ πŸ‘ | | 🌐 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.