diff options
Diffstat (limited to 'Bullet.tscn')
| -rw-r--r-- | Bullet.tscn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Bullet.tscn b/Bullet.tscn index 1d8b9e4..56a7785 100644 --- a/Bullet.tscn +++ b/Bullet.tscn @@ -3,13 +3,15 @@ [ext_resource path="res://Bullet.gd" type="Script" id=1] [ext_resource path="res://assets/bullet.png" type="Texture" id=2] -[sub_resource type="RectangleShape2D" id=1] -extents = Vector2( 31, 31 ) +[sub_resource type="CapsuleShape2D" id=1] +radius = 15.0 +height = 12.0 [node name="Bullet" type="KinematicBody2D"] script = ExtResource( 1 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="."] +rotation = 1.5708 shape = SubResource( 1 ) [node name="Sprite" type="Sprite" parent="."] |
