spimort / TerraBrush

MIT License
645 stars 23 forks source link

Scaling of textures #68

Closed HungryCatGames closed 4 months ago

HungryCatGames commented 5 months ago

Some textures work fine, however others need to be scaled down (or up) to fit into the scale of the world. Can there be an option in each texture definition to scale it?

spimort commented 5 months ago

@HungryCatGames Some stuff will have to change to support that but this is definitely doable. I'll flag it as improvement 🙂

spimort commented 4 months ago

This feature should now be part of the version 0.4.3Alpha 🙂

I'll close the issue for now, if you find something else, let me know!

HungryCatGames commented 4 months ago

Thanks! But... I copied the (current) 0.4.5 alpha files into my addons and started the project and got a bunch of errors. I tried a build and it failed to build. Disabled the plugin and tried a build and same issue. Can I not just drag in a new version? I can post the errors if you'd like.

spimort commented 4 months ago

Usually the way it works is that you should remove your current folder for the addon. And then, you copy the new folder into you addon folder.

The next step will always be to recompile using the hammer button.

Also, some people told me that sometimes, Godot like to change the language of the addon to GDscript inside of the plugin edit dialog. Make sure it's still to C# : image

If it does not work, yes please, post the error 🙂