Storyscreen: added getter for floating image filename
This commit is contained in:
parent
1c1caffe52
commit
bf8398692f
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,11 @@ public:
|
|||
return *this;
|
||||
}
|
||||
|
||||
std::string file() const
|
||||
{
|
||||
return file_;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the referential X coordinate of the image.
|
||||
* The actual (corrected) value is determined at render time - see get_render_input().
|
||||
|
|
Loading…
Add table
Reference in a new issue