https://github.com/sm0kesout/gdscript-player-controller
A Godot player controller with sprint and jump function.
https://github.com/sm0kesout/gdscript-player-controller
gdscript godot godot-engine godot4 player-controller
Last synced: 2 months ago
JSON representation
A Godot player controller with sprint and jump function.
- Host: GitHub
- URL: https://github.com/sm0kesout/gdscript-player-controller
- Owner: Sm0kEsOut
- License: mit
- Created: 2025-02-11T08:10:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T08:27:48.000Z (4 months ago)
- Last Synced: 2025-04-05T23:13:52.695Z (2 months ago)
- Topics: gdscript, godot, godot-engine, godot4, player-controller
- Language: GDScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Step 1: Create a CharacterBody3D in your world.
Step 2: Right click and attach the script to your CharacterBody3D