~kubuntu-members/kapman/4.11

« back to all changes in this revision

Viewing changes to game.h

  • Committer: Thomas Gallinari
  • Date: 2008-05-14 00:01:06 UTC
  • Revision ID: git-v1:19a04402bc090a33353513938b536f0d0d062a2f
Improving bonus management : bonus item is no longer created on each bonus display, it is now created once per game and its image is changed from a single svg (bonus.svg)

svn path=/trunk/playground/games/kapman/; revision=807567

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
                 */
173
173
                void initCharactersPosition();
174
174
                
175
 
                /**
176
 
                 * Update bonus
177
 
                 */
178
 
                void updateBonus();
179
 
 
180
175
        public slots:
181
176
 
182
177
                /**
219
214
                /**
220
215
                 * Disable the display of the bonus
221
216
                 */
222
 
                void disableDisplayBonus();
 
217
                void hideBonus();
223
218
                
224
219
        signals:
225
220
        
254
249
                /**
255
250
                 * Signals to the scene to remove a Bonus
256
251
                 */
257
 
                void sKillBonus();
258
 
                
259
 
                /**
260
 
                 * Signals to the scene to disable a Bonus
261
 
                 */
262
 
                void sDisableDisplayBonus();
 
252
                void sHideBonus();
263
253
                
264
254
                /**
265
255
                 * Signals to the scene to update the score and lives' labels