mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
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.
This commit is contained in:
parent
4bf2d23b34
commit
a82bd39871
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue