~vtuson/+junk/dogfight

« back to all changes in this revision

Viewing changes to Background.qml

  • Committer: Victor Palau
  • Date: 2013-02-07 22:06:09 UTC
  • Revision ID: vtuson@gmail.com-20130207220609-kfij3l5r0k4nmhgw
fire and targeted effects

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    property string source
18
18
 
19
19
    onRefresh:{
20
 
        DogFightLib.clear(sc)
21
 
        DogFightLib.refresh_screen(sc)
 
20
        DogFightLib.clear(sc,background)
 
21
        DogFightLib.refresh_screen(sc,background)
22
22
    }
23
23
 
24
24
    onStartloop: {