diff --git a/js/app/level-selector.js b/js/app/level-selector.js index ce56f1c..3aaf399 100644 --- a/js/app/level-selector.js +++ b/js/app/level-selector.js @@ -32,11 +32,14 @@ levelSelectorState.create = function() { } } + this.addChild(new Kiwi.GameObjects.Textfield( this, "Puzzle Game", 200, 10, "#fbd712", 32, 'normal', 'Impact' )); + var baseY = 90; + // List of levels for (var i=1; i