mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-27 16:22:09 +00:00
Handling ready buttons
This commit is contained in:
@@ -38,6 +38,7 @@ namespace RAY {
|
||||
return *this;
|
||||
this->_texture = this->_texturesCache.fetch(filename);
|
||||
this->_resourcePath = filename;
|
||||
this->_dimensions = Vector2(this->_texture->width, this->_texture->height);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user