From 4b2afd3e2144e42bfa7f11a870584b9255052cf7 Mon Sep 17 00:00:00 2001 From: Matheus Date: Thu, 4 Sep 2025 21:08:57 -0300 Subject: INVENTÁRIO PEGÁVEL AAAAAAAAAAAAAAAAAAAAAAAAAAAA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/Game.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Game.cs') diff --git a/scripts/Game.cs b/scripts/Game.cs index f25776e..b8c6a8b 100644 --- a/scripts/Game.cs +++ b/scripts/Game.cs @@ -9,7 +9,7 @@ public partial class Game : Node { /// /// Definição de um jogador. /// - private static readonly ActorDefinition playerDefinition = GD.Load("res://assets/definitions/actor/Player.tres"); + private static readonly PlayerDefinition playerDefinition = GD.Load("res://assets/definitions/actor/Player.tres"); /// /// O jogo possui o mapa. /// -- cgit v1.2.3