Demo: Add LICENSE_ASSETS.md
This commit is contained in:
parent
9443c50d94
commit
cd4e28f391
|
@ -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:
|
||||
|
||||
|
|
|
@ -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/
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -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]
|
||||
|
|
@ -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)
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue