diff --git a/resources/player_weapon_resources/patterns/phallanx.tres b/resources/player_weapon_resources/patterns/phallanx.tres index 48f630f..a3937f2 100644 --- a/resources/player_weapon_resources/patterns/phallanx.tres +++ b/resources/player_weapon_resources/patterns/phallanx.tres @@ -9,3 +9,4 @@ angle_offset = 8.0 horizontal_offset = 20.0 group_delay = 0.25 stagger_offset = 0.5 +mirror = true diff --git a/scenes/EffectComponent.tscn b/scenes/EffectComponent.tscn index 5152fdf..e00466e 100644 --- a/scenes/EffectComponent.tscn +++ b/scenes/EffectComponent.tscn @@ -1,6 +1,6 @@ [gd_scene format=3 uid="uid://bq3xhbfgkt22l"] -[ext_resource type="Script" uid="uid://65d3hbrpm21x" path="res://scripts/effects/effects_component.gd" id="1_ee0kt"] +[ext_resource type="Script" uid="uid://65d3hbrpm21x" path="res://scripts/effects_component.gd" id="1_ee0kt"] [node name="EffectsComponent" type="Node" unique_id=1393438576] script = ExtResource("1_ee0kt") diff --git a/scenes/player.tscn b/scenes/player.tscn index 92a9dc9..97df162 100644 --- a/scenes/player.tscn +++ b/scenes/player.tscn @@ -12,7 +12,7 @@ [ext_resource type="Resource" uid="uid://bhc6aja38vyr" path="res://resources/player_weapon_resources/vanguard.tres" id="9_ur7pv"] [ext_resource type="Script" uid="uid://7n1itonn35fm" path="res://scripts/weapon_shot.gd" id="10_d2wvv"] [ext_resource type="Resource" uid="uid://cck3gmnhu5agc" path="res://resources/player_weapon_resources/tri.tres" id="11_3v2ag"] -[ext_resource type="Script" uid="uid://65d3hbrpm21x" path="res://scripts/effects/effects_component.gd" id="12_effcomp"] +[ext_resource type="Script" uid="uid://65d3hbrpm21x" path="res://scripts/effects_component.gd" id="12_effcomp"] [ext_resource type="Resource" uid="uid://ds53sryglmf27" path="res://resources/player_weapon_resources/spread.tres" id="13_f1ej7"] [ext_resource type="Resource" uid="uid://c41aoyka7nfr8" path="res://resources/player_weapon_resources/vanguard+.tres" id="14_oprun"] diff --git a/scripts/effects/effects_component.gd b/scripts/effects_component.gd similarity index 100% rename from scripts/effects/effects_component.gd rename to scripts/effects_component.gd diff --git a/scripts/effects/effects_component.gd.uid b/scripts/effects_component.gd.uid similarity index 100% rename from scripts/effects/effects_component.gd.uid rename to scripts/effects_component.gd.uid