Results 2 issues of Tim

### Bug The transforms using `GetComponentLocation` and `GetComponentQuat` are incorrect. ### Fix Use `GetRelativeLocation` and `GetRelativeRotation` (converted into an `FQuat`) instead.

### Summary Fixes yielding (awaiting) for signals in Gut in Godot 4. For testing, I used a simple `GutTest` which emits a button press (below); ``` func test_pressed(): var button...