Julian Habekost

Results 3 issues of Julian Habekost

The method is a classmethod but it is written as if it was an instance method (using self, which does not exist in this context). Also, a variable (z_axis) is...

When I do the following in GDScript: ``` extends Spatial func _process(delta): rotate_y(PI*delta) print(transform) ``` then the objects rotates as intended and the output is also as expected: ``` 0.902019,...

When the slider is used within a directive with custom element, for example the https://github.com/LukaszWatroba/v-tabs, the following error is thrown: `TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is...

bug