smashball/scenes/hit/power_hit.tscn
2025-11-17 20:33:27 -03:00

19 lines
652 B
Text

[gd_scene load_steps=3 format=3 uid="uid://d0c57c37o75b0"]
[ext_resource type="Texture2D" uid="uid://d3qem75thpant" path="res://scenes/hit/assets/power_hit.png" id="1_g005q"]
[sub_resource type="CircleShape2D" id="CircleShape2D_g005q"]
radius = 21.023796
[node name="Hit" type="Area2D" groups=["hit"]]
collision_layer = 64
collision_mask = 0
metadata/power_hit = true
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_g005q")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
rotation = 1.5707964
shape = SubResource("CircleShape2D_g005q")
debug_color = Color(0.6205005, 0.42311785, 0.8432588, 0.41960785)