We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584cbeb commit c8b37f5Copy full SHA for c8b37f5
addons/block_code/block_code_plugin.gd
@@ -5,10 +5,6 @@ extends EditorPlugin
5
const MainPanel := preload("res://addons/block_code/ui/main_panel.tscn")
6
static var main_panel
7
8
-var script_ok_button: Button
9
-var script_ok_prev_connection: Dictionary
10
-var prev_opened_script_idx: int
11
-
12
var old_feature_profile: String = ""
13
14
0 commit comments