From def32e76f529569eece66f27cd03321e350c9bcf Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 14 Jul 2022 10:02:01 +0200 Subject: [PATCH] Create pandemonium project. --- Node2D.tscn | 3 +++ addons/file-editor/icon.png.import | 1 + project.pandemonium | 40 ++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 Node2D.tscn create mode 100644 project.pandemonium diff --git a/Node2D.tscn b/Node2D.tscn new file mode 100644 index 0000000..b171e8d --- /dev/null +++ b/Node2D.tscn @@ -0,0 +1,3 @@ +[gd_scene format=2] + +[node name="Node2D" type="Node2D"] diff --git a/addons/file-editor/icon.png.import b/addons/file-editor/icon.png.import index 101329b..4d042fa 100644 --- a/addons/file-editor/icon.png.import +++ b/addons/file-editor/icon.png.import @@ -28,6 +28,7 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false +process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/project.pandemonium b/project.pandemonium new file mode 100644 index 0000000..4a8a365 --- /dev/null +++ b/project.pandemonium @@ -0,0 +1,40 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=4 + +_global_script_classes=[ { +"base": "Control", +"class": @"CSVEditor", +"language": @"GDScript", +"path": "res://addons/file-editor/scripts/CSVEditor.gd" +}, { +"base": "HTTPRequest", +"class": @"GoogleTranslateAPI", +"language": @"GDScript", +"path": "res://addons/file-editor/scripts/GoogleTranslatorAPI.gd" +} ] +_global_script_class_icons={ +@"CSVEditor": "", +@"GoogleTranslateAPI": "" +} + +[application] + +config/name="fileed" +config/icon="res://icon.png" + +[physics] + +common/enable_pause_aware_picking=true + +[rendering] + +vram_compression/import_etc=true +vram_compression/import_etc2=false +environment/default_environment="res://default_env.tres"