Alexander-Worley / Outer-Plates

Couldn't handle the slugs, human? - CS 247G P2 - Team 18
https://alexander-worley.itch.io/outer-plates
0 stars 0 forks source link

Area2D-centric Structural Redundancies #7

Open Alexander-Worley opened 6 months ago

Alexander-Worley commented 6 months ago

The Counter has a "StaticBody2D" which has a "CollisionShape2D." The Counter also has its own "CollisionShape2D," so this is a redundancy. The Counter itself is an "Area2D" which is needed to be identified as a "Surface." It also needs a static collision so the player cannot walk through it. This is currently being solved by the "StaticBody2D" which leads to this redundancy.

Alexander-Worley commented 6 months ago

This bug is now prevalent in other Surfaces such as the Stove

Alexander-Worley commented 6 months ago

This bug is now prevalent in Intractables such as the Trash Can

Alexander-Worley commented 6 months ago

This bug is now prevalent in every Surface, Holdable, and Intractable. It's in everything.

Alexander-Worley commented 6 months ago
Screenshot 2024-05-29 at 11 13 47 PM