Fix arena walls

This commit is contained in:
Raxki 2025-03-06 17:46:22 -05:00
parent 9eb2b8b0d0
commit 337ff4c1a0
2 changed files with 29 additions and 17 deletions

BIN
world/walls.png (Stored with Git LFS)

Binary file not shown.

View file

@ -876,6 +876,12 @@ label_settings = SubResource("LabelSettings_f2g0a")
layer = 6
cps = 100.0
[node name="Walls" type="Sprite2D" parent="."]
z_index = 1
texture_filter = 1
position = Vector2(1, 9)
texture = ExtResource("7_pp5dn")
[node name="Fades" type="CanvasLayer" parent="."]
layer = 5
@ -949,7 +955,6 @@ libraries = {
}
[node name="Credits" parent="Fades/Control" instance=ExtResource("11_2tmmx")]
visible = false
layout_mode = 1
[node name="GameOverScreen" type="Panel" parent="Fades/Control"]
@ -1026,12 +1031,14 @@ z_index = -12
position = Vector2(227, 986)
scale = Vector2(10.4316, 1687)
texture = SubResource("GradientTexture1D_4uhai")
metadata/_edit_lock_ = true
[node name="FightingDojoBg" type="Sprite2D" parent="MapElements"]
z_index = -5
texture_filter = 1
position = Vector2(136, 148)
texture = ExtResource("4_elb6q")
metadata/_edit_lock_ = true
[node name="LongWoodPillar" parent="MapElements" instance=ExtResource("8_mxq55")]
y_sort_enabled = true
@ -1075,14 +1082,8 @@ texture_filter = 1
position = Vector2(159, 57)
texture = ExtResource("45_25b7g")
[node name="Walls" type="Sprite2D" parent="MapElements"]
z_index = 1
texture_filter = 1
position = Vector2(138, 199)
texture = ExtResource("7_pp5dn")
[node name="HiroPlayer" parent="." instance=ExtResource("1_c1gpq")]
position = Vector2(0, 80)
position = Vector2(1, 80)
has_nsfw_animations = false
[node name="Camera2D" type="Camera2D" parent="HiroPlayer"]
@ -1093,14 +1094,14 @@ position_smoothing_speed = 3.0
script = ExtResource("16_6jycw")
[node name="NemNPC" parent="." instance=ExtResource("1_sqt7d")]
position = Vector2(2, -78)
position = Vector2(1, -78)
movable = false
interaction_cutscene = ExtResource("12_cb4j5")
[node name="ShadowClone" parent="." node_paths=PackedStringArray("player_character") instance=ExtResource("30_le27a")]
position = Vector2(75, 285)
player_character = NodePath("../HiroPlayer")
KNOCKBACK_REPOSITION_POWER = 90
KNOCKBACK_REPOSITION_POWER = 100
MELEE_RADIUS = 9999
max_health = 200
health = 200
@ -1111,10 +1112,10 @@ KNOCKBACK_RANDOMNESS = 70.0
[node name="ReedAI" parent="." node_paths=PackedStringArray("player_character") instance=ExtResource("21_dioix")]
position = Vector2(-55, 283)
player_character = NodePath("../HiroPlayer")
KNOCKBACK_REPOSITION_POWER = 90
MELEE_RADIUS = 80
KNOCKBACK_REPOSITION_POWER = 100
MELEE_RADIUS = 60
reduce_recoil_time_threshold = 0.75
PROJECTILE_SPEED = 180.0
PROJECTILE_SPEED = 240.0
max_health = 400
health = 400
attack_power = 10
@ -1203,12 +1204,12 @@ collision_layer = 49
collision_mask = 25
[node name="CollisionShape2D4" type="CollisionPolygon2D" parent="BattleBarriers/Barrier"]
polygon = PackedVector2Array(-84, -31, -76, -57, -43, -71, -84, -71)
polygon = PackedVector2Array(-84, -31, -74, -60, -43, -71, -84, -71)
[node name="CollisionShape2D5" type="CollisionPolygon2D" parent="BattleBarriers/Barrier"]
position = Vector2(14, 13)
rotation = 1.5708
polygon = PackedVector2Array(-84, -31, -76, -57, -43, -71, -84, -71)
polygon = PackedVector2Array(-84, -31, -74.0002, -58.9997, -43, -71, -84, -71)
[node name="CollidableBarrier1" type="StaticBody2D" parent="BattleBarriers"]
collision_layer = 49
@ -1229,6 +1230,7 @@ detect_projectile_direction = 1
[node name="CollisionShape2D2" type="CollisionShape2D" parent="BattleBarriers/CollidableBarrier2"]
position = Vector2(111, -19)
shape = SubResource("RectangleShape2D_ledaf")
metadata/_edit_lock_ = true
[node name="CollidableBarrier3" type="StaticBody2D" parent="BattleBarriers"]
collision_layer = 49
@ -1240,6 +1242,16 @@ detect_projectile_direction = 2
position = Vector2(-9, -97.5)
shape = SubResource("RectangleShape2D_hkvwf")
[node name="CollidableBarrier4" type="StaticBody2D" parent="BattleBarriers"]
collision_layer = 49
collision_mask = 25
script = ExtResource("43_8q2dl")
detect_projectile_direction = 2
[node name="CollisionShape2D3" type="CollisionShape2D" parent="BattleBarriers/CollidableBarrier4"]
position = Vector2(10, 104)
shape = SubResource("RectangleShape2D_hkvwf")
[connection signal="finished" from="CutsceneManager" to="." method="_on_cutscene_finished"]
[connection signal="issued_command" from="CutsceneManager" to="." method="_on_cutscene_manager_issued_command"]
[connection signal="issued_command" from="CutsceneManager" to="CutsceneManager" method="_on_issued_command"]