Edit of asset "2D Platformer Demo (KinematicBody)" Accepted

Old/Current New/Edit
Title 2D Platformer Demo (KinematicBody) 2D Platformer Demo (Kinematicbody)
Description This demo is a pixel art 2D platformer with graphics and sound.

It shows you how to code characters and physics-based objects in a real game context. This is a relatively complete demo where the player can jump, walk on slopes, fire bullets, interact with enemies, and more. It contains one closed level, and the player is invincible, unlike the enemies.

You will find most of the demo’s content in the Level.tscn scene. You can open it from the default Game.tscn scene, or double click on Level.tscn in the src/Level/ directory.

Language: GDScript

Renderer: GLES 3 (particles are not available in GLES 2)
This demo implements a simple 2D platformer game, using KinematicBody2D. Collectibles and enemies are present too.
Category Demos Demos
License MIT MIT
Repository Provider Custom Custom
Repository Url https://github.com/godotengine/godot-demo-projects/tree/3.5-9e68af3/2d/platformer https://github.com/godotengine/godot-demo-projects/tree/3.0-219783e/2d/platformer
Issues Url https://github.com/godotengine/godot-demo-projects/issues https://github.com/godotengine/godot-demo-projects/issues
Godot version Godot 3.5 Godot 3.0
Version String 3.5-9e68af3 3.0-219783e
Download Commit https://github.com/godotengine/godot-demo-projects/releases/download/3.5-9e68af3/2d_platformer.zip https://github.com/godotengine/godot-demo-projects/releases/download/3.0-219783e/2d_platformer.zip
Download Url (Computed) https://github.com/godotengine/godot-demo-projects/releases/download/3.5-9e68af3/2d_platformer.zip https://github.com/godotengine/godot-demo-projects/releases/download/3.0-219783e/2d_platformer.zip
Icon Url https://user-images.githubusercontent.com/5276727/35007706-2922edf2-fb03-11e7-9a82-9b27459d007e.png
https://user-images.githubusercontent.com/5276727/35007706-2922edf2-fb03-11e7-9a82-9b27459d007e.png
Preview Insert
Type image
Image/Video URL https://user-images.githubusercontent.com/5276727/35007707-29470a16-fb03-11e7-9665-78dc5365e2e3.png
Thumbnail https://user-images.githubusercontent.com/5276727/35009078-3eee88a4-fb07-11e7-9813-5fb7440e2bfd.png
Preview Insert
Type image
Image/Video URL https://user-images.githubusercontent.com/5276727/35007709-296d3b14-fb03-11e7-9c1a-585487a233e8.png
Thumbnail https://user-images.githubusercontent.com/5276727/35009079-3f137fd8-fb07-11e7-971b-74e427e165b4.png