Added minigame
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class SpinnyArmVisual : Node2D
|
||||
{
|
||||
public void SetAngle(float normalAngle)
|
||||
{
|
||||
Rotation = normalAngle * float.Pi * 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user