Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | преди 9 месеца | |
---|---|---|
.. | ||
models | преди 9 месеца | |
player | преди 1 година | |
screenshots | преди 1 година | |
README.md | преди 1 година | |
cubelib.tres | преди 1 година | |
default_env.tres | преди 1 година | |
icon.webp | преди 1 година | |
icon.webp.import | преди 1 година | |
level.tscn | преди 1 година | |
project.godot | преди 9 месеца |
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.