blob: dd44dd9e75cece5423fa0fe795049bf0615a99fe (
plain)
1
2
3
4
5
6
|
#include "Text.h"
using namespace crepe;
Text::Text(game_object_id_t id,const vec2 & dimensions, const vec2 & offset, const Asset & font) : UIObject(id,dimensions,offset),source(font){}
|