~~ GODOT NEWS ~~
~~ RESOURCES ~~

Game UI Database 2.0
The ultimate interface reference Tool for game designers. Explore over 1,300 games, and 55,000 UI screenshots and videos, and filter by screen category, animation, colour, material, layout, texture, shapes, patterns, genre and more!

Cables.gl is a tool for creating beautiful interactive content. With an easy to navigate interface and real time visuals, it allows for rapid prototyping and fast adjustments.
Not sure how it can help with making games in Godot, but perhaps someone will have an idea :-)
~~ PRO TIPS ~~
Here's a tip on how to quickly count the number of lines of code in a Godot project using the open source tool "cloc"
Did you know that the #godotengine BoxContainer, parent of VBoxContainer and HBoxContainer, can be used to switch between the two container layout modes on-the-fly? It makes supporting both portrait and landscape orientations on mobile a breeze!
~~ TUTORIALS ~~
This (paid) procedural dungeon generator for Godot 4+ with project + tutorial that will allow you to create procedural dungeons using only prefabs, no matter the size difference between them. No need for a grid.

Godot 4.3 introduces a new Parallax2D Node, allowing for improved 2D parallax effects. Here's how to use it!
How to use Control nodes and make Node 2Ds react to screen changes in Godot Engine without writing any code.
