diff --git a/TestGDExtension.tscn b/TestGDExtension.tscn index b769393..58e1b92 100644 --- a/TestGDExtension.tscn +++ b/TestGDExtension.tscn @@ -5,4 +5,5 @@ [node name="Node3D" type="Node3D"] [node name="Test" type="Test" parent="."] +f_value = 0.596 script = ExtResource("1_3ucc5") diff --git a/gdextension/src/test.cpp b/gdextension/src/test.cpp index 7cdf7f9..a532d3b 100644 --- a/gdextension/src/test.cpp +++ b/gdextension/src/test.cpp @@ -3,8 +3,6 @@ #include #include -#include - void Test::_bind_methods() { ClassDB::bind_method(D_METHOD("get_i_value"), &Test::get_i_value); ClassDB::bind_method(D_METHOD("set_i_value", "i_val"), &Test::set_i_value);