Adding a house using modular assets in Godot 4
We gonna learn how to use modular assets to create our house and make it transparent!
Like & Subscribe! :)
#godot4 #godotengine #godot #shaders #modular #modularassets #godotrpg #2drpg
Asset link is here: https://jeanmakesgames.itch.io/2d-rpg-asset
Wishlist my game "Lone Knight" here: https://store.steampowered.com/app/2211930/Lone_Knight/
**Udemy Course:**
For halloween I'm discounted my courses, valid until the 31st of October! :)
My godot engine 4 course here:
https://www.udemy.com/course/learn-godot-4-by-making-a-2d-game
Create a 2d platformer / metroidvania in godot engine 3:
https://www.udemy.com/course/create-a-2d-platformer-game-with-godot-engine
Create a 2d rpg with godot engine 3:
https://www.udemy.com/course/create-a-2d-rpg-with-the-godot-engine
Timeline:
00:00 Introduction
00:14 Explanation about modular assets
01:26 Creating the house scene
02:08 importing my sprite sheet
03:18 Using region to create my house modularly
04:38 Adjusting the sorting with the Z index
05:30 Creating the door scene
10:16 Importing my door into my house scene
11:03 Creating the collision shape of the house with Polygon2D
12:07 Importing my house into my level
13:09 Creating a script for our house
13:49 Explaining how I'm gonna trigger the transparency of the house
14:36 Coding the transparency of the house
19:01 Creating an area2D to trigger the transparency of the house