Initial project configurations
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Godot;
|
||||
|
||||
namespace Quadratic.Carto;
|
||||
|
||||
public partial class Hello : Node
|
||||
{
|
||||
public override void _Ready()
|
||||
{
|
||||
GD.Print("Hello, C# World!");
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
# Source code
|
||||
|
||||
Put all sources here
|
||||
Reference in New Issue
Block a user