extracted fs_talkdialog.lua from functions.lua into a seperate file

This commit is contained in:
Sokomine 2022-01-07 20:52:34 +01:00
parent 0e62741926
commit e8265679b4
3 changed files with 1101 additions and 1039 deletions

1099
fs_talkdialog.lua Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -19,6 +19,8 @@ dofile(modpath .. "config.lua")
dofile(modpath .. "privs.lua")
-- handle on_player_receive_fields and showing of formspecs
dofile(modpath .. "show_fs.lua")
-- the formspec and input handling for the main dialog
dofile(modpath .. "fs_talkdialog.lua")
-- ask if the player wants to save, discard or go back in edit mode
dofile(modpath .. "fs_save_or_discard_or_back.lua")
-- as the name says: a collection of custom functions that you can