Fixed weapons scenes inheritance
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://ybkqaynvpcjm"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ctmjb3nkxrepu" path="res://game/entities/weapons/abstract_projectile.gd" id="1_4b2nh"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_4b2nh"]
|
||||
|
||||
[node name="AbstrastProjectile" type="Area2D"]
|
||||
script = ExtResource("1_4b2nh")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_4b2nh")
|
||||
|
||||
[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="."]
|
||||
|
||||
[connection signal="screen_exited" from="VisibleOnScreenNotifier2D" to="." method="_on_screen_exited"]
|
||||
Reference in New Issue
Block a user