mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 21:29:07 +00:00
Hide() on line 216 and 222 give an unintended result when the user following the tutorial is requested on line 354 to Play the Scene. The Player will not be shown. Removing Hide() on line 216 and 222 will fix this.