Color rework

This commit is contained in:
R34nd0 2024-01-14 14:42:23 +05:00
commit 2b527c9b2e
15 changed files with 73 additions and 16 deletions

View file

@ -5,6 +5,7 @@
[ext_resource type="Texture2D" uid="uid://c3gei46k8muk3" path="res://sprites/laserbox.png" id="3_n1sx7"]
[node name="SingleLaser" type="Node2D" node_paths=PackedStringArray("shoot_timer", "spawner_points")]
use_parent_material = true
position = Vector2(8, 0)
script = ExtResource("1_dwcuc")
projectile = ExtResource("2_eiesu")
@ -18,6 +19,7 @@ wait_time = 0.25
one_shot = true
[node name="SpawnerSprite" type="Sprite2D" parent="."]
use_parent_material = true
texture = ExtResource("3_n1sx7")
[node name="Spawner" type="Node2D" parent="."]