From 5c265ada0d1ec531fa97ad132b87c99cb9e81b1a Mon Sep 17 00:00:00 2001 From: Matheus Date: Sat, 16 Aug 2025 17:49:02 -0300 Subject: Remoção de prints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/Enemy.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/Enemy.cs') diff --git a/scripts/Enemy.cs b/scripts/Enemy.cs index 52eb27f..473ba0f 100644 --- a/scripts/Enemy.cs +++ b/scripts/Enemy.cs @@ -2,9 +2,7 @@ using Godot; using System; public partial class Enemy : Actor { - public override void performAction() { + public override void PerformAction() { Walk(Vector2I.Right); - - GD.Print("Energy after walking: " + Energy); } } -- cgit v1.2.3