Platform2D's icon

Platform2D 1.2 2D Tools 3.0.4 Community

Submitted by user RodZilla; MIT; 2019-01-14

Platform2d is a plugin for Godot that provides two new classes that can be used to create levels for 2D platformer games.

ThinPlatform is a simple platform that is drawn along a curve using user defined textures.

ThickPlatform is defined by a closed curve and drawn using fill and edge textures.

Both classes inherit from StaticBody2d and generate their collision shapes automatically. They also have a "Moving Platform" option that, if set, will automatically update the platform's constant linear velocity when the platform is moving.

The platform aspects can be saved and applied to new platforms using the "Materials" drop-down list.

Changelog:
- v0.1: initial release
- v0.2: fixed for Godot 2.2, updated the user interface
- v1.0: added edge textures for the top border of ThickPlatforms, a sample texture set (Simple Grass, inpired from Kenney's assets & tutorials) and undo/redo handling
- v1.1: bug fixes and optimizations
- v1.2: updated for Godot 3.0.x


View files Download Submit an issue Recent Edits