project-viable / viable-virtual-lab

Simulation framework to provide a virtual lab experience to teach research
https://project-viable.github.io/viable-virtual-lab/export/VirtualLabExport.html
Other
2 stars 0 forks source link

139 filling the gel rig with the gel #150

Closed tylerhand1 closed 3 weeks ago

tylerhand1 commented 1 month ago

In addition to fixing issues, I added a new group, "Ionic Substance," as a check for the electrolysis setup to ensure that it can only be filled with substances with this type, instead of all liquid substances.

tylerhand1 commented 4 weeks ago

I have made changes that switched to the more generic approach of using active instead of Fillable for determining whether an object should interact.

I have also removed the need for the check of 'if "Fillable in object' within ElectrolysisSetup.gd, so that issue is no longer a problem.

tylerhand1 commented 4 weeks ago

I deleted the edited GelImager.gd file and placed my changes in the proper file and fixed the file path to point to this GelImager.gd. I feel this is a necessary change to make the folder structure more organized.

I also made a small change to fix the UI menu for the ElectrolysisSetup fill prompt.