mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-08 20:12:11 +00:00
13 lines
145 B
Lua
13 lines
145 B
Lua
allow_defined_top = true
|
|
max_line_length = 80
|
|
|
|
read_globals = {
|
|
"vector",
|
|
table = {fields = {"getn"}},
|
|
|
|
"core",
|
|
"minetest",
|
|
}
|
|
|
|
globals = {
|
|
}
|