niveau4: le niveau du wall jump

nouveau niveau tuto !
This commit is contained in:
Thomas Lavocat
2023-05-25 18:29:18 +02:00
parent 66075965b7
commit 84a588d373
2 changed files with 46 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ layer_2/z_index = 1
layer_2/tile_data = PackedInt32Array(-720913, 589824, 3, -720912, 655360, 3, -720911, 720896, 3, -720910, 786432, 3, -720909, 851968, 3, -720908, 917504, 3, -720907, 983040, 3, -458759, 589824, 3, -458758, 655360, 3, -458757, 720896, 3, -458756, 786432, 3, -458755, 851968, 3, -458754, 917504, 3, -458753, 983040, 3, -655353, 589824, 3, -655352, 655360, 3, -655351, 720896, 3, -655350, 786432, 3, -655349, 851968, 3, -655348, 917504, 3, -655347, 983040, 3, -393196, 589824, 3, -393195, 655360, 3, -393194, 720896, 3, -393193, 786432, 3, -393192, 851968, 3, -393191, 917504, 3, -393190, 983040, 3, -720874, 589824, 3, -720873, 655360, 3, -720872, 720896, 3, -720871, 786432, 3, -720870, 851968, 3, -720869, 917504, 3, -720868, 983040, 3, -524271, 589824, 3, -524270, 655360, 3, -524269, 720896, 3, -524268, 786432, 3, -524267, 851968, 3, -524266, 917504, 3, -524265, 983040, 3, -655329, 589824, 3, -655328, 655360, 3, -655327, 720896, 3, -655326, 786432, 3, -655325, 851968, 3, -655324, 917504, 3, -655323, 983040, 3, -393172, 589824, 3, -393171, 655360, 3, -720850, 589824, 3, -393170, 720896, 3, -720849, 655360, 3, -393169, 786432, 3, -720848, 720896, 3, -393168, 851968, 3, -720847, 786432, 3, -393167, 917504, 3, -720846, 851968, 3, -393166, 983040, 3, -720845, 917504, 3, -720844, 983040, 3)
[node name="Princesse" parent="." instance=ExtResource("3_homka")]
position = Vector2(-240, 16)
position = Vector2(864, 16)
KICK_JUMP_LIMITER = 0.75
WALK_INCR_AIR = 4
@@ -41,10 +41,8 @@ destination = "level_2"
other_side_position = Vector2(440, 16)
[node name="DoorRight" parent="Doors" instance=ExtResource("4_30xoy")]
position = Vector2(896, 24)
scale = Vector2(1, 200)
skew = 0.0174533
destination = "level_3"
other_side_position = Vector2(-248, 8)
position = Vector2(888, 16)
destination = "level_4"
other_side_position = Vector2(-232, 16)
[connection signal="princesse_is_dead" from="Princesse" to="." method="_on_princesse_princesse_is_dead"]

42
levels/level_4.tscn Normal file

File diff suppressed because one or more lines are too long