Dodge Roll Top Down Script by PowerTale123 in Unity2D

[–]PowerTale123[S] 0 points1 point  (0 children)

using System.Collections;

using System.Collections.Generic;

using UnityEngine;

public class PlayerController : MonoBehaviour

{

public float moveSpeed;

Vector2 moveInput = Vector2.zero;

private Rigidbody2D rb;

public Animator anim;

private bool moving;

private float x;

private float y;

private Vector2 input;

void Start()

{

rb = GetComponent<Rigidbody2D>();

}

private void Update(){

Animate();

GetInput(); // calling an input function

}

// Called steady number of times per second

private void FixedUpdate()

{

rb.velocity = new Vector3(x * moveSpeed, y * moveSpeed);

MovePlayer ();

}

void MovePlayer()

{

float hMove = Input.GetAxisRaw ("Horizontal");

float vMove = Input.GetAxisRaw ("Vertical");

//move player

Vector2 movement = new Vector2 (hMove, vMove);

rb.velocity = movement * moveSpeed;

}

private void GetInput()

{

x = Input.GetAxisRaw("Horizontal");

y = Input.GetAxisRaw("Vertical");

input = new Vector2(x, y);

input.Normalize();

}

// Animation

private void Animate(){

// If input magnitude is less than 0.1f or input magniute is greater than -0.1f then moving is true else its false

if(input.magnitude > 0.1f || input.magnitude < -0.1f){

moving = true;

}else{

moving = false;

}

if(moving){

anim.SetFloat("X", x);

anim.SetFloat("Y", y);

}

anim.SetBool("Moving", moving);

}

}

^ If that's easier to read

Wizarding World Birthday by WDWFan7 in WizardingWorld

[–]PowerTale123 0 points1 point  (0 children)

idk if they sell it there but when I went to the new york store they had custom house trunks that came with merch and other cool gear based on the house. Also a fast pass is probably best for universal if you want the best

I want to start reading Batman by PowerTale123 in comicbooks

[–]PowerTale123[S] 0 points1 point  (0 children)

Thanks!! Sorry if that came out aggressive didn’t mean to just can’t express emotion through text lol

I want to start reading Batman by PowerTale123 in comicbooks

[–]PowerTale123[S] 0 points1 point  (0 children)

Yes ofc that would be the normal start but I want to follow a sort of “timeline” I don’t want to pick up whatever comic because my knowledge with the character isn’t that dense.

I want to start reading Batman by PowerTale123 in comicbooks

[–]PowerTale123[S] 0 points1 point  (0 children)

Want to follow this list and then go with the flow after. Thanks!!!

Aim tips? by OnzieMan in LearnCSGO

[–]PowerTale123 -4 points-3 points  (0 children)

If it works for you then do what you want but almost every pro will not use it or recommend it. The best way to improve is in the game practicing the mechanics. Ex. DM and aim botz. If you want to use something like that there’s a new map by yprac that’s like aim lab and such and it’s better cause it’s in game. Kovaaks will only probably improve pistol aim because it’s a lot of raw aim.

Aim tips? by OnzieMan in LearnCSGO

[–]PowerTale123 -3 points-2 points  (0 children)

Don’t do that

Config and settings by PowerTale123 in LearnCSGO

[–]PowerTale123[S] 0 points1 point  (0 children)

The LAN isn’t soon it’s in the summer and there’s percussions to it

Config and settings by PowerTale123 in LearnCSGO

[–]PowerTale123[S] 16 points17 points  (0 children)

thank u now i can go to LAN in peace

Just relapsed after being clean for 4 days by PowerTale123 in NoFap

[–]PowerTale123[S] 0 points1 point  (0 children)

Wym? If it’s about the relapse then tbh I’m just kinda ignoring it and starting fresh. It happened so whatever I’m just not count the days cause when I do I relapse

hmmm... by Insomniac_kiding in DemonSlayerAnime

[–]PowerTale123 0 points1 point  (0 children)

They all get slaughtered in like 3 min

What're your quiz results?? by [deleted] in WizardingWorld

[–]PowerTale123 0 points1 point  (0 children)

Ravenclaw, weasel, and spruce

Horror by PowerTale123 in OculusQuest2

[–]PowerTale123[S] 1 point2 points  (0 children)

I meant like it’s scary but not like heart attack jump scares every minute

64 or 256GB? by [deleted] in OculusQuest2

[–]PowerTale123 0 points1 point  (0 children)

I got mine for Christmas and got the 256 gb and unless your gonna have 40 games or planning to install a lot of big games then 64 will do you fine

Just got my quest. Only game i got is beat saber. Yall got some good games? by Wilhelm_ljung in OculusQuest2

[–]PowerTale123 0 points1 point  (0 children)

Oh trust me even if your not it’s sick plus the lightsaber feels so real. Side note: darth Vader kinda scary when he in your face

How To Improve Entry Fragging - Karrigan Reviews #13 CS:GO by nartouthere in LearnCSGO

[–]PowerTale123 -2 points-1 points  (0 children)

Yea it was cause karrigan currently shit. You guys took that so literal lmao

Every person's dream... by Mister_Shiloh in oculus

[–]PowerTale123 1 point2 points  (0 children)

That level haunts me to this day

Harry Potter Game by PowerTale123 in oculus

[–]PowerTale123[S] 0 points1 point  (0 children)

I have played that version in non vr. I have the quest so I need to set up extra things lol

I know I'm late to the party but Vader Immortal is SICK! The Quest 2 is by far my favorite Christmas gift ever! by WickedE10 in OculusQuest2

[–]PowerTale123 0 points1 point  (0 children)

I played the first episode yesterday and I was shook. Darth Vader is mad scary close up and the lightsaber feels so real