Haydenmango Posted May 13 Posted May 13 I can't seem to find how to change World Size through code, is this not possible with Leadwerks 4? Specifically the "Size" field under Root in the scene tree. It defaults to 1024 and I'd like to set it to 2048 but I can only do that through the editor it seems. I'm trying to create my project without using Maps and this is one of the last things that seems to be holding me up. If there is no way to do this through code I guess I can use a blank map with just the size setting. Quote Check out my game Rogue Snowboarding- https://haydenmango.itch.io/roguesnowboarding
Solution Josh Posted May 17 Solution Posted May 17 Hi, in Leadwerks 4 the World class has a SetSize() method, but it is only available in C++, not in Lua. 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.