7-28-25 @ 11:39pm
This commit is contained in:
17
Gameplay/temp_ball.tscn
Normal file
17
Gameplay/temp_ball.tscn
Normal file
@@ -0,0 +1,17 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cxvrswwjwxgxj"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c2rt5f831l1l1" path="res://Gameplay/TempBall.cs" id="1_y0oty"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_vjx3o"]
|
||||
radius = 18.0
|
||||
|
||||
[node name="TempBall" type="Area2D"]
|
||||
script = ExtResource("1_y0oty")
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="."]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_vjx3o")
|
||||
|
||||
[connection signal="mouse_entered" from="." to="." method="OnMouseEntered"]
|
||||
[connection signal="mouse_exited" from="." to="." method="OnMouseExited"]
|
||||
Reference in New Issue
Block a user