Devlogs
Delta PE vs. 25w11a
Added:-
- 2 boxes connected by HingeJoint for testing
- bean.tscn (non-functional)
- Option to spawn bean in TypesButton
Removed:-
- LinkCheck is now non-functional, will be changed in a future version
Changed:-
- The default get_tree().paused value after dragging is now true (bug avoid)
Bugs:-
- get_tree().paused assignment during stop_drag() isn't taking into account the value of pauseCheck (bug avoid see changed)
- Bean option in TypesButton is non-functional and doesn't spawn any objects, "Selected index out of range" test message shown.