Created Graphics System (markdown)
@@ -0,0 +1,11 @@
|
||||
The graphics system is designed to be resource-efficient. It's made up of the following files:
|
||||
|
||||
* [surface_manager.hpp](https://github.com/Ratstail91/Tortuga/blob/master/client/surface_manager.hpp)
|
||||
* [surface_manager.cpp](https://github.com/Ratstail91/Tortuga/blob/master/client/surface_manager.cpp)
|
||||
* [image.hpp](https://github.com/Ratstail91/Tortuga/blob/master/client/image.hpp)
|
||||
* [image.cpp](https://github.com/Ratstail91/Tortuga/blob/master/client/image.cpp)
|
||||
* [sprite_sheet.hpp](https://github.com/Ratstail91/Tortuga/blob/master/client/sprite_sheet.hpp)
|
||||
* [sprite_sheet.cpp](https://github.com/Ratstail91/Tortuga/blob/master/client/sprite_sheet.cpp)
|
||||
|
||||
## Breakdown
|
||||
|
||||
Reference in New Issue
Block a user