23 lines
726 B
Plaintext
23 lines
726 B
Plaintext
|
[gd_scene load_steps=4 format=3 uid="uid://b2biksphf4kpn"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://entity/bullet/shot.gd" id="1_2tnht"]
|
||
|
[ext_resource type="Texture2D" uid="uid://djrsq3b36qbwp" path="res://assets/images/bullet/shot.svg" id="1_gt67b"]
|
||
|
|
||
|
[sub_resource type="CircleShape2D" id="CircleShape2D_du5u8"]
|
||
|
radius = 13.0384
|
||
|
|
||
|
[node name="Shot" type="RigidBody2D"]
|
||
|
collision_layer = 2
|
||
|
collision_mask = 4
|
||
|
gravity_scale = 0.0
|
||
|
linear_damp_mode = 1
|
||
|
angular_damp_mode = 1
|
||
|
script = ExtResource("1_2tnht")
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||
|
texture = ExtResource("1_gt67b")
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
shape = SubResource("CircleShape2D_du5u8")
|