Make a Basic Top Down Character // E01 // Make a 2D Action & Adventure RPG in Godot 4

Описание к видео Make a Basic Top Down Character // E01 // Make a 2D Action & Adventure RPG in Godot 4

Learn how to make your first 2D action & adventure RPG game in Godot 4!

In this video we are going to start our new project, get a little familiar with Godot 4, and create a simple moving character that we can build our game around. If you are already somewhat familiar with Godot, you may want to jump ahead to the next video, where we will get into the nitty gritty of building a state machine for our player.

Topics Covered: Project Setup, Nodes, Scenes, Sprite2D, GD Script

Asset Download Page: https://michaelgames.itch.io/2d-actio...

Next Video - Make an Action RPG in Godot Part 02 - Walk and Idle Animations:
   • Player Idle & Walk Animations // E02 ...  

Playlist:    • Make a 2D Action & Adventure RPG in G...  

Chapters
0:00 Intro
0:40 Create your new Godot 4 Project
2:35 Create a 2D scene to play test your project
3:20 Add a CharacterBody2D Node and create your player
6:50 Add a Sprite2D Node for our player
9:17 Fix blurry Sprite textures for pixel art
10:30 Configure your Project for pixel art rendering
13:20 Setup input mappings
15:35 Save Player node as it's own scene
17:40 Create the first GD Script
20:50 Get input direction from controller/keyboard
23:30 Use direction to set velocity on Player character
24:00 Add Physics Process code to move character
25:00 Attach Player GD Script to Player Scene Node

Комментарии

Информация по комментариям в разработке