Skip to content

Commit

Permalink
Change radar from 32x32 -> 64x64
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AllyTally committed Sep 4, 2023
1 parent 6b28e02 commit bbe65e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop_version/src/Entity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ void entityclass::add_default_types(void)
type->x_offset = -24;
type->y_offset = -16;

type = create_type("radar", 124, 4, 6, 32, 32); // Comms Relay
type = create_type("radar", 124, 4, 6, 64, 64); // Comms Relay
type->harmful = false;
type->x_offset = -4;
type->y_offset = -32;
Expand Down

0 comments on commit bbe65e7

Please sign in to comment.