Reposition black backdrop and readjust enemy knockback

This commit is contained in:
Raxki 2024-12-04 19:14:09 -05:00
parent e11d688346
commit a6fec904d5

View file

@ -6,7 +6,7 @@
[ext_resource type="FontFile" uid="uid://bgqotudi6bifk" path="res://UI/Gundam 00 font gaufont.ttf" id="2_64thh"]
[ext_resource type="Script" path="res://Scripts/UI/pause_menu.gd" id="2_nw73f"]
[ext_resource type="PackedScene" uid="uid://bcwkugn6v3oy7" path="res://addons/godot_state_charts/utilities/state_chart_debugger.tscn" id="2_o5str"]
[ext_resource type="Resource" uid="uid://c8pfjfnwim673" path="res://Cutscenes/prototype_reed_victory.tres" id="3_76abm"]
[ext_resource type="Resource" uid="uid://bj3rm1r1ouq0r" path="res://Cutscenes/prototype_start.tres" id="3_0opva"]
[ext_resource type="Texture2D" uid="uid://b40la2vyf4rn6" path="res://world/Fighting Dojo BG.png" id="4_elb6q"]
[ext_resource type="AudioStream" uid="uid://b72f2jvv2283j" path="res://Audio/SFX/dialog_page.wav" id="6_vecai"]
[ext_resource type="AudioStream" uid="uid://drossx2nhgeue" path="res://Audio/SFX/dialog_open.wav" id="7_lglyc"]
@ -820,7 +820,7 @@ script = ExtResource("1_y634h")
[node name="CutsceneManager" type="Node" parent="."]
script = ExtResource("19_5yvrq")
cutscene = ExtResource("3_76abm")
cutscene = ExtResource("3_0opva")
[node name="MusicManager" parent="." instance=ExtResource("24_03wyf")]
@ -1023,7 +1023,7 @@ position = Vector2(-136, -190)
[node name="Sprite2D" type="Sprite2D" parent="MapElements"]
z_index = -12
position = Vector2(166, -496)
position = Vector2(227, 986)
scale = Vector2(10.4316, 1687)
texture = SubResource("GradientTexture1D_4uhai")
@ -1105,6 +1105,8 @@ MELEE_RADIUS = 9999
max_health = 200
health = 200
attack_power = 10
KNOCKBACK_POWER = 60.0
KNOCKBACK_RANDOMNESS = 70.0
[node name="ReedAI" parent="." node_paths=PackedStringArray("player_character") instance=ExtResource("21_dioix")]
position = Vector2(-55, 283)
@ -1116,6 +1118,8 @@ PROJECTILE_SPEED = 180.0
max_health = 400
health = 400
attack_power = 10
KNOCKBACK_POWER = 60.0
KNOCKBACK_RANDOMNESS = 70.0
[node name="BG Collissions" type="StaticBody2D" parent="."]
z_index = 2