2D

Showing 48 of 289 results
Page4 of 25
Point2D 2D hero image

Point2D 2D

by mainman002

FREE

Point light using a gradient texture & colors for scene lighting This custom tool script is used to generate a complete 2D point light setup Features Include: * Adjust light settings in an organized inspector layout * Select gradient shape for linear, circle, and square * Color presets to quickly select gradient colors * Invert gradient colors Made by: * TnT Gamez LLC * Johnathan Mueller

Max Size Container 2D hero image

Max Size Container 2D

by mattuv

FREE

A custom Container node for Godot Egine 3.x, to limit the size of children nodes. All Control nodes have a rect_min_size property, but they lack the rect_max_size. The MaxSizeContainer aims at solving this issue. To be limited in size, a Control node must be child of a MaxSizeContainer. INSTRUCTIONS: - From the editor, press Add a new node, and select MaxSizeContainer. Note: to add the Container from script, you must use this code: var MaxSizeContainer = preload("res://addons/MaxSizeContainer...

Trail2D 2D hero image

Trail2D 2D

by gabbinetto

FREE

A custom 2D node that creates a trail. Is it something you could code in 5 minutes? Yes, but I made this to save those precious 5 minutes.

Radial Menu Control 2D hero image

Radial Menu Control 2D

by jesuisse

FREE

Provides a radial menu control node for Godot Engine 4.3 (aka a "pie menu") with support for submenus. It supports keyboard, mouse and gamepad input. The look of the control is highly configurable using exported properties and themes. There is a live demo at https://www.phar.ch/2024/godot-radial-menu-demo/RadialMenu.html

Gravity Bodies 2D hero image

Gravity Bodies 2D

by harvzor

FREE

A plugin/addon for Godot which adds support for fairly realistic point gravity physics (currently only in 2D).

LDtk Importer 2D hero image

LDtk Importer 2D

by gleeson

FREE

The most fully-featured, up-to-date LDtk Importer Plugin for Godot 4. Leverage LDTk's powerful editor to quickly create your own 2D levels and maps. - Imports `.ldtk` files into Scenes to use in your project. - Fast, automatically reloads on saved changes. - Use Post-Import scripts to customise the resulting scene More extensive documentation can be found on Github.

Rapier Physics 2D - Slower Version with Cross Platform Deterministic 2D hero image

Rapier Physics 2D - Slower Version with Cross Platform Deterministic 2D

by ughuuu

FREE

A 2D drop-in replacement for the Godot engine that adds stability and fluids. This version is cross platform deterministic This version does NOT have: - SIMD (Single instruction, multiple data) operations for even faster performance - parallel solving. This version is more an advanced version and it's not for normal use cases.

Simple Touch Joystick 2D hero image

Simple Touch Joystick 2D

by abdulroufsidhu

FREE

simplest functioning touch joystick with the flexibility of actions and signals.

NinePatchContainer 2D hero image

NinePatchContainer 2D

by realitystop

FREE

A custom Godot container that provides enhanced nine-patch functionality with support for customizable background, frame, and content margins.

2D Controls Toolkit hero image

2D Controls Toolkit

by cianci

FREE

2D Controls plugin For Godot 4.3: Includes: * Side-Scrolling Controller * Top-Down Controller

TileMap Merger 2D hero image

TileMap Merger 2D

by airreader

FREE

This tool allows you to merge multiple tile maps. # Features * Merge: Pasting TileMap data onto another TileMap data is possible. * Rotate: Rotating isometric tilemaps is supported. ** Only support diamond down isometric TileMap * Snap: Snapping to a specified size is available.

Scaling CanvasLayer 2D hero image

Scaling CanvasLayer 2D

by nyanginator

FREE

This Godot plugin provides a custom CanvasLayer that scales the viewport contents to always cover the full window with no black bars, no content reveal, and no distortions. Child CanvasItem nodes (i.e., UI) can also be scaled, independently of the content.