Skip to content

Instantly share code, notes, and snippets.

View Gondlir's full-sized avatar
🎯
Focusing

Kaoê Ferreira Gondlir

🎯
Focusing
View GitHub Profile
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Script1 : MonoBehaviour {
public float velocidade;
//private Rigidbody2D rigidB;
void Start()