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