smashball/scenes/hit/hit.tscn
2025-11-15 20:14:47 -03:00

21 lines
675 B
Text

[gd_scene load_steps=3 format=3 uid="uid://px67runjx6ex"]
[ext_resource type="Texture2D" uid="uid://c6a62gvw7218s" path="res://scenes/hit/hit.png" id="1_wjo4f"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_fxeki"]
radius = 11.0
height = 24.0
[node name="Hit" type="Area2D" groups=["hit"]]
collision_layer = 64
collision_mask = 0
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(7, -4)
texture = ExtResource("1_wjo4f")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(4, 1)
rotation = 1.5707964
shape = SubResource("CapsuleShape2D_fxeki")
debug_color = Color(0.6205005, 0.42311785, 0.8432588, 0.41960785)