From ab9f7381455b334fa0df563e21775410be74ea45 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 10 Sep 2011 10:04:18 -0400 Subject: Added point multipliers There is support for point multipliers for any game mode, but only Jump currently utilizes it. Closes #222 --- Classes/PointMultiplier.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Classes/PointMultiplier.h (limited to 'Classes/PointMultiplier.h') diff --git a/Classes/PointMultiplier.h b/Classes/PointMultiplier.h new file mode 100644 index 0000000..9d009cb --- /dev/null +++ b/Classes/PointMultiplier.h @@ -0,0 +1,15 @@ +// +// PointMultiplier.h +// Cartographic +// +// Created by Starla Insigna on 9/10/11. +// Copyright (c) 2011 Four Island. All rights reserved. +// + +#import "FallingObject.h" + +@interface PointMultiplier : FallingObject + +- (id)init; + +@end -- cgit 1.4.1