Skip to main content

2 posts tagged with "Tutorial"

Posts about tutorials and guides for game development in Godot.

View All Tags

Godot Script Button Feature

· 2 min read
Problem 18 Developer
Problem 18 Developer
Software Engineer, upcoming Game Developer

I discovered a neat little feature in Godot 4.6 (and probably earlier versions). Through a simple toggle, the editor will show a script button next to a scene's title.

Take a look at how to enable it and what it does!

Screenshot of the Godot editor settings showcasing the Show Script Button feature

TextureProgressBar padding issues

· 3 min read
Problem 18 Developer
Problem 18 Developer
Software Engineer, upcoming Game Developer

During development of "I need to go", I struggled with the TextureProgressBar. A particular issue with the progress not filling or depleting correctly according to its value.

You're not alone, let me show you how I fixed it!

Head straight to solution? Feel free!