repeater and compound projectile
This commit is contained in:
parent
e316fa3203
commit
3d9f0f7423
9 changed files with 235 additions and 42 deletions
13
scenes/projectiles/cucumber_projectile_compound.tscn
Normal file
13
scenes/projectiles/cucumber_projectile_compound.tscn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue