summaryrefslogtreecommitdiff
path: root/assets/definitions/actor
diff options
context:
space:
mode:
authorMatheus <matheus.guedes.mg.m@gmail.com>2025-09-18 13:45:58 -0300
committerMatheus <matheus.guedes.mg.m@gmail.com>2025-09-18 13:45:58 -0300
commit5177d6a502e81c89e5ba38e3dd5fbddadb54b755 (patch)
treed6e0d1f60f66fef975321040dd7b2dafdd22d864 /assets/definitions/actor
parent5146895cf537dd69867da612abed5b4abaf805cd (diff)
The sloppening.
Diffstat (limited to 'assets/definitions/actor')
-rw-r--r--assets/definitions/actor/Player.tres6
1 files changed, 2 insertions, 4 deletions
diff --git a/assets/definitions/actor/Player.tres b/assets/definitions/actor/Player.tres
index 36c24c5..4eba7f7 100644
--- a/assets/definitions/actor/Player.tres
+++ b/assets/definitions/actor/Player.tres
@@ -2,20 +2,18 @@
[ext_resource type="Script" uid="uid://bd78nfh1tsjq6" path="res://scripts/Entities/Actors/PlayerDefinition.cs" id="1_2k33r"]
[ext_resource type="Texture2D" uid="uid://w0808ug4al66" path="res://assets/sprites/actors/generic_grave.png" id="1_m72ac"]
-[ext_resource type="Texture2D" uid="uid://dwky8qc2y602k" path="res://assets/sprites/actors/player.png" id="3_frwfa"]
+[ext_resource type="Texture2D" uid="uid://cqo28rmbq78c" path="res://assets/sprites/actors/Knight.png" id="3_m72ac"]
[resource]
script = ExtResource("1_2k33r")
InventoryCapacity = 20
deathTexture = ExtResource("1_m72ac")
-Speed = 10
Hp = 36
Mp = 12
Atk = 8
Def = 2
Men = 3
name = "Jogador"
-texture = ExtResource("3_frwfa")
+texture = ExtResource("3_m72ac")
Type = 2
-blocksMovement = true
metadata/_custom_type_script = "uid://bd78nfh1tsjq6"