adjust pre tag

This commit is contained in:
ohsqueezy 2022-07-23 19:34:11 -04:00
parent 6956688430
commit a3fba9c38a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,6 @@
SPACE BOX
=========
<pre>
/\ +------------------------------------------------------------+
____/ \____ /| zlib/MIT/Unlicenced game framework licensed to freely use, |
@ -9,8 +10,7 @@ SPACE BOX
| ~~~~~~~~~~~~ | +------------------------------------------------------------+
| SPACE ~~~~~ | /
| ~~~~~~~ BOX |/
+--------------+
</pre>
+--------------+ </pre>
[SPACE BOX] is a C++ framework that facilitates the creation of SDL + OpenGL projects through the use of generic objects that can be used and extended by the programmer. It focuses on game projects but its usefulness is not limited to games.