Добавлены все обновления от сообщества, вплоть до #148

This commit is contained in:
2024-09-12 14:28:43 +03:00
parent 98159766c4
commit 487a0e6e16
8841 changed files with 23077 additions and 20175 deletions

16
Teleporters/shared.lua Normal file
View File

@@ -0,0 +1,16 @@
--Shared data interface between data and script, notably prototype names.
local data = {}
data.entities =
{
teleporter = "teleporter",
teleporter_sticker = "teleporter-sticker"
}
data.hotkeys =
{
focus_search = "teleporter-focus-search"
}
return data