Fixed shield crash and material coloring
This commit is contained in:
parent
793938857e
commit
255a47f6da
7 changed files with 10 additions and 12 deletions
|
|
@ -3,6 +3,7 @@
|
|||
[ext_resource type="Script" path="res://scripts/objects/Shield.gd" id="1_6qr86"]
|
||||
|
||||
[node name="Shield" type="Node2D" node_paths=PackedStringArray("recharge_timer", "laser_timer")]
|
||||
use_parent_material = true
|
||||
script = ExtResource("1_6qr86")
|
||||
max_capacity = 10
|
||||
recharge_timer = NodePath("Timer")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue