7-31-25 @ 3:05AM

This commit is contained in:
2025-07-31 03:05:11 -04:00
parent 0638fc52ec
commit a8373726f9
26 changed files with 357 additions and 409 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=7 format=3 uid="uid://c8n4lue2bn25n"]
[gd_scene load_steps=6 format=3 uid="uid://c8n4lue2bn25n"]
[ext_resource type="Script" uid="uid://dgdxx8tceiljg" path="res://Gameplay/Ball.cs" id="1_7ritg"]
[ext_resource type="Shader" uid="uid://b6vvt5o0008ob" path="res://shaders/globe.gdshader" id="2_6v01e"]
@@ -16,9 +16,6 @@ shader_parameter/globe_magnitude = 0.0
[sub_resource type="CircleShape2D" id="CircleShape2D_803qd"]
radius = 18.0
[sub_resource type="CircleShape2D" id="CircleShape2D_wmcg2"]
radius = 18.0
[node name="Ball" type="RigidBody2D" groups=["balls"]]
z_index = 1
input_pickable = true
@@ -36,14 +33,6 @@ material = SubResource("ShaderMaterial_yj7wd")
position = Vector2(0, -7.10543e-15)
shape = SubResource("CircleShape2D_803qd")
[node name="Area2D" type="Area2D" parent="."]
disable_mode = 2
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
shape = SubResource("CircleShape2D_wmcg2")
[connection signal="body_entered" from="." to="." method="OnBodyEntered"]
[connection signal="mouse_entered" from="." to="." method="OnMouseEntered"]
[connection signal="mouse_exited" from="." to="." method="OnMouseExited"]
[connection signal="mouse_entered" from="Area2D" to="." method="OnMouseEntered"]
[connection signal="mouse_exited" from="Area2D" to="." method="OnMouseExited"]