mirror of
https://github.com/LCE-Hub/LCE-Workshop.git
synced 2026-07-18 00:07:21 +00:00
init
This commit is contained in:
parent
2c496a7ddd
commit
36fd49ee64
7
.00plugins/multiplayer-button/main.js
Normal file
7
.00plugins/multiplayer-button/main.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
api.actions.register("home-menu", {
|
||||
id: "multiplayer",
|
||||
label: "Multiplayer",
|
||||
onClick: function () {
|
||||
api.views.navigate("lcelive");
|
||||
},
|
||||
});
|
||||
Loading…
Reference in a new issue