Roll window is now working for simple skills

This commit is contained in:
2020-05-27 21:09:37 +02:00
parent 1b794e5953
commit 59d2f9c6c2
5 changed files with 62 additions and 32 deletions

View File

@ -119,7 +119,11 @@ export class RdDActor extends Actor {
}
},
default: "rollButton"
}).render(true);
}, {
classes: ["rdddialog"],
width: 600,
height: 320
} ).render(true);
});
}