Explorar el Código

Fix incorrect static typing in 2.5D demo

Hugo Locurcio hace 1 año
padre
commit
7223aec001
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      misc/2.5d/addons/node25d/node25d_plugin.gd

+ 1 - 1
misc/2.5d/addons/node25d/node25d_plugin.gd

@@ -3,7 +3,7 @@ extends EditorPlugin
 
 const MainPanel = preload("res://addons/node25d/main_screen/main_screen_25d.tscn")
 
-var main_panel_instance: Panel
+var main_panel_instance: VBoxContainer
 
 
 func _enter_tree() -> void: