#godot #godottutorial #gamedev #codethrough
In this series we're learning how to make a Minecraft like game in Godot.
Ko-Fi : https://ko-fi.com/sablespiritstudio
Discord : / discord
Chapters :
00:00 - Intro
00:36 - Clear the textures from the previous episode
01:14 - Create a Block script
02:06 - Add a Material property
03:00 - Create a function Apply Materials
05:48 - Import a new Texture : Stone
06:03 - Create a new Material using the Stone Texture
07:31 - Create a World script
07:50 - Create a Create Block function
08:41 - How to Add a Node to the Tree from a Script
09:23 - Create an Orphan Node
10:25 - Apply transformations to the Node
11:44 - Add the Node to the Tree
12:59 - Use the Create Block method in the Ready function
13:50 - Observe Nodes during runtime with the Scene Tree inspector
14:39 - Change the name of the Block when it is instantiated
16:05 - Create a Material list in World
17:30 - Add a function Set Material to Block
18:12 - Add the Material transformation in the Create Block method
20:01 - Outro