Activity
Minor updates (debugging)
Minor updates (debugging)
on Jul 26, 2024
Add some debug drawing for collisions
Add some debug drawing for collisions
on Jul 20, 2024
Line intersection working, but has minor bugs
Line intersection working, but has minor bugs
on Jul 20, 2024
Rename SimpleCollision to CollisionShapeRes to match class name
Rename SimpleCollision to CollisionShapeRes to match class name
on Jul 18, 2024
Create SimpleCollision.gd
Create SimpleCollision.gd
on Jul 18, 2024
Deleted branch
5 check for lines crossing extra dots when connecting them (#14)
5 check for lines crossing extra dots when connecting them (#14)
on Jul 15, 2024
Change epsilon type to float
Change epsilon type to float
on Jul 15, 2024
Add comments and edge-case sorting
Add comments and edge-case sorting
on Jul 15, 2024
Add logic to check for line intersecting multiple points
Add logic to check for line intersecting multiple points
on Jul 15, 2024
Add notes when connecting lines, and tune when shape is connected
Add notes when connecting lines, and tune when shape is connected
on Jul 14, 2024
Add notes when connecting lines, and tune when shape is connected
Add notes when connecting lines, and tune when shape is connected
Pull request merge
Add piano note, which is then pitched to create ascending notes when …
Add piano note, which is then pitched to create ascending notes when …
Add fade out for lines / in for points at end of shape display
Add fade out for lines / in for points at end of shape display
Add shape animation and delay
Add shape animation and delay
Increase circle touch radius & line width
Increase circle touch radius & line width
Change background to black
Change background to black
Make controller add / clear the lines
Make controller add / clear the lines
Add logic for detecting connections to PointConnectionController
Add logic for detecting connections to PointConnectionController
Update point states and start refactor
Update point states and start refactor