Skip to content

Instantly share code, notes, and snippets.

@BOSS-DALE
BOSS-DALE / portal_tools_dock.gd
Last active March 18, 2026 18:28 — forked from renggli/portal_tools_dock.gd
Patched version of portal_tools_dock.gd for MacOS
@tool
extends Control
var portal_tools_plugin # cannot type hint because cyclic
var _output_dir: String = ""
var _current_export_level_path: String = ""
var _config: Dictionary = {}
var _thread = Thread.new()