Wednesday, 20 August 2025 02:02:40

This commit is contained in:
2025-08-20 02:02:42 -04:00
parent dfbad40739
commit 2eb95b18fd
32 changed files with 242 additions and 167 deletions

View File

@@ -5,6 +5,6 @@ public partial class AwfullyHotCoffeePot : Tchotchke
{
public AwfullyHotCoffeePot() : base()
{
_effects.Add(new Caffeinate(this));
_actions.Add(new Caffeinate(this));
}
}

View File

@@ -30,7 +30,3 @@ gravity = 5.0
[node name="CollisionShape2D" type="CollisionShape2D" parent="Gravity"]
shape = SubResource("CircleShape2D_yxdnl")
[connection signal="mouse_entered" from="." to="." method="OnMouseEntered"]
[connection signal="mouse_exited" from="." to="." method="OnMouseExited"]
[connection signal="body_entered" from="Gravity" to="." method="OnBodyEntered"]

View File

@@ -29,7 +29,3 @@ gravity = 5.0
[node name="CollisionShape2D" type="CollisionShape2D" parent="Gravity"]
shape = SubResource("CapsuleShape2D_1dddf")
[connection signal="mouse_entered" from="." to="." method="OnMouseEntered"]
[connection signal="mouse_exited" from="." to="." method="OnMouseExited"]
[connection signal="body_entered" from="Gravity" to="." method="OnBodyEntered"]