Added a configuration file for seting up parameters
This commit is contained in:
@@ -6,6 +6,7 @@ import javafx.scene.{control => jfxsc}
|
||||
import scalafx.Includes._
|
||||
import scalafx.scene.control._
|
||||
|
||||
import fmon._
|
||||
import fmon.stat.Monster
|
||||
import fmon.stat._
|
||||
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
package fmon
|
||||
|
||||
import scala.language.implicitConversions
|
||||
import scala.util.Random
|
||||
|
||||
import fmon.util._
|
||||
|
||||
|
||||
package object battle {
|
||||
implicit def rngDice(rng : Random) = new Dice(rng)
|
||||
implicit def int2Helper(x : Int) = new IntFraction(x)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user