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