13 lines
588 B
Text
13 lines
588 B
Text
[gd_scene load_steps=3 format=3 uid="uid://c1ig40gtdcb60"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://pf8sq0bk3epn" path="res://scenes/projectiles/cucumber_projectile.tscn" id="1_3auks"]
|
|
[ext_resource type="Script" uid="uid://j6nq8w2n8532" path="res://scripts/projectiles/CompoundProjectile.cs" id="1_pmbxx"]
|
|
|
|
[node name="CucumberProjectileScene" type="Node2D"]
|
|
script = ExtResource("1_pmbxx")
|
|
|
|
[node name="CucumberProjectile" parent="." instance=ExtResource("1_3auks")]
|
|
rotation = 1.5708
|
|
|
|
[node name="CucumberProjectile2" parent="." instance=ExtResource("1_3auks")]
|
|
rotation = 4.71239
|