about summary refs log tree commit diff stats
path: root/data/maps/the_digital/doors.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-18 19:18:55 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-18 19:18:55 -0400
commit6f1b8fe85822080284fbad4e0ab0e6c2adaf7157 (patch)
tree68ec9c4c1f77707b617a4e579e8538423286df40 /data/maps/the_digital/doors.txtpb
parentc9139577e690baff59da1b1edf13ef209c00ee40 (diff)
downloadlingo2-archipelago-6f1b8fe85822080284fbad4e0ab0e6c2adaf7157.tar.gz
lingo2-archipelago-6f1b8fe85822080284fbad4e0ab0e6c2adaf7157.tar.bz2
lingo2-archipelago-6f1b8fe85822080284fbad4e0ab0e6c2adaf7157.zip
Added the_revitalized
Diffstat (limited to 'data/maps/the_digital/doors.txtpb')
0 files changed, 0 insertions, 0 deletions
x { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
//
//  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