diff --git a/Settings.gd b/Settings.gd deleted file mode 100644 index 9143c40..0000000 --- a/Settings.gd +++ /dev/null @@ -1,35 +0,0 @@ -extends Reference - -class_name Settings - -# Used when testing and adding new features to cq-cli -const cq_cli_dev_mode = false - - -""" -Returns the path to the cq-cli utility. -""" -static func get_cq_cli_path(): - var path_sep = "/" - var cq_cli_name = "cq-cli/cq-cli" - - # Set the Windows path to cq-cli - if OS.get_name() == "Windows": - # If in dev mode, run cq-cli with the system Python - if cq_cli_dev_mode: - cq_cli_name = "cq-cli\\cq-cli.py" - else: - cq_cli_name = "cq-cli\\cq-cli.exe" - - # Save the path separators for the system - path_sep = "\\" - else: - # If in dev mode, run cq-cli with the system Python - if cq_cli_dev_mode: - cq_cli_name = "cq-cli/cq-cli.py" - - var path = OS.get_executable_path() - var exe_name = path.split(path_sep)[-1] - path = path.replace(exe_name, cq_cli_name) - - return path diff --git a/assets/samples/sample_2D_render.svg b/assets/samples/sample_2D_render.svg deleted file mode 100644 index c6574b3..0000000 --- a/assets/samples/sample_2D_render.svg +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - diff --git a/assets/samples/sample_2D_render.svg.import b/assets/samples/sample_2D_render.svg.import deleted file mode 100644 index 986a877..0000000 --- a/assets/samples/sample_2D_render.svg.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path="res://.import/sample_2D_render.svg-2e70043188df1cd1b9ec2c20b8f7344b.stex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/samples/sample_2D_render.svg" -dest_files=[ "res://.import/sample_2D_render.svg-2e70043188df1cd1b9ec2c20b8f7344b.stex" ] - -[params] - -compress/mode=0 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 diff --git a/export_presets.cfg b/export_presets.cfg index 371a66f..503c92a 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -7,7 +7,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../Semblage_Linux_x86_64/Semblage.x86_64" +export_path="../../Semblage/Semblage.x86_64" script_export_mode=1 script_encryption_key="" diff --git a/project.godot b/project.godot index 8d0a25a..554582c 100644 --- a/project.godot +++ b/project.godot @@ -264,11 +264,6 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://controls/SelectorControl.gd" }, { -"base": "Reference", -"class": "Settings", -"language": "GDScript", -"path": "res://Settings.gd" -}, { "base": "VBoxContainer", "class": "ShellControl", "language": "GDScript", @@ -421,7 +416,6 @@ _global_script_class_icons={ "SectionControl": "", "Security": "", "SelectorControl": "", -"Settings": "", "ShellControl": "", "SketchControl": "", "SlotControl": "",