(spaceship_init_state) larger, more visible spaceship (default radius).

This commit is contained in:
Antonio Carzaniga 2021-12-03 15:59:29 +01:00
parent b3bb1666fa
commit 3d6751cd15

View File

@ -52,7 +52,7 @@ int spaceship_thrust_init = 50;
void spaceship_init_state () {
spaceship.x = width/2;
spaceship.y = height/2;
spaceship.radius = 15;
spaceship.radius = 30;
spaceship.v_x = 0;
spaceship.v_y = 0;
spaceship.angle = 0;