Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | há 9 meses atrás | |
---|---|---|
.. | ||
models | há 9 meses atrás | |
player | há 1 ano atrás | |
screenshots | há 1 ano atrás | |
README.md | há 1 ano atrás | |
cubelib.tres | há 1 ano atrás | |
default_env.tres | há 1 ano atrás | |
icon.webp | há 1 ano atrás | |
icon.webp.import | há 1 ano atrás | |
level.tscn | há 1 ano atrás | |
project.godot | há 9 meses atrás |
Kinematic character demo for 3D using a cube for the character. This is similar to the 3D platformer demo.
Language: GDScript
Renderer: GLES 3
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/126
This demo uses a KinematicBody
for the player, and StaticBody
for the level. Each has colliders, the player moves itself via
move_and_slide()
in _physics_process()
, and collides with the level.