![]() |
Gamedev Framework (gf)
0.10.0
A C++14 framework for 2D games
|
A reference to an image. More...
#include <gf/Tmx.h>
Public Attributes | |
std::string | format |
The format of the image. More... | |
Path | source |
The path to the image. More... | |
Color4u | transparent |
The transparent color. More... | |
Vector2u | size |
The size of the image. More... | |
A reference to an image.
std::string gf::TmxImage::format |
The format of the image.
Vector2u gf::TmxImage::size |
The size of the image.
Path gf::TmxImage::source |
The path to the image.
Color4u gf::TmxImage::transparent |
The transparent color.