FuncIt/source/entities/shooting/Sine_Trajectory/Sine_Bullet.tscn
Moonshrike 0af4721c06 fully working input
needs some adjustments
2021-11-16 13:17:38 +02:00

22 lines
754 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://source/assets/sprites/bullet/player_character_bullet.svg" type="Texture" id=1]
[ext_resource path="res://source/assets/scripts/shooting/Sine/Sine_Bullet.gd" type="Script" id=2]
[sub_resource type="CapsuleShape2D" id=1]
radius = 9.85811
height = 35.0082
[node name="player_character_bullet" type="Sprite" groups=["Net"]]
texture = ExtResource( 1 )
script = ExtResource( 2 )
[node name="hitbox" type="Area2D" parent="." groups=["Player_damager"]]
[node name="CollisionShape2D" type="CollisionShape2D" parent="hitbox"]
position = Vector2( 10.8253, -0.381073 )
rotation = 1.5708
shape = SubResource( 1 )
[connection signal="body_entered" from="hitbox" to="." method="_on_hitbox_body_entered"]