Dreikblack Posted May 20 Posted May 20 At least size for sure Quote Check out Slipgate Tactics demo, which is made with Ultra Engine: https://www.leadwerks.com/community/topic/61480-slipgate-tactics-demo/
Solution Josh Posted May 22 Solution Posted May 22 I added these into the Lua class binding code, but the update won't go out until next week. "text", sol::property([](Tile& t) { return std::string(t.text.ToUtf8String()) }), "position", sol::property([](Tile& t) { return t.position; }), "rotation", sol::property([](Tile& t) { return t.rotation; }), "scale", sol::property([](Tile& t) { return t.scale; }), "material", sol::property([](Tile& t) { return t.material; }), 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.