Skip to content

Commit

Permalink
feat:add ligth for other sword
Browse files Browse the repository at this point in the history
  • Loading branch information
limuy2022 committed Aug 25, 2024
1 parent 8db77f0 commit efb6d19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scenes/fight.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_dqpk1")
metadata/_edit_lock_ = true

[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_oaeg7")
Expand All @@ -75,6 +76,7 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
metadata/_edit_lock_ = true

[node name="ZenithBegin" type="ZenithBegin" parent="."]
position = Vector2(576, 137)
Expand Down
1 change: 1 addition & 0 deletions scenes/weapons/enchanted_sword/enchanted_sword.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[ext_resource type="PackedScene" uid="uid://bi0hwjyalpjn6" path="res://scenes/bullets/enchanted_sword/enchanted_beam.tscn" id="3_ndj1h"]

[node name="EnchantedSword" type="EnchantedSword"]
modulate = Color(1.5, 1.5, 1.5, 1)
z_index = 1
position = Vector2(574, 291)
rotation = -5.57284
Expand Down
1 change: 1 addition & 0 deletions scenes/weapons/seedler/seedler.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ position = Vector2(-80.5, -136.5)
rotation = 0.013862

[node name="Sprite2D" type="Sprite2D" parent="."]
modulate = Color(1.5, 1.5, 1.5, 1)
position = Vector2(572, 321)
scale = Vector2(2, 2)
texture = ExtResource("1_3obt5")
Expand Down

0 comments on commit efb6d19

Please sign in to comment.