mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-09 04:16:30 +00:00
Add the game
This commit is contained in:
parent
25eb4d0283
commit
38caa29558
863 changed files with 36331 additions and 0 deletions
26
mods/xcompat/.luacheckrc
Normal file
26
mods/xcompat/.luacheckrc
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
globals = {
|
||||
"minetest",
|
||||
"core",
|
||||
"xcompat",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
string = {fields = {"split"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
"default",
|
||||
"mcl_sounds",
|
||||
"ks_sounds",
|
||||
"nodes_nature",
|
||||
"fl_stone",
|
||||
"fl_topsoil",
|
||||
"fl_trees",
|
||||
"hades_sounds",
|
||||
"rp_sounds",
|
||||
"mtt",
|
||||
"sounds",
|
||||
"player_api",
|
||||
"mcl_player",
|
||||
"fl_player",
|
||||
"stairs",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue