2D

Showing 216 of 287 results
Page18 of 24
VectorizeImage 2D hero image

VectorizeImage 2D

by unn47ur411y

FREE

VectorizeImage is a lightweight Godot editor plugin for converting 2D raster textures into vector-style meshes directly in the editor. Choose between Random, Edge, or Segment-based generation modes, tweak visual parameters like edge thresholds and dot spacing. The plugin outputs editable 2D meshes you can use in your game scenes — perfect for stylized visuals or abstract effects.

Antialiased Line2D - Better antialiasing for 2D line/polygon/circle drawing hero image

Antialiased Line2D - Better antialiasing for 2D line/polygon/circle drawing

by calinou

FREE

This add-on provides higher-quality, more portable antialiased Line2D drawing compared to the default Godot implementation. Features: - Supports opaque and translucent Line2Ds with any joint and cap type (including multiple overlapping Line2Ds). - Supports lines of any width (constant or variable over a curve). - Lines with a thickness greater than 256 pixels may appear slightly blurry, but will still render correctly. - Features an AntialiasedPolygon2D helper node to draw 2D antialiased poly...

.nw Level Importer 2D hero image

.nw Level Importer 2D

by irxzirox

FREE

This addon allows you to import .nw level files used by the Graal Online game engine and use them in Godot as a TileMap object. Current features include: - Import a .nw level as a TileMap - Load NPCs as Sprite2D objects. If the image is invalid or missing from your project, warnings will be shown. - Select tileset when importing the level using two different presets: -- Default = creates a TileSet resource from a provided .png image -- Godot Tilemap = uses a provided TileSet for the level Pla...

Wayfarer Framework 2D hero image

Wayfarer Framework 2D

by pixelpilgrimstudios

FREE

A modular, production-ready 2D game framework for Godot 4, built by Pixel Pilgrim Studios. Wayfarer gives you everything you need to start shipping clean, cross-platform 2D games with: Scene transitions, splash screen, and menu flow Audio manager + volume controls Localization system (with language editor!) Developer console + runtime commands Touch controls for mobile Pause menu + options Command line flags (like `--skip-splash`) Full source code, MIT-licensed What You Get Full Godot 4.4+ pr...

ScrollingCounter 2D hero image

ScrollingCounter 2D

by corpsinhere

FREE

An animated widget which displays points by scrolling like an odometer. • Simple to use: one gdscript (and one default digit image) • Counter will resize to fit a custom digit image • Supports negative numbers • Scrolls at any speed - too fast --> fake counting: larger digits count while smaller just spin • Count by point (e.g. 10 points/sec) or by chunk (e.g. 105 or 3200 will be counted in same amount of time) • See a demo here: https://corpsinhere.itch.io/scrollingcounter

IO Method 2D hero image

IO Method 2D

by blazethestar

FREE

An input/output system to easily connect the signals of objects in a level, like a button pressed to door open. * Create interactions between objects more easily by using the ui. * Have precise control over the interactions by using the included and-gate, or-gate, and not-gate. * Create complex interactions by combining logic with your own code.

Toki Pona RichTextLabel 2D hero image

Toki Pona RichTextLabel 2D

by wawaboopboop

FREE

A custom RichTextLabel Node which translates toki pona words written in regular text (standard latin characters) into sitelen pona glyphs. The glyphs in the font used are mapped to characters which do not appear in toki pona text, so the translation turns each word into one of those characters, which then appears as the sitelen pona glyph from the font.

2D Action Compute Resource hero image

2D Action Compute Resource

by kijoushihona

FREE

There are resources for calculating the movement of characters in 2D action games.

SplitScreen2D 2D hero image

SplitScreen2D 2D

by sscovil

FREE

Easily add a split-screen interface to your 2D game in Godot, with support for up to 8 players.

Field of View hero image

Field of View

by luisboch

FREE

Node that allow use of "view area", can be used with IA to identify enemy, used with security camera etc, check the Demo (Demo.tscn and Camera.tscn under demo folder).

A Star 2D Grid Node hero image

A Star 2D Grid Node

by firemanarg

FREE

A simple implementation for the abstract class AStar2DGrid, used for a better performance pathfinding.

AspectRatioResizeContainer hero image

AspectRatioResizeContainer

by iceflower

FREE

The AspectRatioContainer allows his own size to be smaller than the children, which causes neighboring UI elements to be covered. This new node type will extend the existing AspectRatioContainer and update it's own minimum size based on the children. This works except for STRETCH_MODE_COVER. You are also not able to use the property custom_minimum_size anymore as it is used to set the minimum size. For more see https://kenyoni-software.github.io/godot-addons/addons/aspect_ratio_resize_contain...