Recent snippets
2D Maze Generator
Casual Garage Coder
Generates data for a simple 2D Maze made of squares.
Easy Font Size Scaler
greenpixels
An autoload script that adds an easy adds dynamic scaling to all text in your project
Screenshot without freezing (more complex solution)
darkcanopy
An even more complex screenshot function that avoids the pipeline stall of get_texture.get_image()
Small Terrain Generator
Casual Garage Coder
A script to generate terrain data, a shader to render it.
TileData color batch edit
jil-hue
Tool for quickly replacing colors in a monochrome TileSet
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.
2D Platformer Character Controller
PapaPandaGames
The controller contains the following features: short jumps, double jumps, coyote time and jump buffer
Resource Deferred Loader
Casual Garage Coder
A script to dynamically load resources in background
Easy Sound Effects
Gamma
A simple node + resource to play sound effects from code
Basic Flocking (GPU Version)
Casual Garage Coder
Flocks of boids with basic behavior with basic obstacle avoidance
