Storyscreen: added getter for floating image filename

This commit is contained in:
Charles Dang 2017-03-28 13:23:40 +11:00
parent 1c1caffe52
commit bf8398692f

View file

@ -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().