Add backend projects with core models and tests, setup Godot frontend
This commit is contained in:
13
frontend/scripts/core/Main.cs
Normal file
13
frontend/scripts/core/Main.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Godot;
|
||||
|
||||
public partial class Main : Node2D
|
||||
{
|
||||
public override void _Ready()
|
||||
{
|
||||
GD.Print("MyBiz - Game Started!");
|
||||
}
|
||||
|
||||
public override void _Process(double delta)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user