diff options
| author | GustavoEklund <eklundgu@gmail.com> | 2025-08-28 20:01:02 -0300 |
|---|---|---|
| committer | GustavoEklund <eklundgu@gmail.com> | 2025-08-28 20:01:02 -0300 |
| commit | a2d3673f1482c4366cdfff2b22e013c2d53fcc06 (patch) | |
| tree | 75aa50b5626db985f45001ff143bd2961d133a4d | |
| parent | 77aa6e1b8c296a5090bfd3652c75e449ae0d613b (diff) | |
| parent | 465557730c2e8f03cef9f5eb2b8c210bc3a62361 (diff) | |
Merge branch 'master' of https://github.com/Simplesmente-O-Grupo/projeto-fantasia
| -rw-r--r-- | assets/definitions/actor/Player.tres | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/definitions/actor/Player.tres b/assets/definitions/actor/Player.tres index dbb07fe..94a4354 100644 --- a/assets/definitions/actor/Player.tres +++ b/assets/definitions/actor/Player.tres @@ -10,7 +10,7 @@ name = "Jogador" texture = ExtResource("2_2xyvf") deathTexture = ExtResource("1_m72ac") blocksMovement = true -Speed = 40 +Speed = 10 Hp = 12 Mp = 12 Atk = 6 |
