title: Godot 4 Pause Menu Tutorial
sources: https://www.youtube.com/watch?v=JEQR4ALlwVU
media_link: https://www.youtube.com/watch?v=JEQR4ALlwVU
Authors:
- "[[Gwizz]]"
contentPublished: 2023-09-06
noteCreated: 2025-01-06
description: Quick tutorial on how to make a pause menu in Godot 4!Main Menu tutorial:https://www.youtube.com/watch?v=vsKxB66_ngw&t=44s
tags:
- clippings
- video
takeaways:
subjects:
Status: INTERESTING
publish: true
Youtube_Duration: 5:48Quick tutorial on how to make a pause menu in Godot 4!
Main Menu tutorial:
https://www.youtube.com/watch?v=vsKxB66_ngw&t=44s
Engine.time_scale = 0 is explicitly discouraged in the docs.
Note: It's recommended to keep this property above 0.0, as the game may behave unexpectedly otherwise.