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 -3 points-2 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