WiP: deactivated array elements
This commit is contained in:
@@ -2,7 +2,8 @@ using Godot;
|
||||
|
||||
public partial class FPSLabel : Label
|
||||
{
|
||||
bool ShowFPS = true;
|
||||
[Export]
|
||||
public bool ShowFPS = true;
|
||||
|
||||
// Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
public override void _Process(double delta) {
|
||||
|
||||
Reference in New Issue
Block a user