mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-16 03:52:42 +00:00
Improved the dice rolling algo
This commit is contained in:
17
client/naturalCrit/sidebar/dmDice/dmDice.jsx
Normal file
17
client/naturalCrit/sidebar/dmDice/dmDice.jsx
Normal file
@@ -0,0 +1,17 @@
|
||||
var React = require('react');
|
||||
var _ = require('lodash');
|
||||
var cx = require('classnames');
|
||||
|
||||
var DmDice = React.createClass({
|
||||
|
||||
render : function(){
|
||||
var self = this;
|
||||
return(
|
||||
<div className='dmDice'>
|
||||
DmDice Ready!
|
||||
</div>
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = DmDice;
|
||||
3
client/naturalCrit/sidebar/dmDice/dmDice.less
Normal file
3
client/naturalCrit/sidebar/dmDice/dmDice.less
Normal file
@@ -0,0 +1,3 @@
|
||||
.dmDice{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user