v0.13: Merge pull request #78 from seivan/patch-1
Fixes the marshaling of Variant arguments which were previously
producing unexpected results because they were accessing the wrong
address.
Addresses a Godot problem where Floats need to be passed as Doubles
when calling the bridge API.