~mpredotka/falldown/small_corrections

« back to all changes in this revision

Viewing changes to app/main.qml

  • Committer: Riccardo Padovani
  • Date: 2015-09-29 12:32:09 UTC
  • Revision ID: riccardo@rpadovani.com-20150929123209-ml9h26g87zgz2m1b
Add theme switching, ready for the 0.3.x :D

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    height: units.gu(68)
36
36
    width: units.gu(44)
37
37
 
38
 
    property var version: "0.2.3"
 
38
    property var version: "0.3.0"
39
39
    property real velocity: units.gu(0.3)
40
40
 
41
 
    property var soundPrefix: "themes/" + settings.theme + "/sounds/"
 
41
    property var soundPrefix: "themes/default/sounds/" //+ settings.theme + "/sounds/"
42
42
    property var imgPrefix: "themes/" + settings.theme + "/img/"
43
43
 
44
44
    Game {