Version initiale
This commit is contained in:
commit
808c9d7385
22 changed files with 403 additions and 0 deletions
7
app/models/Brick.scala
Normal file
7
app/models/Brick.scala
Normal file
|
@ -0,0 +1,7 @@
|
|||
package models
|
||||
|
||||
case class Brick(x: Int,
|
||||
y: Int,
|
||||
text: String,
|
||||
color: String,
|
||||
textColor: String)
|
Loading…
Add table
Add a link
Reference in a new issue