sloukit / pydew-valley-uzh

Mod of Pydew Valley for an experimental study in Psychology
Creative Commons Zero v1.0 Universal
21 stars 30 forks source link

Adjusting Rect #35

Open raphael-pietrzak opened 2 months ago

raphael-pietrzak commented 2 months ago

When playing the game, the following issues with controls and interactions have been observed:

Unpredictable Tilling Behavior: When using the hoe to till the soil, it is unclear which tile will be tilled. This makes it difficult to adjust the player's position accurately. For instance, if the player needs to move slightly to the left to be in the correct position, the hoe might be used on the left tile, forcing the player to readjust their position unnecessarily.

Inconsistent Rects and Collisions: The collision rectangles (rects) are not properly adjusted. There are also illogical interactions where the player cannot walk over plants. This restriction complicates certain actions, such as watering plants, and causes the player to be awkwardly displaced when planting.

Screenshot 2024-07-07 at 18 51 28 Screenshot 2024-07-07 at 18 51 53 Screenshot 2024-07-07 at 18 52 09 Screenshot 2024-07-07 at 18 56 03

michelfinley commented 1 month ago

I'm working on that 😃 The plants have no collisions with the player anymore since #27

raphael-pietrzak commented 1 month ago

ow i have already done something 😭😬