vs26625 / platformer_3x

Apache License 2.0
0 stars 0 forks source link

Fix bug where Player hovers over the tube for a second before entering tube. #16

Open derekkang1 opened 7 months ago

derekkang1 commented 7 months ago

Idea is to find the place where the delay for entering the tube is set, and then decrease it.

derekkang1 commented 7 months ago
image

Previously had a 1000 ms delay for touching the tube and hovering above it, changed both to 100 ms delays.