Skip to content
View denforlatte's full-sized avatar
Block or Report

Block or report denforlatte

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
denforlatte/README.md

Hi there 👋

Pinned Loading

  1. denforlatte denforlatte Public

  2. LearnWebhookTest LearnWebhookTest Public

    MS docs Serverless tutorial

  3. personal-site-3 personal-site-3 Public

    JavaScript

  4. planets planets Public

    JavaScript

  5. react-wvw-data react-wvw-data Public

    A React app to show WvW data from Guild Wars 2 with the aim of highlighting current activity.

    JavaScript

  6. ballVelCheck.cs ballVelCheck.cs
    1
    void OnCollisionEnter2D (Collision2D collision) {
    2
    		Vector2 xtweak = new Vector2 (Random.Range (-ballKick,ballKick),0f);
    3
    		Vector2 ytweak = new Vector2 (0f,Random.Range (2f,ballKick));
    4
    		
    5
    		if (hasStarted) {