forked from Sokomine/yl_speak_up
extracted fs_talkdialog.lua from functions.lua into a seperate file
This commit is contained in:
parent
0e62741926
commit
e8265679b4
1099
fs_talkdialog.lua
Normal file
1099
fs_talkdialog.lua
Normal file
File diff suppressed because it is too large
Load Diff
1039
functions.lua
1039
functions.lua
File diff suppressed because it is too large
Load Diff
2
init.lua
2
init.lua
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user