1
0
mirror of https://github.com/Rogiel/star-map synced 2025-12-05 23:02:50 +00:00

Allows the Minimap entity to return a image resource for further image processing

This commit is contained in:
2016-07-24 00:32:14 -03:00
parent 3e0132c96e
commit df82b56578
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.idea/

View File

@@ -63,6 +63,17 @@ class Minimap {
// ----------------------------------------------------------------------------------------------------------------- // -----------------------------------------------------------------------------------------------------------------
/**
* Gets the image resource
*
* @return resource
*/
public function getImageResource() {
return $this->resource;
}
// -----------------------------------------------------------------------------------------------------------------
/** /**
* @param $data * @param $data
* @param int $return_array * @param int $return_array