//////////////////////// \brief Set position of TextObject \param pos New position ////////////////////////
| 62 | /// \param pos New position |
| 63 | ///////////////////////////// |
| 64 | inline void SetPos(vector2i_t pos){ |
| 65 | this->pos = pos; |
| 66 | } |
| 67 | |
| 68 | ///////////////////////////// |
| 69 | /// \brief Set colour of TextObject |