How to Make a Pause Game Menu & Pause the Game ~ Godot 4 Tutorial

Опубликовано: 21 Апрель 2023
на канале: Chris' Tutorials
32,036
834

Learn how to pause the game, open a menu by pressing esc key, and how to setup a basic ui menu with working resume and exit game buttons.

Godot Project ➣ https://ko-fi.com/post/Godot-4-Indivi...
Art Packs ➣ https://chris-tutorials.itch.io/
Project on Patreon ➣   / 81831809  

➣ Downloadable Assets, Video Courses, and Other Places to Follow Me
https://linktr.ee/ChrisTutorials
  / christutorials  
https://chris-tutorials.itch.io/

00:00 - What to Expect
00:17 - How Pausing Works in Godot
04:26 - Pause Menu Node Hierarchy
07:43 - Game Manager Script
10:40 - Hide Pause Menu on Load
11:13 - Adding Pausable Object to Level
11:45 - Scale Game Window Up
12:30 - Open Pause Menu on Pause Signal
18:10 - Resume Button
19:22 - Exit Game Button
20:42 - Create UI Theme and Scale Font Size
21:58 - Finishing Menu
22:41 - Wrapup