Releases: ndee85/godot_tutorial_series
Releases · ndee85/godot_tutorial_series
Tutorial 10
Here you can find the final result of Tutorial 10.
Topics:
- create a resolution indepent viewport zoom
- add touch buttons for controlling our character
Video Tutorial
Tutorial 09
Here you can find the final result of Tutorial 09.
Topics:
- hook up the animated gbot with our scripted character
Video Tutorial
Tutorial 08
Here you can find the final result of Tutorial 08.
Topics:
- starting to animate in godot
- create a run animation
- create an idle animation
- create a jump up and down animation
Tutorial 07
Here you can find the final result of Tutorial 07.
Topics:
- setting up the gbot sprites
- setting up the node hierarchy to create a flexible rig
- finally setting up a bone system which we will use for animation later
Tutorial 06
Here you can find the final result of Tutorial 06.
Topics:
- We discuss godots scene system and godots resources system
Tutorial 05
Here you can find the final result of Tutorial 05.
Topics:
- Setting up a statemachine for our character
- adding left/right rotation depending on the move direction
- adding a double jump behavior
Tutorial 04
Here you can find the final result of Tutorial 04.
Topics:
- refining movement of our character
- adding acceleration
- adding ground detection and jump behavior
Tutorial 03
Here you can find the final result of Tutorial 02.
Topics:
- Setting up a basic Character Movement script
- left/right movement
Tutorial 02
Here you can find the final result of Tutorial 02.
Topics:
- Setting up a basic node
- make physics affect the node
- add collision detection