Edit of asset "Platform2D" Accepted

Old/Current New/Edit
Title Platform2D
Description 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
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

Please post bug reports and feature requests on the github page (https://github.com/RodZill4/godot-platform2d/issues)
Category 2D Tools
License MIT
Repository Provider GitHub
Repository Url https://github.com/RodZill4/godot-platform2d
Issues Url https://github.com/RodZill4/godot-platform2d/issues
Godot version Godot 3.0.4
Version String 1.2 1.1
Download Commit v1.2 v1.1
Download Url (Computed) https://github.com/RodZill4/godot-platform2d/archive/v1.2.zip https://github.com/RodZill4/godot-platform2d/archive/v1.1.zip
Icon Url https://raw.githubusercontent.com/RodZill4/godot-platform2d/master/icon.png