Добавлены все обновления от сообщества, вплоть до #148
This commit is contained in:
16
Teleporters/shared.lua
Normal file
16
Teleporters/shared.lua
Normal 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
|
||||
Reference in New Issue
Block a user