Done refactoring
This commit is contained in:
parent
3a136ff215
commit
2176e9d798
88 changed files with 821 additions and 880 deletions
|
|
@ -1,14 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://djmoij5kuou3j"]
|
||||
|
||||
[ext_resource type="Script" path="res://modules/projectile.gd" id="1_plpqo"]
|
||||
[ext_resource type="Script" path="res://scripts/objects/projectile.gd" id="1_6nacn"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_mo2if"]
|
||||
size = Vector2(1, 8)
|
||||
|
||||
[node name="Laser" type="Node2D" node_paths=PackedStringArray("Collider")]
|
||||
script = ExtResource("1_plpqo")
|
||||
Speed = 600.0
|
||||
Collider = NodePath("Collision")
|
||||
[node name="Laser" type="Node2D" node_paths=PackedStringArray("collider")]
|
||||
script = ExtResource("1_6nacn")
|
||||
speed = 600.0
|
||||
collider = NodePath("Collision")
|
||||
|
||||
[node name="LaserBody" type="Line2D" parent="."]
|
||||
points = PackedVector2Array(0, 0, 8, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue