Add user management scene

This commit is contained in:
Nguyễn Quốc Hưng
2024-08-17 16:10:52 +07:00
parent 0647babc90
commit 628cf22110
3 changed files with 239 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ local data_explaination = {
local NULL = function() end
local settings_func = {
function() love.system.openURL(love.filesystem.getSaveDirectory()) end,
NULL,
function() return UserManagementScene() end,
function() return EraseHighScoresScene() end,
function() return ResetAllScene() end,
function() return TitleScene() end,