YurshiTV
Cullen   United States
 
 
6 Year old taking yo women <3
Currently Offline
Recent Activity
76 hrs on record
last played on 22 Dec, 2024
62 hrs on record
last played on 22 Dec, 2024
1.3 hrs on record
last played on 21 Dec, 2024
OpaAufKoka 27 Sep, 2023 @ 12:51pm 
Zu dumm zum scheißen, versteht nichtmal dass er die Kisten kicken soll xD
SolaR 19 May, 2020 @ 8:53am 
if (instance_exists(obj_player))
move_towards_point (obj_player.x, obj_player.y, spd);

image_angle = direction;

if (hp<=0)
instance_destroy ()
SolaR 19 May, 2020 @ 7:59am 
image_xscale = 1;
image_yscale = 1;

bulletpower = 3;
bulletspeed = 10;
direction = point_direction(x, y, mouse_x,mouse_y) ;
direction = direction + random_range(-5, 5) ;
speed = bulletspeed;
image_angle = direction;
SolaR 18 May, 2020 @ 9:10pm 
if (mouse_check_button(mb_left))
instance_create_layer(x, y, "bulletslayer",obj_bullet);
SolaR 18 May, 2020 @ 8:50pm 
direction = direction + random_range(-5, 5) ;
SolaR 18 May, 2020 @ 8:48pm 
direction = point_direction(x, y, mouse_x,mouse_y) ;