Import RMFRP tables + properly rename all files
This commit is contained in:
6
module/controls.js
vendored
6
module/controls.js
vendored
@ -14,13 +14,13 @@ function getSceneControlButtons(controls) {
|
||||
layer: "ControlsLayer",
|
||||
tools: [
|
||||
{
|
||||
name: "rmmsdiceroller",
|
||||
name: "rmfrpdiceroller",
|
||||
title: "Dice Roller",
|
||||
icon: "fas fa-dice",
|
||||
onClick: () => { return new game.rmss.applications.RMSSToolsDiceRoller().render(true); },
|
||||
onClick: () => { return new game.rmfrp.applications.RMSSToolsDiceRoller().render(true); },
|
||||
button: true
|
||||
}
|
||||
],
|
||||
activeTool: "rmmsdiceroller"
|
||||
activeTool: "rmfrpdiceroller"
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user