adjusted monty mole on slopes, and added missing wind to LL 8-2

This commit is contained in:
JHDev2006
2025-09-21 14:09:18 +01:00
parent 95dd7f0268
commit 2fe1fb5808
2 changed files with 119 additions and 108 deletions

View File

@@ -93,6 +93,9 @@ animations = [{
[node name="MontyMole" type="CharacterBody2D" node_paths=PackedStringArray("on_screen_enabler", "score_note_adder") groups=["Enemies"]]
collision_layer = 16
collision_mask = 54
floor_constant_speed = true
floor_max_angle = 0.87266463
floor_snap_length = 4.0
script = ExtResource("1_pcto2")
on_screen_enabler = NodePath("VisibleOnScreenEnabler2D")
score_note_adder = NodePath("ScoreNoteSpawner")