princesse/réglage: amélioration du feeling

marche moins rapide
saut un poil plus haut
gravité moins présente

Le tout donne une meilleure maitrise du personnage.
This commit is contained in:
Thomas Lavocat
2023-04-30 12:12:18 +02:00
parent 98352abca8
commit 89447a6541
2 changed files with 7 additions and 4 deletions

View File

@@ -200,11 +200,13 @@ animations = [{
height = 52.0
[node name="Princesse" type="CharacterBody2D"]
slide_on_ceiling = false
floor_constant_speed = true
script = ExtResource("1_dkp7s")
WALKING_SPEED = 200
FALLING_SPEED = 225
JUMPING_SPEED = 210
WALKING_SPEED = 155
FALLING_SPEED = 230
JUMPING_SPEED = 220
KICK_JUMP_LIMITER = 0.7
WALK_INCR_AIR = 4
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]