FINAL JAM COMMIT
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class PriceUpdater : Label
|
||||
{
|
||||
public override void _Process(double delta)
|
||||
{
|
||||
Text = TurretController.Instance.TurretPrice.ToString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user