Recent snippets

TileData color batch edit
jil-hue
Tool for quickly replacing colors in a monochrome TileSet Godot 4.4 Colors tool tilemaplayer
In-editor tool Texture2D into colors palette
jil-hue
Use this in editor to get a dictionary with all colors in a Texture2D and their amount. Godot 4.4 GDScript Colors tool
Screenshot without freezing (more complex solution)
darkcanopy
An even more complex screenshot function that avoids the pipeline stall of get_texture.get_image() Godot 4.4 GDScript
2D Platformer Character Controller
PapaPandaGames
The controller contains the following features: short jumps, double jumps, coyote time and jump buffer Godot 4.4 GDScript 2d platformer controller
Resource Deferred Loader
Casual Garage Coder
A script to dynamically load resources in background Godot 4.4 GDScript resource management
Easy Sound Effects
Gamma
A simple node + resource to play sound effects from code Godot 4.4 GDScript audiostreamplayer sfx sound effects
Basic Flocking (GPU Version)
Casual Garage Coder
Flocks of boids with basic behavior with basic obstacle avoidance Godot 4.4 GDScript behavior boids flock compute shader