Ark2000 / PankuConsole

Feature-packed real-time debugging toolkit for Godot Engine.
https://k2kra.xyz/PankuConsole/
MIT License
1.01k stars 39 forks source link

Fix type checks in data controller module #187

Closed worron closed 1 week ago

worron commented 3 weeks ago

Have errors after updating to Godot 4.3, probably they improve type checks on inheritance.

  Failed parse script res://addons/panku_console/modules/data_controller/exporter/row_ui_color.gd
  The function signature doesn't match the parent. Parent signature is "get_ui_val() -> Variant".
  Failed parse script res://addons/panku_console/modules/data_controller/exporter/row_ui_string.gd
  The function signature doesn't match the parent. Parent signature is "get_ui_val() -> Variant".
  Failed parse script res://addons/panku_console/modules/data_controller/exporter/row_ui_bool.gd
  The function signature doesn't match the parent. Parent signature is "get_ui_val() -> Variant".

This minor tweak resolve the issue.