2D

Showing 264 of 287 results
Page22 of 24
PinchPanCamera 2D hero image

PinchPanCamera 2D

by divirad

FREE

Godot Plugin for a touchscreen optimized camera control system for common 2D top-down strategy games. (Works also with mouse when "Emulate Touch with Mouse" is enabled)

BoxAspectContainer hero image

BoxAspectContainer

by pineapple

FREE

BoxAspectContainer is a Godot plugin implementing a custom Container class. It is similar to the built-in BoxContainer class, but it provides many more configuration options, and it allows preserving the aspect ratio of child controls when scaling them to fit.

Identicons 2D hero image

Identicons 2D

by xyztwt

FREE

Adds an Identicon node to draw 9-patch identicons.

Projectiles2D 2D hero image

Projectiles2D 2D

by lisekgagatek

FREE

Simple 2D bullets/projectiles system, similar to ones seen in games such as Enter the Gungeon, The Textorcist, or other "lighter" bullethell game, created with fast prototyping and ease of game content creation as a top priority. Bullet patterns can be created and modified with dedicated editor. For more information, as well as demo project, visit official repository on gitlab: https://gitlab.com/Fluffeu/godot-projectiles-plugin

Godot Level Editor 2D (GLE2D) 2D hero image

Godot Level Editor 2D (GLE2D) 2D

by crossbow

FREE

This tool allows the user to create maps and manage resources to help with level design task, providing a useful dock with the resources to drag and drop easily.

QR Code 2D hero image

QR Code 2D

by iceflower

FREE

QR Code generation either with the `QRCodeRect` node or use the encoding result of the `QRCode` class. For more see https://kenyoni-software.github.io/godot-addons/addons/qr_code/.

Tiled Map Importer - Latest Fork 2D hero image

Tiled Map Importer - Latest Fork 2D

by jakes1403

FREE

A fork to add more features to the unmaintained Tiled Map Importer repository. Import TileMaps from the Tiled Map Editor (http://mapeditor.org). This imports maps as a Godot scene. For Godot 3.x More info at: https://github.com/jakes1403/godot-tiled-importer-improvements Fork Additions: * Tile animations. * Per-layer z index support. * Custom material support. Original Features: * Import Tiled file as a Godot scene. Each layer in Tiled is a TileMap in Godot. * Import TileSets from Tiled stand...

Controllers Icons Local Multiplayer hero image

Controllers Icons Local Multiplayer

by matseuu

FREE

Provides icons for most popular controllers and keyboard, this support up to 8 players to show different icons for each player. Based on "Controller Icons" Addon

TileMap Brush 2D hero image

TileMap Brush 2D

by vitmush

FREE

Provides editor's brush drawing functionality over TileMap How to use it: 0. Install, and activate plugin 1. Add new child node to scene tree - called TileMapBrush 2. Configure 'Script Variables' in inspector: * Draw/Erase Size (1 is default, and equals to 1 tile) * Draw/Erase Brush Type 3. Now, in editor - press 'Left Mouse Button' to draw, 'Right Mouse Button' to erase Known issues: 1. There's no UndoRedo for what you draw with brush - it supposed to be original TileMap workflow; but seems ...

GPU Tilemap 2D hero image

GPU Tilemap 2D

by fabianlc

FREE

This an alternative to the built in tilemap node for games that don't need all of it's features or need better performance when drawing a lot of tiles, the tilemap is rendered with a shader and performance depends on the resolution and the GPU, so the amount of tiles on the screen doesn't affect performance. How to use: https://github.com/MightyPrinny/godot-gputilemap/wiki Features: -The editor supports basic things such as undo/redo, paint, erase and has a rectangle selection tool, brushes a...

Pixelart Preset 2D hero image

Pixelart Preset 2D

by mrkdji

FREE

Configures project settings for pixel art games when enabled.

Finite State Machine hero image

Finite State Machine

by mechpensketch

FREE

A plugin with FSM and its component State and Transitions as Nodes.