Move files and folders to new repo format to enable multi-project format
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Godot;
|
||||
|
||||
namespace Zennysoft.Game.Ma;
|
||||
|
||||
public partial class FpsCounter : Label
|
||||
{
|
||||
public override void _Process(double delta)
|
||||
{
|
||||
this.Text = Engine.GetFramesPerSecond().ToString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user