Files
rojo/plugin/src/Config.lua
Lucien Greathouse c2495ed57f Release 0.4.8 (oops)
2018-05-25 23:42:31 -07:00

13 lines
273 B
Lua

return {
pollingRate = 0.2,
version = {0, 4, 8},
expectedServerVersionString = "0.4.x",
protocolVersion = 1,
icons = {
syncIn = "rbxassetid://1820320573",
togglePolling = "rbxassetid://1820320064",
testConnection = "rbxassetid://1820320989",
},
dev = false,
}