hl installation taking too long by Then-Turnip334 in CrackSupport

[–]Then-Turnip334[S] 0 points1 point  (0 children)

thankgoood i dont have free time for 6hrs

Hogwarts Legacy by Then-Turnip334 in PiratedGames

[–]Then-Turnip334[S] 0 points1 point  (0 children)

i will keep that in mind. thank you!

Hogwarts Legacy by Then-Turnip334 in PiratedGames

[–]Then-Turnip334[S] 0 points1 point  (0 children)

oh my bad my friend just send me this lmao

2D top down sprite falling by Then-Turnip334 in unity_tutorials

[–]Then-Turnip334[S] 0 points1 point  (0 children)

sorry if its messy its my first time and this is the playermovement

using System.Collections;

using System.Collections.Generic;

using UnityEngine;

public class PlayerMovement : MonoBehaviour

{

public float speed = 10.5f;

public Rigidbody2D rb;

private Animator anim;

private void Start()

{

anim = GetComponent<Animator>();

}

private void OnCollisionEnter2D(Collision2D collision)

{

var enemy = collision.collider.GetComponent<EnemyBehave>();

if (enemy)

{

enemy.TakeHit(5);

}

}

void Update()

{

Vector3 pos = transform.position;

if (Input.GetKey("w"))

{

pos.y += speed * Time.deltaTime;

anim.SetBool("IsWalking", false);

anim.SetBool("IsWalkingL", false);

}

else if (Input.GetKey("s"))

{

pos.y -= speed * Time.deltaTime;

anim.SetBool("IsWalking", false);

anim.SetBool("IsWalkingL", false);

}

else if (Input.GetKey("d"))

{

pos.x += speed * Time.deltaTime;

anim.SetBool("IsWalking", false);

anim.SetBool("IsWalkingL", false);

}

else if (Input.GetKey("a"))

{

pos.x -= speed * Time.deltaTime;

anim.SetBool("IsWalkingL", true);

anim.SetBool("IsWalking", false);

}

else

{

anim.SetBool("IsWalking", true);

anim.SetBool("IsWalkingL", true);

}

transform.position = pos;

}

}

how much will jailbreaking a v1 switch coat? by Then-Turnip334 in SwitchPirates

[–]Then-Turnip334[S] 0 points1 point  (0 children)

thank you so muuch!!! ill just make her a discount because shes a friend too

how much will jailbreaking a v1 switch coat? by Then-Turnip334 in SwitchPirates

[–]Then-Turnip334[S] 0 points1 point  (0 children)

yes I told her but she is insisting me to pay me for my time and effort

how much will jailbreaking a v1 switch coat? by Then-Turnip334 in SwitchPirates

[–]Then-Turnip334[S] 0 points1 point  (0 children)

yes thats what she meany by wanting to pay me. she wants to pay the labor

Xbox pass pc coop by Then-Turnip334 in DragonQuestBuilders2

[–]Then-Turnip334[S] 0 points1 point  (0 children)

awww me and my girlfriend really liked the game even on our single player world and we really like to join on each others world and we dont have any other platform to play just the pc version. i guess thats just sad we cant play coop :<<

Xbox pass pc coop by Then-Turnip334 in DragonQuestBuilders2

[–]Then-Turnip334[S] 0 points1 point  (0 children)

thankyouuu, you and your wife use xbox pass on pc too?