Edit of asset "Platform2D" Accepted

Old/Current New/Edit
Title Platform2D 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.
Category 2D Tools 2D Tools
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/RodZill4/godot-platform2d https://github.com/RodZill4/godot-platform2d
Issues Url https://github.com/RodZill4/godot-platform2d/issues https://github.com/RodZill4/godot-platform2d/issues
Godot version Godot 3.0.4
Version String 1.2 0.1
Download Commit v1.2 v0.1
Download Url (Computed) https://github.com/RodZill4/godot-platform2d/archive/v1.2.zip https://github.com/RodZill4/godot-platform2d/archive/v0.1.zip
Icon Url https://raw.githubusercontent.com/RodZill4/godot-platform2d/master/icon.png
http://rodzilla.free.fr/godot_platform2d.png
Preview Insert
Type video
Image/Video URL https://www.youtube.com/watch?v=EOcUFtwF1Cg
Thumbnail http://rodzilla.free.fr/platform2d_video_thumbnail.png