Adding robots to the game and the ability to click on them
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Godot;
|
||||
|
||||
public partial class Robot : Node3D
|
||||
{
|
||||
public void Move()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void OnClicked()
|
||||
{
|
||||
GD.Print("Test!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user