Closed valkyrienyanko closed 2 months ago
[!NOTE] Notice how we have to await GU.WaitOneFrame(this) before doing GetNode<UIPopupMenu>("%PopupMenu")?
await GU.WaitOneFrame(this)
GetNode<UIPopupMenu>("%PopupMenu")
https://github.com/ValksGodotTools/Template/blob/a23c97055de2feb110701aa40d1a162e52e36cd5/Template/Scripts/3D%20FPS/SubView.cs#L9-L33
https://github.com/ValksGodotTools/Template/blob/a23c97055de2feb110701aa40d1a162e52e36cd5/Template/Scripts/3D%20FPS/Player.cs#L27-L35
Relevant Code
https://github.com/ValksGodotTools/Template/blob/a23c97055de2feb110701aa40d1a162e52e36cd5/Template/Scripts/3D%20FPS/SubView.cs#L9-L33
https://github.com/ValksGodotTools/Template/blob/a23c97055de2feb110701aa40d1a162e52e36cd5/Template/Scripts/3D%20FPS/Player.cs#L27-L35