Godot 3.2: Let’s Build a 2D Platformer!: Part 12 (Coin HUD, Custom Signals & Fixing Double-Collect)
Thanks for watching! In this Godot Game Engine tutorial I cover:
- Adding a “Heads Up Display“ (a HUD) to our game that always stays on screen in a game level showing information to the player: In this case, the number of coins collected.
- Adding a CanvasLayer node.
- How to use Several “Control“-type nodes in Godot, including: Panel, ImageRect, Label
- How to use imported fonts to create text on screen
- How to manipulate the text of an on-screen label to change its text in-game to the value of a variable (the number of coins)
- Using the _ready() function on a node to perform an action when the item loads (assign a variable’s value to the text of a label)
- How to create and use custom signals in Godot (so a coin scene instance can send a signal to another object in a level scene).
- Fixing the problem in our game where a coin can be collected twice by quickly moving in-and-out-and-back-in to the coin as it’s bouncing upward
#godotengine #gamedev
1 view
613
152
5 years ago 00:12:35 53
Godot 3.2 Released!
5 years ago 00:13:12 78
Demo: Godot 3.2 Visual Shaders
5 years ago 00:24:18 86
Laser beams in Godot 3.2 (using a RayCast2D)
4 years ago 00:25:16 86
Создание 3D шутера для Android #1 | Godot Engine 3 2
5 years ago 00:21:32 6
Tilemap | Atlas Tiles & Auto Tiles Godot 3.2 Tutorial
5 years ago 00:08:25 36
Rich Text Effects in Godot 3.2
5 years ago 00:19:01 1
SCP Card Game devlog #4 - Godot 3.2 card game
5 years ago 00:27:46 124
Сбор ресурсов в игре на Godot Engine
2 years ago 00:34:07 2
Make an Action RPG in Godot 3.2
4 years ago 00:13:10 15
Создание 3D шутера для Android #3 | Godot Engine 3 2 прыжок и приседания
7 years ago 00:12:04 145
Godot 2.1 to 3.0 Gotchas!
4 years ago 00:18:16 3
Capsule Wars - Multiplayer FPS in Godot 3.2
2 years ago 01:03:47 18
Godot 3.2 - Подъем и перетаскивание 3D объектов игроком С НУЛЯ | Godot Engine 3D Drag and Drop
5 years ago 00:24:16 1
New visual scripting in Godot 3.2! 2D Movement tutorial.
2 years ago 00:40:19 1
Godot 3.2: Let’s Build a 2D Platformer!: Part 12 (Coin HUD, Custom Signals & Fixing Double-Collect)
5 years ago 00:00:59 73
Portal rendering module in Godot 3.2 - Improved performance
4 years ago 00:27:07 8
Урок 2 | Мини квест | Godot Engine
5 years ago 00:33:37 6
How to Make an Enemy Shoot in Godot 3.2 | The Enemy Logic Series #1
5 years ago 00:15:59 12
Tilemap Collisions Godot Tutorial 3.2
4 years ago 00:26:53 20
Создание 3D шутера для Android #2 | Godot Engine 3 2. Управление, столкновения, гравитация
5 years ago 00:28:47 14
Smart Isometric Maps Using YSort | Godot Tutorial 3.2
9 years ago 00:04:38 77
Урок по Blender - Инструменты Монтажа / Видеоредактор Часть 1
3 years ago 00:08:41 3
Обновления Godot Engine и
2 years ago 00:19:31 1
Make an Action RPG in Godot 3.2 (P12 | Roll State)