Ep4.1 - Godot 4 Building Blocks - 2D Platformer Tutorial
This episode: Episode 4 - Player Scene - Part 1 (of 4)
CharacterBody2D, Stats
Episode 4.1 Chapters
00:00 Intro
00:49 Player Scene
01:06 Player Properties
01:46 PlayerStats Scene
02:14 CharacterBody2D
02:59 Player Script
05:24 PlayerStats Script
06:34 What's next?
Here are the webpages and links mentioned in this episode:
https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_exports.html
https://docs.godotengine.org/en/stable/classes/class_characterbody2d.html
https://docs.godotengine.org/en/stable/tutorials/physics/using_character_body_2d.html
https://docs.godotengine.org/en/stable/getting_started/step_by_step/signals.html
This project was originally written in Godot 3.5 but was recently migrated to use Godot 4 specifically for this series. It uses the built-in GDScript language.