Bithack / principia

Open source physics-based sandbox game.
https://principia-web.se
Other
282 stars 30 forks source link

Missing objects, Half finished objects. #17

Open SpicyForthProgrammer opened 2 years ago

SpicyForthProgrammer commented 2 years ago

Gears, Gearbox, Rack, magnets angular dampener are all broken this is an issue thread for those objects.

SpicyForthProgrammer commented 2 years ago

Some missing objects have been added to the sandbox menu as per my pull request. However i couldn't add the rack. Also Gears don't connect to each other, idk why they have their own code and everything it just wont make connections.

griffi-gh commented 1 year ago

Some missing objects have been added to the sandbox menu as per my pull request. However i couldn't add the rack. Also Gears don't connect to each other, idk why they have their own code and everything it just wont make connections.

because the function that checks for connected gears and marks them as pending is just never called. It's completely unused