diff options
author | tpart <tpart120@proton.me> | 2024-07-14 15:09:48 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-14 15:09:48 +0200 |
commit | 5dc500c9cbb1bb0580b2efce7e8bb986e0ba541a (patch) | |
tree | 97070021e2a2917164ac88a7478591c271b93bcb /client/menu/lobby.gd | |
parent | a44e6c9acab5b341814977a8fe0a0416c357618d (diff) | |
download | hurrycurry-5dc500c9cbb1bb0580b2efce7e8bb986e0ba541a.tar hurrycurry-5dc500c9cbb1bb0580b2efce7e8bb986e0ba541a.tar.bz2 hurrycurry-5dc500c9cbb1bb0580b2efce7e8bb986e0ba541a.tar.zst |
Fix: Move menus from game.tscn to menu/game.tscn to prevent wrong 2D order
Diffstat (limited to 'client/menu/lobby.gd')
-rw-r--r-- | client/menu/lobby.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/lobby.gd b/client/menu/lobby.gd index ae7548b7..3c4a6f58 100644 --- a/client/menu/lobby.gd +++ b/client/menu/lobby.gd @@ -15,6 +15,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. # extends Control +class_name Lobby const PLAYER = preload("res://menu/lobby/player.tscn") |