1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-23 01:59: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:
AllyTally 2023-09-02 19:29:54 -03:00 committed by NyakoFox
parent 4bf2d23b34
commit a82bd39871

View file

@ -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;