Skip to content

Commit f8c4e26

Browse files
AllyTallyNyakoFox
authored andcommitted
Change radar from 32x32 -> 64x64
So, the radar enemy type was originally 16x16. I meant to change it to something that made more sense, but I messed up and made it 32x32 instead of 64x64 like it is visually.
1 parent 6b1389b commit f8c4e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop_version/src/Entity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void entityclass::add_default_types(void)
186186
type->x_offset = -24;
187187
type->y_offset = -16;
188188

189-
type = create_type("radar", 124, 4, 6, 32, 32); // Comms Relay
189+
type = create_type("radar", 124, 4, 6, 64, 64); // Comms Relay
190190
type->harmful = false;
191191
type->x_offset = -4;
192192
type->y_offset = -32;

0 commit comments

Comments
 (0)