Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrevarandas/godot-4-rpg-tutorial

Following along HeartBeast series, but for Godot 4
https://github.com/andrevarandas/godot-4-rpg-tutorial

godot godot-4-rpg-tutorial heartbeast

Last synced: about 2 months ago
JSON representation

Following along HeartBeast series, but for Godot 4

Awesome Lists containing this project

README

        

# Godot-4-rpg-tutorial

Following along HeartBeast series, but adapting along the way for [Godot 4](https://godotengine.org/).

You can follow the free tutorial series online made for Godot 3.2 [on HeartBeast YouTube channel](https://www.youtube.com/watch?v=mAbG8Oi-SvQ&list=PL9FzW-m48fn2SlrW0KoLT4n5egNdX-W9a).

![image](https://user-images.githubusercontent.com/11405075/222934415-7ead9db8-9884-4008-8e2c-60c5115b05dd.png)

### Done:

**Part 1 to Part 7**

- Fixed camera settings.
- Used CharacterBody2D for player, KinematicBody2D no longer exists.
- Changed player script, velocity is included with CharacterBody2D.
- YSort replaced with custom script.
- Auto tiles using the new tilemap / tileset system.

---

### Upcoming:

P8:

...