A Sprite that displays a bitmap image.
Definition at line 213 of file ge211_sprites.hxx.
Public Member Functions | |
Image_sprite (std::string const &filename) | |
Constructs an image sprite, given the filename of the image to display. More... | |
|
explicit |
Constructs an image sprite, given the filename of the image to display.
The image must be saved in the project's Resources/
directory. Many image formats are supported, including JPEG, PNG, GIF, BMP, etc.
Definition at line 197 of file ge211_sprites.cxx.