mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 23:26:19 +00:00
Switch to using the latest Rojo release to sync itself
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"rootDirectory": "src",
|
|
||||||
"rootObject": "ReplicatedStorage.Rojo"
|
|
||||||
}
|
|
||||||
@@ -7,7 +7,7 @@ local Plugin = require(script.Parent.Plugin)
|
|||||||
local function main()
|
local function main()
|
||||||
local pluginInstance = Plugin.new()
|
local pluginInstance = Plugin.new()
|
||||||
|
|
||||||
local toolbar = plugin:CreateToolbar("Rojo Plugin 0.2.0")
|
local toolbar = plugin:CreateToolbar("Rojo Plugin vDEV")
|
||||||
|
|
||||||
toolbar:CreateButton("Test Connection", "Connect to Rojo Server", "")
|
toolbar:CreateButton("Test Connection", "Connect to Rojo Server", "")
|
||||||
.Click:Connect(function()
|
.Click:Connect(function()
|
||||||
|
|||||||
Reference in New Issue
Block a user