public procedure Drag(){
xPos = current.position.x
yPos = current.position.y
transform.position = new Vector2 (xPos, yPos);
}
This will be a short tagline for the project
public procedure Drag(){
xPos = current.position.x
yPos = current.position.y
transform.position = new Vector2 (xPos, yPos);
}
Log in or sign up for Devpost to join the conversation.