mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-31 09:49:06 +03:00
Fix incorrect static typing in 2.5D demo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user