Aaron Franke 814909538f Update projects to Godot 3.3 | преди 4 години | |
---|---|---|
.. | ||
audio | преди 5 години | |
background | преди 4 години | |
coin | преди 3 години | |
enemy | преди 4 години | |
platform | преди 4 години | |
player | преди 3 години | |
screenshots | преди 4 години | |
README.md | преди 4 години | |
Stage.tscn | преди 4 години | |
Tileset.tres | преди 4 години | |
TilesetEdit.tscn | преди 4 години | |
icon.png | преди 4 години | |
icon.png.import | преди 5 години | |
project.godot | преди 3 години | |
tiles_demo.png | преди 4 години | |
tiles_demo.png.import | преди 4 години |
This demo uses RigidBody2D
for the player and enemies.
These character controllers are more powerful than
KinematicBody2D
,
but can be more difficult to handle, as they require
manual modification of the RigidBody velocity.
Language: GDScript
Renderer: GLES 3 (particles are not available in GLES 2)
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/119
The player and enemies use dynamic character
controllers for movement, made with
RigidBody2D
,
which means that they can perfectly interact with physics
(there is a see-saw, and you can even ride enemies).
Because of this, all movement must be done in sync with
the physics engine, inside of _integrate_forces()
.
"Pompy" by Hubert Lamontagne (madbr) https://soundcloud.com/madbr/pompy