diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-07-14 19:02:47 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-07-14 19:02:47 +0200 |
| commit | 721b9ecb282f84839eb096de4d269176f8ab389f (patch) | |
| tree | 1471e5395f80d9aeb04d19ea00436fe628820456 /client/menu/lobby.gd | |
| parent | 52f422a01be059a120908a8d1f63335116ccf0e1 (diff) | |
| parent | 3da43172332caf76e111639281c81916e7202c4b (diff) | |
| download | hurrycurry-721b9ecb282f84839eb096de4d269176f8ab389f.tar hurrycurry-721b9ecb282f84839eb096de4d269176f8ab389f.tar.bz2 hurrycurry-721b9ecb282f84839eb096de4d269176f8ab389f.tar.zst | |
Merge branch 'master' of codeberg.org:hurrycurry/hurrycurry
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") |