24 lines
887 B
Text
24 lines
887 B
Text
[gd_scene load_steps=4 format=3 uid="uid://px67runjx6ex"]
|
|
|
|
[ext_resource type="Script" uid="uid://b440ri3521uio" path="res://scenes/classes/hit/hit.gd" id="1_dk3vy"]
|
|
[ext_resource type="Texture2D" uid="uid://c6a62gvw7218s" path="res://scenes/hit/assets/hit.png" id="1_rmj1p"]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_fxeki"]
|
|
radius = 15.0
|
|
height = 34.0
|
|
|
|
[node name="SmallHit2D" type="Area2D" groups=["hit"]]
|
|
collision_layer = 64
|
|
collision_mask = 0
|
|
script = ExtResource("1_dk3vy")
|
|
metadata/_custom_type_script = "uid://b440ri3521uio"
|
|
metadata/power_hit = false
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(1, 6)
|
|
shape = SubResource("CapsuleShape2D_fxeki")
|
|
debug_color = Color(0.6205005, 0.42311785, 0.8432588, 0.41960785)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(7, -4)
|
|
texture = ExtResource("1_rmj1p")
|