FuncIt/Pavels/bullet_trajectory/Line_Trajectory/Line_Bullet.tscn
Moonshrike 1bf6b36231 commit
2021-11-05 19:23:12 +02:00

23 lines
652 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://pixil-frame-0 (1).png" type="Texture" id=1]
[ext_resource path="res://script/Line/Line_Bullet.gd" type="Script" id=2]
[sub_resource type="CapsuleShape2D" id=1]
radius = 5.4212
height = 7.62897
[node name="Bullet" type="Area2D"]
script = ExtResource( 2 )
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 2, -19 )
scale = Vector2( 0.199834, 0.199834 )
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
rotation = 1.5708
shape = SubResource( 1 )
[connection signal="body_entered" from="." to="." method="_on_Bullet_body_entered"]