diff --git a/LICENSE.md b/LICENSE.md index 6729e51..94406ae 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2021-2023 Serhii Snitsaruk +Copyright 2021-2024 Serhii Snitsaruk Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/demo/demo/LICENSE_ASSETS.md b/demo/demo/LICENSE_ASSETS.md new file mode 100644 index 0000000..f2760dc --- /dev/null +++ b/demo/demo/LICENSE_ASSETS.md @@ -0,0 +1,5 @@ +LimboAI Demo project graphical assets (PNG & SVG files in the "assets/" folder) +Copyright (c) 2024 Aleksandra Snitsaruk + +This work is licensed under the Creative Commons Attribution 4.0 International +license (CC BY 4.0 International): https://creativecommons.org/licenses/by/4.0/ diff --git a/demo/demo/icon.svg b/demo/demo/assets/icon.svg similarity index 100% rename from demo/demo/icon.svg rename to demo/demo/assets/icon.svg diff --git a/demo/demo/icon.svg.import b/demo/demo/assets/icon.svg.import similarity index 76% rename from demo/demo/icon.svg.import rename to demo/demo/assets/icon.svg.import index 9fd18e9..201efda 100644 --- a/demo/demo/icon.svg.import +++ b/demo/demo/assets/icon.svg.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://do6oi8vmfneur" -path="res://.godot/imported/icon.svg-f62dc0ed0a97ee42a62a3187d45aec72.ctex" +path="res://.godot/imported/icon.svg-e526cd5ce5fe587ad30e60477eb51fdf.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://demo/icon.svg" -dest_files=["res://.godot/imported/icon.svg-f62dc0ed0a97ee42a62a3187d45aec72.ctex"] +source_file="res://demo/assets/icon.svg" +dest_files=["res://.godot/imported/icon.svg-e526cd5ce5fe587ad30e60477eb51fdf.ctex"] [params] diff --git a/demo/export_presets.cfg b/demo/export_presets.cfg deleted file mode 100644 index f29e133..0000000 --- a/demo/export_presets.cfg +++ /dev/null @@ -1,37 +0,0 @@ -[preset.0] - -name="Web" -platform="Web" -runnable=true -dedicated_server=false -custom_features="" -export_filter="all_resources" -include_filter="" -exclude_filter="" -export_path="" -encryption_include_filters="" -encryption_exclude_filters="" -encrypt_pck=false -encrypt_directory=false - -[preset.0.options] - -custom_template/debug="" -custom_template/release="" -variant/extensions_support=false -vram_texture_compression/for_desktop=true -vram_texture_compression/for_mobile=false -html/export_icon=true -html/custom_html_shell="" -html/head_include="" -html/canvas_resize_policy=2 -html/focus_canvas_on_start=true -html/experimental_virtual_keyboard=false -progressive_web_app/enabled=false -progressive_web_app/offline_page="" -progressive_web_app/display=1 -progressive_web_app/orientation=0 -progressive_web_app/icon_144x144="" -progressive_web_app/icon_180x180="" -progressive_web_app/icon_512x512="" -progressive_web_app/background_color=Color(0, 0, 0, 1) diff --git a/demo/project.godot b/demo/project.godot index 7f8b52f..0a4c086 100644 --- a/demo/project.godot +++ b/demo/project.godot @@ -13,7 +13,7 @@ config_version=5 config/name="LimboAI Demo" run/main_scene="res://demo/scenes/showcase.tscn" config/features=PackedStringArray("4.2", "Forward Plus") -config/icon="res://demo/icon.svg" +config/icon="res://demo/assets/icon.svg" [display]