mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
Pause support in pause menu
This commit is contained in:
parent
6a2802281c
commit
7b8c75ea0f
3 changed files with 8 additions and 1 deletions
|
|
@ -256,6 +256,7 @@ public partial class GameManager : Node2D
|
|||
{
|
||||
_bulletsContainer = new Node2D();
|
||||
_bulletsContainer.Name = "BulletsContainer";
|
||||
_bulletsContainer.ProcessMode = ProcessModeEnum.Pausable;
|
||||
|
||||
AddChild(_bulletsContainer);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue