Skip to content
Snippets Groups Projects

Resolve "Adding comments"

Merged Turid Cecilie Dahl requested to merge 100-adding-comments into dev
34 files
+ 297
61
Compare changes
  • Side-by-side
  • Inline
Files
34
@@ -8,15 +8,15 @@
"games": [
{
"id": "5e90541aeba599f7b1bffceb",
"class": "com.gameware.game.states.FruitSlicerState"
"class": "com.gameware.game.states.games.FruitSlicerState"
},
{
"id": "5e5d0efaa6e2bc5cb4920b7a",
"class": "com.gameware.game.states.ColorRushState"
"class": "com.gameware.game.states.games.ColorRushState"
},
{
"id": "5e5d0f1ea6e2bc5cb4920b7b",
"class": "com.gameware.game.states.BubbleWrapState"
"class": "com.gameware.game.states.games.BubbleWrapState"
}
]
}
Loading