v79
I have made some progress. My pulldown_panel scene has the following nodes:
PulldownPanel
- VBoxContainer
- PanelContainer
- Handle (_currently just a ColorRect_)
I put this into a test scene with the following structure:
PulldownPanelTest
- PulldownPanel
- VBoxContainer
- _Labels, content etc_
And my script on the Pulldown_Panel scene responds to a key press, and expands the PanelContainer by resizing it each frame, and also moves the content (the 1st (not 0th) child of the PanelContainer) down each frame. Opposite for shrinking.