fix errors on insertion to game, fix db creation of game
This commit is contained in:
@@ -21,7 +21,7 @@ type Scene struct {
|
||||
Grid SceneGrid
|
||||
TokenVision bool
|
||||
Drawings []SceneDrawing
|
||||
Tokens []Token
|
||||
Tokens []*Token
|
||||
Lights []SceneLight
|
||||
Notes []Note
|
||||
Sounds []ScenesSound
|
||||
@@ -119,7 +119,7 @@ type SceneLight struct {
|
||||
Rotation int
|
||||
Walls bool
|
||||
Vision bool
|
||||
Config Light
|
||||
Config *Light
|
||||
Hidden bool
|
||||
Elevation int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user