Clean rebuild of test-game project
This commit is contained in:
12
Scripts/Main.cs
Normal file
12
Scripts/Main.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Godot;
|
||||
|
||||
namespace TestGame
|
||||
{
|
||||
public partial class Main : Node2D
|
||||
{
|
||||
public override void _Ready()
|
||||
{
|
||||
GD.Print("Clean test game started!");
|
||||
}
|
||||
}
|
||||
}
|
||||
1
Scripts/Main.cs.uid
Normal file
1
Scripts/Main.cs.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://bxur8l8vpj52u
|
||||
Reference in New Issue
Block a user