diff --git a/.gitattributes b/.gitattributes index 57f7150..17d0047 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,5 @@ *.png filter=lfs diff=lfs merge=lfs -text *.glb filter=lfs diff=lfs merge=lfs -text /design/miep filter=lfs diff=lfs merge=lfs -text +*.xcf filter=lfs diff=lfs merge=lfs -text +*.mesh filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index a17a2e9..727e496 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b45c240cb3a3ef70854f391965dbb9f6e5a005d82e242e829c76ef2ce04d4158 -size 72 +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg +*.blend1 \ No newline at end of file diff --git a/design/cards_compositing.blend1 b/design/cards_compositing.blend1 index 8e047a3..9df39ce 100644 Binary files a/design/cards_compositing.blend1 and b/design/cards_compositing.blend1 differ diff --git a/readme.md b/readme.md index e28f7f1..2723d67 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,3 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fec620ddf35170341523f94d4a33050c5c4eacd6550edb1febdbf4a62255d3b -size 125 +# Frame of Mind git + +How to install: get [Godot](https://godotengine.org/download) and open the src folder as a new project. diff --git a/src/DropZone.gd b/src/DropZone.gd index b6a8031..c1bdc60 100644 --- a/src/DropZone.gd +++ b/src/DropZone.gd @@ -1,3 +1,28 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd371b07e4bd83a1826d357fcb7d9a2f6766055d119b3f135ae81c1b0ab00bd7 -size 751 +extends Container + +tool + +# Declare member variables here. Examples: +# var a = 2 +# var b = "text" + +export(String) var caption setget set_caption +export(Texture) var texture setget set_texture + +func set_caption(cap:String): + $Label.text = cap + +func set_texture(tex:Texture): + $TextureRect.texture = tex + +# Called when the node enters the scene tree for the first time. +func _ready(): + pass + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _process(_delta): + var areas = $Area2D.get_overlapping_areas() + if areas.size() == 1: + var parent = areas[0].get_parent() + if "snap_position" in parent and Input.is_action_just_released("click"): + parent.snap_position = parent.rect_position diff --git a/src/DropZone.tscn b/src/DropZone.tscn index d7a232d..6a1d49c 100644 --- a/src/DropZone.tscn +++ b/src/DropZone.tscn @@ -1,3 +1,25 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a449efcd6f4cd3a191bc43e59497322a7f59c17a8a5677666368aa3ff2e8cfe -size 609 +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://DropZone.gd" type="Script" id=1] + +[sub_resource type="RectangleShape2D" id=1] +extents = Vector2( 400, 200 ) + +[node name="DropZone" type="Container"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_right = -1920.0 +margin_bottom = -1080.0 +script = ExtResource( 1 ) + +[node name="Label" type="Label" parent="."] +margin_bottom = 14.0 +align = 1 +valign = 1 + +[node name="Area2D" type="Area2D" parent="."] + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"] +shape = SubResource( 1 ) + +[node name="TextureRect" type="TextureRect" parent="."] diff --git a/src/Playfield.tscn b/src/Playfield.tscn index 3c8693f..3da37d0 100644 --- a/src/Playfield.tscn +++ b/src/Playfield.tscn @@ -1,3 +1,21 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b34928d7763bb47d3193bbf9cc257885f7c0d661820cde4eda5cd1bef6ad6667 -size 563 +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://DropZone.tscn" type="PackedScene" id=1] +[ext_resource path="res://base_scenes/Card.tscn" type="PackedScene" id=2] + +[node name="Playfield" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 + +[node name="Card" parent="." instance=ExtResource( 2 )] +margin_left = 432.0 +margin_top = 296.0 +margin_right = -1488.0 +margin_bottom = -784.0 +caption = "Test test" + +[node name="DropZone" parent="." instance=ExtResource( 1 )] +margin_left = 1511.0 +margin_top = 870.0 +margin_right = -409.0 +margin_bottom = -210.0 diff --git a/src/assets/fonts/LICENCE.txt b/src/assets/fonts/LICENCE.txt index a1af9ca..ae78a8f 100644 --- a/src/assets/fonts/LICENCE.txt +++ b/src/assets/fonts/LICENCE.txt @@ -1,3 +1,96 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002 -size 4673 +------------------------------- +UBUNTU FONT LICENCE Version 1.0 +------------------------------- + +PREAMBLE +This licence allows the licensed fonts to be used, studied, modified and +redistributed freely. The fonts, including any derivative works, can be +bundled, embedded, and redistributed provided the terms of this licence +are met. The fonts and derivatives, however, cannot be released under +any other licence. The requirement for fonts to remain under this +licence does not require any document created using the fonts or their +derivatives to be published under this licence, as long as the primary +purpose of the document is not to be a vehicle for the distribution of +the fonts. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this licence and clearly marked as such. This may +include source files, build scripts and documentation. + +"Original Version" refers to the collection of Font Software components +as received under this licence. + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to +a new environment. + +"Copyright Holder(s)" refers to all individuals and companies who have a +copyright ownership of the Font Software. + +"Substantially Changed" refers to Modified Versions which can be easily +identified as dissimilar to the Font Software by users of the Font +Software comparing the Original Version with the Modified Version. + +To "Propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification and with or without charging +a redistribution fee), making available to the public, and in some +countries other activities as well. + +PERMISSION & CONDITIONS +This licence does not grant any rights under trademark law and all such +rights are reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of the Font Software, to propagate the Font Software, subject to +the below conditions: + +1) Each copy of the Font Software must contain the above copyright +notice and this licence. These can be included either as stand-alone +text files, human-readable headers or in the appropriate machine- +readable metadata fields within text or binary files as long as those +fields can be easily viewed by the user. + +2) The font name complies with the following: +(a) The Original Version must retain its name, unmodified. +(b) Modified Versions which are Substantially Changed must be renamed to +avoid use of the name of the Original Version or similar names entirely. +(c) Modified Versions which are not Substantially Changed must be +renamed to both (i) retain the name of the Original Version and (ii) add +additional naming elements to distinguish the Modified Version from the +Original Version. The name of such Modified Versions must be the name of +the Original Version, with "derivative X" where X represents the name of +the new work, appended to that name. + +3) The name(s) of the Copyright Holder(s) and any contributor to the +Font Software shall not be used to promote, endorse or advertise any +Modified Version, except (i) as required by this licence, (ii) to +acknowledge the contribution(s) of the Copyright Holder(s) or (iii) with +their explicit written permission. + +4) The Font Software, modified or unmodified, in part or in whole, must +be distributed entirely under this licence, and must not be distributed +under any other licence. The requirement for fonts to remain under this +licence does not affect any document created using the Font Software, +except any version of the Font Software extracted from a document +created using the Font Software may only be distributed under this +licence. + +TERMINATION +This licence becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF +COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER +DEALINGS IN THE FONT SOFTWARE. diff --git a/src/assets/fonts/OFL.txt b/src/assets/fonts/OFL.txt index d424114..26ef787 100644 --- a/src/assets/fonts/OFL.txt +++ b/src/assets/fonts/OFL.txt @@ -1,3 +1,94 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a254b809556222582295c713deecbc1b82ce8c04882c343d0145381bbad7e3a -size 4477 +Copyright (c) 2011, Cyreal (www.cyreal.org), +with Reserved Font Name "Iceland". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/src/assets/fonts/Ubuntu-M.ttf b/src/assets/fonts/Ubuntu-M.ttf index a9af38b..ca9c03a 100644 Binary files a/src/assets/fonts/Ubuntu-M.ttf and b/src/assets/fonts/Ubuntu-M.ttf differ diff --git a/src/assets/fonts/WaitingfortheSunrise-Regular.ttf b/src/assets/fonts/WaitingfortheSunrise-Regular.ttf index fe8c7ac..2e5e311 100644 Binary files a/src/assets/fonts/WaitingfortheSunrise-Regular.ttf and b/src/assets/fonts/WaitingfortheSunrise-Regular.ttf differ diff --git a/src/assets/fonts/accessible-font.tres b/src/assets/fonts/accessible-font.tres index 4829259..3fa44e2 100644 --- a/src/assets/fonts/accessible-font.tres +++ b/src/assets/fonts/accessible-font.tres @@ -1,3 +1,9 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9d98fe4ffb491337d3622b005acabc6a42fb11d15a212652c2e387d8fcf13d4 -size 237 +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://assets/fonts/Ubuntu-M.ttf" type="DynamicFontData" id=1] + +[resource] +size = 28 +extra_spacing_top = 5 +extra_spacing_bottom = -7 +font_data = ExtResource( 1 ) diff --git a/src/assets/fonts/accessible-theme.tres b/src/assets/fonts/accessible-theme.tres index 21db085..a9a61d2 100644 --- a/src/assets/fonts/accessible-theme.tres +++ b/src/assets/fonts/accessible-theme.tres @@ -1,3 +1,12 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a59c591f43d1121862ce787b2f421922d94f7f20e04600cfba5d950ca095c932 -size 303 +[gd_resource type="Theme" load_steps=3 format=2] + +[ext_resource path="res://assets/fonts/Ubuntu-M.ttf" type="DynamicFontData" id=1] + +[sub_resource type="DynamicFont" id=1] +size = 28 +extra_spacing_top = 5 +extra_spacing_bottom = -7 +font_data = ExtResource( 1 ) + +[resource] +default_font = SubResource( 1 ) diff --git a/src/assets/fonts/handwriting-font.tres b/src/assets/fonts/handwriting-font.tres index d96013b..1039328 100644 --- a/src/assets/fonts/handwriting-font.tres +++ b/src/assets/fonts/handwriting-font.tres @@ -1,3 +1,9 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e5b4d97f9fa692497aa8c25ae90f1fc40f124fada8a9ae0bc7b2ab33bf7038f -size 260 +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://assets/fonts/WaitingfortheSunrise-Regular.ttf" type="DynamicFontData" id=1] + +[resource] +size = 38 +extra_spacing_top = -10 +extra_spacing_bottom = -23 +font_data = ExtResource( 1 ) diff --git a/src/assets/fonts/handwriting-theme.tres b/src/assets/fonts/handwriting-theme.tres index a7421db..0626710 100644 --- a/src/assets/fonts/handwriting-theme.tres +++ b/src/assets/fonts/handwriting-theme.tres @@ -1,3 +1,6 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:177b4bff8e350eb1dc2f77198700a76b2dee99b5cb331b65e981b2044b1e2e6f -size 181 +[gd_resource type="Theme" load_steps=2 format=2] + +[ext_resource path="res://assets/fonts/handwriting-font.tres" type="DynamicFont" id=1] + +[resource] +default_font = ExtResource( 1 ) diff --git a/src/assets/textures/3D/brick_wall_001_ao_1k.png.import b/src/assets/textures/3D/brick_wall_001_ao_1k.png.import index d16db81..1087802 100644 --- a/src/assets/textures/3D/brick_wall_001_ao_1k.png.import +++ b/src/assets/textures/3D/brick_wall_001_ao_1k.png.import @@ -1,3 +1,37 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d71d3b703afd1c7c6f3aecac9d2d6536baf5f3abd0c8f5c1fddaa2f470fe1a6 -size 973 +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/brick_wall_001_ao_1k.png-967447a300aa2345a8fabd885a39f53c.s3tc.stex" +path.etc="res://.import/brick_wall_001_ao_1k.png-967447a300aa2345a8fabd885a39f53c.etc.stex" +metadata={ +"imported_formats": [ "s3tc", "etc" ], +"vram_texture": true +} + +[deps] + +source_file="res://assets/textures/3D/brick_wall_001_ao_1k.png" +dest_files=[ "res://.import/brick_wall_001_ao_1k.png-967447a300aa2345a8fabd885a39f53c.s3tc.stex", "res://.import/brick_wall_001_ao_1k.png-967447a300aa2345a8fabd885a39f53c.etc.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=true +flags/filter=true +flags/mipmaps=true +flags/anisotropic=false +flags/srgb=2 +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=false +svg/scale=1.0 diff --git a/src/assets/textures/3D/brick_wall_001_diffuse_1k.jpg.import b/src/assets/textures/3D/brick_wall_001_diffuse_1k.jpg.import index b4e5904..0041572 100644 --- a/src/assets/textures/3D/brick_wall_001_diffuse_1k.jpg.import +++ b/src/assets/textures/3D/brick_wall_001_diffuse_1k.jpg.import @@ -1,3 +1,37 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db90ac0ed17e2e2ffe75c248120787f4c61143f33cc5fc9a2ecbaca62e024a03 -size 998 +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/brick_wall_001_diffuse_1k.jpg-ebf8190c5fdec2d179fada28b671971e.s3tc.stex" +path.etc="res://.import/brick_wall_001_diffuse_1k.jpg-ebf8190c5fdec2d179fada28b671971e.etc.stex" +metadata={ +"imported_formats": [ "s3tc", "etc" ], +"vram_texture": true +} + +[deps] + +source_file="res://assets/textures/3D/brick_wall_001_diffuse_1k.jpg" +dest_files=[ "res://.import/brick_wall_001_diffuse_1k.jpg-ebf8190c5fdec2d179fada28b671971e.s3tc.stex", "res://.import/brick_wall_001_diffuse_1k.jpg-ebf8190c5fdec2d179fada28b671971e.etc.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=true +flags/filter=true +flags/mipmaps=true +flags/anisotropic=false +flags/srgb=1 +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=false +svg/scale=1.0 diff --git a/src/assets/textures/3D/brick_wall_001_nor_gl_1k.png.import b/src/assets/textures/3D/brick_wall_001_nor_gl_1k.png.import index 5421169..b8e9d5a 100644 --- a/src/assets/textures/3D/brick_wall_001_nor_gl_1k.png.import +++ b/src/assets/textures/3D/brick_wall_001_nor_gl_1k.png.import @@ -1,3 +1,37 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bd706bc29dff6a80d5f7462f081d7894cca13ca3e50902a4f0fa7999e2062de -size 993 +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/brick_wall_001_nor_gl_1k.png-a8fa80c3995914f0b4c4207728e377c2.s3tc.stex" +path.etc="res://.import/brick_wall_001_nor_gl_1k.png-a8fa80c3995914f0b4c4207728e377c2.etc.stex" +metadata={ +"imported_formats": [ "s3tc", "etc" ], +"vram_texture": true +} + +[deps] + +source_file="res://assets/textures/3D/brick_wall_001_nor_gl_1k.png" +dest_files=[ "res://.import/brick_wall_001_nor_gl_1k.png-a8fa80c3995914f0b4c4207728e377c2.s3tc.stex", "res://.import/brick_wall_001_nor_gl_1k.png-a8fa80c3995914f0b4c4207728e377c2.etc.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=1 +flags/repeat=true +flags/filter=true +flags/mipmaps=true +flags/anisotropic=false +flags/srgb=2 +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=false +svg/scale=1.0 diff --git a/src/assets/textures/3D/brick_wall_001_roughness_1k.jpg-6.jpg.import b/src/assets/textures/3D/brick_wall_001_roughness_1k.jpg-6.jpg.import index 95bb9ef..74352c7 100644 --- a/src/assets/textures/3D/brick_wall_001_roughness_1k.jpg-6.jpg.import +++ b/src/assets/textures/3D/brick_wall_001_roughness_1k.jpg-6.jpg.import @@ -1,3 +1,37 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c929d2bb6815cd1210644afdb04b7b55877ab1b45d197bc79ddaa860651b1fe -size 1038 +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/brick_wall_001_roughness_1k.jpg-6.jpg-bcb66446869a9f06f0868aadae3346e8.s3tc.stex" +path.etc="res://.import/brick_wall_001_roughness_1k.jpg-6.jpg-bcb66446869a9f06f0868aadae3346e8.etc.stex" +metadata={ +"imported_formats": [ "s3tc", "etc" ], +"vram_texture": true +} + +[deps] + +source_file="res://assets/textures/3D/brick_wall_001_roughness_1k.jpg-6.jpg" +dest_files=[ "res://.import/brick_wall_001_roughness_1k.jpg-6.jpg-bcb66446869a9f06f0868aadae3346e8.s3tc.stex", "res://.import/brick_wall_001_roughness_1k.jpg-6.jpg-bcb66446869a9f06f0868aadae3346e8.etc.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=true +flags/filter=true +flags/mipmaps=true +flags/anisotropic=false +flags/srgb=2 +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=false +svg/scale=1.0 diff --git a/src/assets/textures/3D/grey_plaster_03_diff_2k-1.jpg.out.pp3 b/src/assets/textures/3D/grey_plaster_03_diff_2k-1.jpg.out.pp3 index adab0f6..34f4700 100644 --- a/src/assets/textures/3D/grey_plaster_03_diff_2k-1.jpg.out.pp3 +++ b/src/assets/textures/3D/grey_plaster_03_diff_2k-1.jpg.out.pp3 @@ -1,3 +1,642 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a90e5da6da46cdb1d60a1e5809e016e20f5828cc5f170ad28168072c19f6460 -size 11583 +[Version] +AppVersion= +Version=346 + +[General] +Rank=-1 +ColorLabel=0 +InTrash=false + +[Exposure] +Auto=false +Clip=0.02 +Compensation=0 +Brightness=0 +Contrast=-62 +Saturation=0 +Black=0 +HighlightCompr=0 +HighlightComprThreshold=0 +ShadowCompr=50 +HistogramMatching=false +CurveFromHistogramMatching=false +ClampOOG=true +CurveMode=Standard +CurveMode2=Standard +Curve=0; +Curve2=0; + +[HLRecovery] +Enabled=false +Method=Blend + +[Retinex] +Enabled=false +Str=20 +Scal=3 +Iter=1 +Grad=1 +Grads=1 +Gam=1.3 +Slope=3 +Median=false +Neigh=80 +Offs=0 +Vart=200 +Limd=8 +highl=4 +skal=3 +RetinexMethod=high +mapMethod=none +viewMethod=none +Retinexcolorspace=Lab +Gammaretinex=none +CDCurve=0; +MAPCurve=0; +CDHCurve=0; +LHCurve=0; +Highlights=0 +HighlightTonalWidth=80 +Shadows=0 +ShadowTonalWidth=80 +Radius=40 +TransmissionCurve=1;0;0.5;0.34999999999999998;0.34999999999999998;0.59999999999999998;0.75;0.34999999999999998;0.34999999999999998;1;0.5;0.34999999999999998;0.34999999999999998; +GainTransmissionCurve=1;0;0.10000000000000001;0.34999999999999998;0;0.25;0.25;0.34999999999999998;0.34999999999999998;0.69999999999999996;0.25;0.34999999999999998;0.34999999999999998;1;0.10000000000000001;0;0; + +[Local Contrast] +Enabled=false +Radius=80 +Amount=0.20000000000000001 +Darkness=1 +Lightness=1 + +[Channel Mixer] +Enabled=false +Red=1000;0;0; +Green=0;1000;0; +Blue=0;0;1000; + +[Black & White] +Enabled=false +Method=Desaturation +Auto=false +ComplementaryColors=true +Setting=RGB-Rel +Filter=None +MixerRed=33 +MixerOrange=33 +MixerYellow=33 +MixerGreen=33 +MixerCyan=33 +MixerBlue=33 +MixerMagenta=33 +MixerPurple=33 +GammaRed=0 +GammaGreen=0 +GammaBlue=0 +Algorithm=SP +LuminanceCurve=0; +BeforeCurveMode=Standard +AfterCurveMode=Standard +BeforeCurve=0; +AfterCurve=0; + +[Luminance Curve] +Enabled=false +Brightness=0 +Contrast=0 +Chromaticity=0 +AvoidColorShift=false +RedAndSkinTonesProtection=0 +LCredsk=true +LCurve=0; +aCurve=0; +bCurve=0; +ccCurve=0; +chCurve=0; +lhCurve=0; +hhCurve=0; +LcCurve=0; +ClCurve=0; + +[Sharpening] +Enabled=false +Contrast=20 +Method=usm +Radius=0.5 +BlurRadius=0.20000000000000001 +Amount=200 +Threshold=20;80;2000;1200; +OnlyEdges=false +EdgedetectionRadius=1.8999999999999999 +EdgeTolerance=1800 +HalocontrolEnabled=false +HalocontrolAmount=85 +DeconvRadius=0.75 +DeconvAmount=100 +DeconvDamping=0 +DeconvIterations=30 + +[Vibrance] +Enabled=false +Pastels=0 +Saturated=0 +PSThreshold=0;75; +ProtectSkins=false +AvoidColorShift=true +PastSatTog=true +SkinTonesCurve=0; + +[SharpenEdge] +Enabled=false +Passes=2 +Strength=50 +ThreeChannels=false + +[SharpenMicro] +Enabled=false +Matrix=false +Strength=20 +Contrast=20 +Uniformity=5 + +[White Balance] +Enabled=true +Setting=Camera +Temperature=6490 +Green=1.0019899871615525 +Equal=1 +TemperatureBias=0 + +[Color appearance] +Enabled=false +Degree=90 +AutoDegree=true +Degreeout=90 +AutoDegreeout=true +Surround=Average +Surrsrc=Average +AdaptLum=16 +Badpixsl=0 +Model=RawT +Algorithm=JC +J-Light=0 +Q-Bright=0 +C-Chroma=0 +S-Chroma=0 +M-Chroma=0 +J-Contrast=0 +Q-Contrast=0 +H-Hue=0 +RSTProtection=0 +AdaptScene=2000 +AutoAdapscen=true +YbScene=18 +Autoybscen=true +SurrSource=false +Gamut=true +Tempout=5000 +Greenout=1 +Tempsc=5000 +Greensc=1 +Ybout=18 +Datacie=false +Tonecie=false +CurveMode=Lightness +CurveMode2=Lightness +CurveMode3=Chroma +Curve=0; +Curve2=0; +Curve3=0; + +[Impulse Denoising] +Enabled=false +Threshold=50 + +[Defringing] +Enabled=false +Radius=2 +Threshold=13 +HueCurve=1;0.16666666699999999;0;0.34999999999999998;0.34999999999999998;0.34699999999999998;0;0.34999999999999998;0.34999999999999998;0.51366742600000004;0;0.34999999999999998;0.34999999999999998;0.66894457100000004;0;0.34999999999999998;0.34999999999999998;0.82877752459999998;0.97835991;0.34999999999999998;0.34999999999999998;0.99088838270000001;0;0.34999999999999998;0.34999999999999998; + +[Dehaze] +Enabled=false +Strength=50 +ShowDepthMap=false +Depth=25 +Luminance=false + +[Directional Pyramid Denoising] +Enabled=false +Enhance=false +Median=false +Luma=0 +Ldetail=0 +Chroma=15 +Method=Lab +LMethod=SLI +CMethod=MAN +C2Method=AUTO +SMethod=shal +MedMethod=soft +RGBMethod=soft +MethodMed=Lonly +Redchro=0 +Bluechro=0 +Gamma=1.7 +Passes=1 +LCurve=1;0.050000000000000003;0.14999999999999999;0.34999999999999998;0.34999999999999998;0.55000000000000004;0.040000000000000001;0.34999999999999998;0.34999999999999998; +CCCurve=1;0.050000000000000003;0.5;0.34999999999999998;0.34999999999999998;0.34999999999999998;0.050000000000000003;0.34999999999999998;0.34999999999999998; + +[EPD] +Enabled=false +Strength=0.5 +Gamma=1 +EdgeStopping=1.3999999999999999 +Scale=1 +ReweightingIterates=0 + +[FattalToneMapping] +Enabled=false +Threshold=30 +Amount=20 +Anchor=50 + +[Shadows & Highlights] +Enabled=false +Highlights=0 +HighlightTonalWidth=70 +Shadows=0 +ShadowTonalWidth=30 +Radius=40 +Lab=false + +[Crop] +Enabled=false +X=0 +Y=0 +W=2048 +H=2048 +FixedRatio=true +Ratio=As Image +Orientation=As Image +Guide=Frame + +[Coarse Transformation] +Rotate=0 +HorizontalFlip=false +VerticalFlip=false + +[Common Properties for Transformations] +Method=log +AutoFill=true + +[Rotation] +Degree=0 + +[Distortion] +Amount=0 + +[LensProfile] +LcMode=none +LCPFile= +UseDistortion=true +UseVignette=true +UseCA=false +LFCameraMake= +LFCameraModel= +LFLens= + +[Perspective] +Horizontal=0 +Vertical=0 + +[Gradient] +Enabled=false +Degree=0 +Feather=25 +Strength=0.59999999999999998 +CenterX=0 +CenterY=0 + +[PCVignette] +Enabled=false +Strength=0.59999999999999998 +Feather=50 +Roundness=50 + +[CACorrection] +Red=0 +Blue=0 + +[Vignetting Correction] +Amount=0 +Radius=50 +Strength=1 +CenterX=0 +CenterY=0 + +[Resize] +Enabled=false +Scale=0.44 +AppliesTo=Cropped area +Method=Lanczos +DataSpecified=3 +Width=900 +Height=900 +AllowUpscaling=false + +[PostDemosaicSharpening] +Enabled=false +Contrast=10 +AutoContrast=true +AutoRadius=true +DeconvRadius=0.75 +DeconvRadiusOffset=0 +DeconvIterCheck=true +DeconvIterations=20 + +[PostResizeSharpening] +Enabled=false +Contrast=15 +Method=rld +Radius=0.5 +Amount=200 +Threshold=20;80;2000;1200; +OnlyEdges=false +EdgedetectionRadius=1.8999999999999999 +EdgeTolerance=1800 +HalocontrolEnabled=false +HalocontrolAmount=85 +DeconvRadius=0.45000000000000001 +DeconvAmount=100 +DeconvDamping=0 +DeconvIterations=100 + +[Color Management] +InputProfile=(embedded) +ToneCurve=false +ApplyLookTable=false +ApplyBaselineExposureOffset=true +ApplyHueSatMap=true +DCPIlluminant=0 +WorkingProfile=ProPhoto +WorkingTRC=none +WorkingTRCGamma=2.3999999999999999 +WorkingTRCSlope=12.92 +OutputProfile=RTv4_sRGB +OutputProfileIntent=Relative +OutputBPC=true + +[Wavelet] +Enabled=false +Strength=100 +Balance=0 +Iter=0 +MaxLev=7 +TilesMethod=full +DaubMethod=4_ +ChoiceLevMethod=all +BackMethod=grey +LevMethod=4 +DirMethod=all +CBgreenhigh=0 +CBgreenmed=0 +CBgreenlow=0 +CBbluehigh=0 +CBbluemed=0 +CBbluelow=0 +Expcontrast=false +Expchroma=false +Expedge=false +Expresid=false +Expfinal=false +Exptoning=false +Expnoise=false +Contrast1=0 +Contrast2=0 +Contrast3=0 +Contrast4=0 +Contrast5=0 +Contrast6=0 +Contrast7=0 +Contrast8=0 +Contrast9=0 +Chroma1=0 +Chroma2=0 +Chroma3=0 +Chroma4=0 +Chroma5=0 +Chroma6=0 +Chroma7=0 +Chroma8=0 +Chroma9=0 +ContExtra=0 +HSMethod=with +HLRange=50;75;100;98; +SHRange=0;2;50;25; +Edgcont=0;10;75;40; +Level0noise=0;0; +Level1noise=0;0; +Level2noise=0;0; +Level3noise=0;0; +ThresholdHighlight=5 +ThresholdShadow=4 +Edgedetect=90 +Edgedetectthr=20 +EdgedetectthrHi=0 +Edgesensi=60 +Edgeampli=10 +ThresholdChroma=5 +CHromaMethod=without +Medgreinf=less +CHSLromaMethod=SL +EDMethod=CU +NPMethod=none +BAMethod=none +TMMethod=cont +ChromaLink=0 +ContrastCurve=1;0;0.25;0.34999999999999998;0.34999999999999998;0.5;0.75;0.34999999999999998;0.34999999999999998;0.90000000000000002;0;0.34999999999999998;0.34999999999999998; +Pastlev=0;2;30;20; +Satlev=30;45;130;100; +OpacityCurveRG=1;0;0.5;0.34999999999999998;0.34999999999999998;1;0.5;0.34999999999999998;0.34999999999999998; +OpacityCurveBY=1;0;0.5;0.34999999999999998;0.34999999999999998;1;0.5;0.34999999999999998;0.34999999999999998; +OpacityCurveW=1;0;0.34999999999999998;0.34999999999999998;0;0.34999999999999998;0.75;0.34999999999999998;0.34999999999999998;0.59999999999999998;0.75;0.34999999999999998;0.34999999999999998;1;0.34999999999999998;0;0; +OpacityCurveWL=1;0;0.5;0.34999999999999998;0.34999999999999998;1;0.5;0.34999999999999998;0.34999999999999998; +HHcurve=0; +CHcurve=0; +WavclCurve=0; +Median=false +Medianlev=false +Linkedg=true +CBenab=false +Lipst=false +Skinprotect=0 +Hueskin=-5;25;170;120; +Edgrad=15 +Edgval=0 +ThrEdg=10 +AvoidColorShift=false +TMr=false +ResidualcontShadow=0 +ResidualcontHighlight=0 +ThresholdResidShadow=35 +ThresholdResidHighLight=65 +Residualchroma=0 +ResidualTM=0 +Residualgamma=1 +HueRangeResidual=0 +HueRange=-260;-250;-130;-140; +Contrast=0 + +[Directional Pyramid Equalizer] +Enabled=true +Gamutlab=false +cbdlMethod=bef +Mult0=1.0800000000000001 +Mult1=1.6000000000000001 +Mult2=1.1899999999999999 +Mult3=0.40000000000000002 +Mult4=0.31 +Mult5=1.46 +Threshold=0.19 +Skinprotect=0 +Hueskin=-5;25;170;120; + +[HSV Equalizer] +Enabled=false +HCurve=0; +SCurve=0; +VCurve=0; + +[SoftLight] +Enabled=false +Strength=30 + +[Film Simulation] +Enabled=false +ClutFilename= +Strength=100 + +[RGB Curves] +Enabled=false +LumaMode=false +rCurve=0; +gCurve=0; +bCurve=0; + +[ColorToning] +Enabled=false +Method=LabRegions +Lumamode=true +Twocolor=Std +Redlow=0 +Greenlow=0 +Bluelow=0 +Satlow=0 +Balance=0 +Sathigh=0 +Redmed=0 +Greenmed=0 +Bluemed=0 +Redhigh=0 +Greenhigh=0 +Bluehigh=0 +Autosat=true +OpacityCurve=1;0;0.29999999999999999;0.34999999999999998;0;0.25;0.80000000000000004;0.34999999999999998;0.34999999999999998;0.69999999999999996;0.80000000000000004;0.34999999999999998;0.34999999999999998;1;0.29999999999999999;0;0; +ColorCurve=1;0.050000000000000003;0.62;0.25;0.25;0.58499999999999996;0.11;0.25;0.25; +SatProtectionThreshold=30 +SaturatedOpacity=80 +Strength=50 +HighlightsColorSaturation=60;80; +ShadowsColorSaturation=80;208; +ClCurve=3;0;0;0.34999999999999998;0.65000000000000002;1;1; +Cl2Curve=3;0;0;0.34999999999999998;0.65000000000000002;1;1; +LabGridALow=0 +LabGridBLow=0 +LabGridAHigh=0 +LabGridBHigh=0 +LabRegionA_1=0 +LabRegionB_1=0 +LabRegionSaturation_1=0 +LabRegionSlope_1=1 +LabRegionOffset_1=0 +LabRegionPower_1=1 +LabRegionHueMask_1=1;0.16666666699999999;1;0.34999999999999998;0.34999999999999998;0.82877752459999998;1;0.34999999999999998;0.34999999999999998; +LabRegionChromaticityMask_1=1;0;1;0.34999999999999998;0.34999999999999998;1;1;0.34999999999999998;0.34999999999999998; +LabRegionLightnessMask_1=1;0;1;0.34999999999999998;0.34999999999999998;1;1;0.34999999999999998;0.34999999999999998; +LabRegionMaskBlur_1=0 +LabRegionChannel_1=-1 +LabRegionsShowMask=-1 + +[RAW] +DarkFrame=/szeva +DarkFrameAuto=false +FlatFieldFile=/szeva +FlatFieldAutoSelect=false +FlatFieldBlurRadius=32 +FlatFieldBlurType=Area Flatfield +FlatFieldAutoClipControl=false +FlatFieldClipControl=0 +CA=false +CAAvoidColourshift=true +CAAutoIterations=2 +CARed=0 +CABlue=0 +HotPixelFilter=false +DeadPixelFilter=false +HotDeadPixelThresh=100 +PreExposure=1 + +[RAW Bayer] +Method=amaze +Border=4 +ImageNum=1 +CcSteps=0 +PreBlack0=0 +PreBlack1=0 +PreBlack2=0 +PreBlack3=0 +PreTwoGreen=true +LineDenoise=0 +LineDenoiseDirection=3 +GreenEqThreshold=0 +DCBIterations=2 +DCBEnhance=true +LMMSEIterations=2 +DualDemosaicAutoContrast=true +DualDemosaicContrast=20 +PixelShiftMotionCorrectionMethod=1 +PixelShiftEperIso=0 +PixelShiftSigma=1 +PixelShiftShowMotion=false +PixelShiftShowMotionMaskOnly=false +pixelShiftHoleFill=true +pixelShiftMedian=false +pixelShiftGreen=true +pixelShiftBlur=true +pixelShiftSmoothFactor=0.69999999999999996 +pixelShiftEqualBright=false +pixelShiftEqualBrightChannel=false +pixelShiftNonGreenCross=true +pixelShiftDemosaicMethod=amaze +PDAFLinesFilter=false + +[RAW X-Trans] +Method=3-pass (best) +DualDemosaicAutoContrast=true +DualDemosaicContrast=20 +Border=7 +CcSteps=0 +PreBlackRed=0 +PreBlackGreen=0 +PreBlackBlue=0 + +[MetaData] +Mode=0 + +[Film Negative] +Enabled=false +RedRatio=1.3600000000000001 +GreenExponent=1.5 +BlueRatio=0.85999999999999999 diff --git a/src/assets/textures/3D/grey_plaster_03_diff_2k.jpg.import b/src/assets/textures/3D/grey_plaster_03_diff_2k.jpg.import index 39a7ae2..e08c826 100644 --- a/src/assets/textures/3D/grey_plaster_03_diff_2k.jpg.import +++ b/src/assets/textures/3D/grey_plaster_03_diff_2k.jpg.import @@ -1,3 +1,37 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d17f9fd7e9e1107be5e49f5355ef45c11500c987bf8b2c09925c0ca25f01296 -size 988 +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/grey_plaster_03_diff_2k.jpg-0a93b571eff307b87d858dfd446ef834.s3tc.stex" +path.etc="res://.import/grey_plaster_03_diff_2k.jpg-0a93b571eff307b87d858dfd446ef834.etc.stex" +metadata={ +"imported_formats": [ "s3tc", "etc" ], +"vram_texture": true +} + +[deps] + +source_file="res://assets/textures/3D/grey_plaster_03_diff_2k.jpg" +dest_files=[ "res://.import/grey_plaster_03_diff_2k.jpg-0a93b571eff307b87d858dfd446ef834.s3tc.stex", "res://.import/grey_plaster_03_diff_2k.jpg-0a93b571eff307b87d858dfd446ef834.etc.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=true +flags/filter=true +flags/mipmaps=true +flags/anisotropic=false +flags/srgb=1 +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=false +svg/scale=1.0 diff --git a/src/assets/textures/3D/grey_plaster_03_diff_2k.jpg.pp3 b/src/assets/textures/3D/grey_plaster_03_diff_2k.jpg.pp3 index 5954064..f411e54 100644 --- a/src/assets/textures/3D/grey_plaster_03_diff_2k.jpg.pp3 +++ b/src/assets/textures/3D/grey_plaster_03_diff_2k.jpg.pp3 @@ -1,3 +1,642 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb2166ea1c266bba5e8281b70d5bd22ebf6356334e530de29268305d1bf27dce -size 11496 +[Version] +AppVersion= +Version=346 + +[General] +Rank=-1 +ColorLabel=0 +InTrash=false + +[Exposure] +Auto=false +Clip=0.02 +Compensation=0 +Brightness=0 +Contrast=0 +Saturation=0 +Black=0 +HighlightCompr=0 +HighlightComprThreshold=0 +ShadowCompr=50 +HistogramMatching=false +CurveFromHistogramMatching=false +ClampOOG=true +CurveMode=Standard +CurveMode2=Standard +Curve=0; +Curve2=0; + +[HLRecovery] +Enabled=false +Method=Blend + +[Retinex] +Enabled=false +Str=20 +Scal=3 +Iter=1 +Grad=1 +Grads=1 +Gam=1.3 +Slope=3 +Median=false +Neigh=80 +Offs=0 +Vart=200 +Limd=8 +highl=4 +skal=3 +RetinexMethod=high +mapMethod=none +viewMethod=none +Retinexcolorspace=Lab +Gammaretinex=none +CDCurve=0; +MAPCurve=0; +CDHCurve=0; +LHCurve=0; +Highlights=0 +HighlightTonalWidth=80 +Shadows=0 +ShadowTonalWidth=80 +Radius=40 +TransmissionCurve=1;0;0.5;0.34999999999999998;0.34999999999999998;0.59999999999999998;0.75;0.34999999999999998;0.34999999999999998;1;0.5;0.34999999999999998;0.34999999999999998; +GainTransmissionCurve=1;0;0.10000000000000001;0.34999999999999998;0;0.25;0.25;0.34999999999999998;0.34999999999999998;0.69999999999999996;0.25;0.34999999999999998;0.34999999999999998;1;0.10000000000000001;0;0; + +[Local Contrast] +Enabled=false +Radius=80 +Amount=0.20000000000000001 +Darkness=1 +Lightness=1 + +[Channel Mixer] +Enabled=false +Red=1000;0;0; +Green=0;1000;0; +Blue=0;0;1000; + +[Black & White] +Enabled=false +Method=Desaturation +Auto=false +ComplementaryColors=true +Setting=RGB-Rel +Filter=None +MixerRed=33 +MixerOrange=33 +MixerYellow=33 +MixerGreen=33 +MixerCyan=33 +MixerBlue=33 +MixerMagenta=33 +MixerPurple=33 +GammaRed=0 +GammaGreen=0 +GammaBlue=0 +Algorithm=SP +LuminanceCurve=0; +BeforeCurveMode=Standard +AfterCurveMode=Standard +BeforeCurve=0; +AfterCurve=0; + +[Luminance Curve] +Enabled=false +Brightness=0 +Contrast=0 +Chromaticity=0 +AvoidColorShift=false +RedAndSkinTonesProtection=0 +LCredsk=true +LCurve=0; +aCurve=0; +bCurve=0; +ccCurve=0; +chCurve=0; +lhCurve=0; +hhCurve=0; +LcCurve=0; +ClCurve=0; + +[Sharpening] +Enabled=false +Contrast=20 +Method=usm +Radius=0.5 +BlurRadius=0.20000000000000001 +Amount=200 +Threshold=20;80;2000;1200; +OnlyEdges=false +EdgedetectionRadius=1.8999999999999999 +EdgeTolerance=1800 +HalocontrolEnabled=false +HalocontrolAmount=85 +DeconvRadius=0.75 +DeconvAmount=100 +DeconvDamping=0 +DeconvIterations=30 + +[Vibrance] +Enabled=false +Pastels=0 +Saturated=0 +PSThreshold=0;75; +ProtectSkins=false +AvoidColorShift=true +PastSatTog=true +SkinTonesCurve=0; + +[SharpenEdge] +Enabled=false +Passes=2 +Strength=50 +ThreeChannels=false + +[SharpenMicro] +Enabled=false +Matrix=false +Strength=20 +Contrast=20 +Uniformity=5 + +[White Balance] +Enabled=true +Setting=Camera +Temperature=6504 +Green=1 +Equal=1 +TemperatureBias=0 + +[Color appearance] +Enabled=false +Degree=90 +AutoDegree=true +Degreeout=90 +AutoDegreeout=true +Surround=Average +Surrsrc=Average +AdaptLum=16 +Badpixsl=0 +Model=RawT +Algorithm=No +J-Light=0 +Q-Bright=0 +C-Chroma=0 +S-Chroma=0 +M-Chroma=0 +J-Contrast=0 +Q-Contrast=0 +H-Hue=0 +RSTProtection=0 +AdaptScene=2000 +AutoAdapscen=true +YbScene=18 +Autoybscen=true +SurrSource=false +Gamut=true +Tempout=5000 +Greenout=1 +Tempsc=5000 +Greensc=1 +Ybout=18 +Datacie=false +Tonecie=false +CurveMode=Lightness +CurveMode2=Lightness +CurveMode3=Chroma +Curve=0; +Curve2=0; +Curve3=0; + +[Impulse Denoising] +Enabled=false +Threshold=50 + +[Defringing] +Enabled=false +Radius=2 +Threshold=13 +HueCurve=1;0.16666666699999999;0;0.34999999999999998;0.34999999999999998;0.34699999999999998;0;0.34999999999999998;0.34999999999999998;0.51366742600000004;0;0.34999999999999998;0.34999999999999998;0.66894457100000004;0;0.34999999999999998;0.34999999999999998;0.82877752459999998;0.97835991;0.34999999999999998;0.34999999999999998;0.99088838270000001;0;0.34999999999999998;0.34999999999999998; + +[Dehaze] +Enabled=false +Strength=50 +ShowDepthMap=false +Depth=25 +Luminance=false + +[Directional Pyramid Denoising] +Enabled=false +Enhance=false +Median=false +Luma=0 +Ldetail=0 +Chroma=15 +Method=Lab +LMethod=SLI +CMethod=MAN +C2Method=AUTO +SMethod=shal +MedMethod=soft +RGBMethod=soft +MethodMed=none +Redchro=0 +Bluechro=0 +Gamma=1.7 +Passes=1 +LCurve=1;0.050000000000000003;0.14999999999999999;0.34999999999999998;0.34999999999999998;0.55000000000000004;0.040000000000000001;0.34999999999999998;0.34999999999999998; +CCCurve=1;0.050000000000000003;0.5;0.34999999999999998;0.34999999999999998;0.34999999999999998;0.050000000000000003;0.34999999999999998;0.34999999999999998; + +[EPD] +Enabled=false +Strength=0.5 +Gamma=1 +EdgeStopping=1.3999999999999999 +Scale=1 +ReweightingIterates=0 + +[FattalToneMapping] +Enabled=false +Threshold=30 +Amount=20 +Anchor=50 + +[Shadows & Highlights] +Enabled=false +Highlights=0 +HighlightTonalWidth=70 +Shadows=0 +ShadowTonalWidth=30 +Radius=40 +Lab=false + +[Crop] +Enabled=false +X=-1 +Y=-1 +W=15000 +H=15000 +FixedRatio=true +Ratio=As Image +Orientation=As Image +Guide=Frame + +[Coarse Transformation] +Rotate=0 +HorizontalFlip=false +VerticalFlip=false + +[Common Properties for Transformations] +Method=log +AutoFill=true + +[Rotation] +Degree=0 + +[Distortion] +Amount=0 + +[LensProfile] +LcMode=none +LCPFile= +UseDistortion=true +UseVignette=true +UseCA=false +LFCameraMake= +LFCameraModel= +LFLens= + +[Perspective] +Horizontal=0 +Vertical=0 + +[Gradient] +Enabled=false +Degree=0 +Feather=25 +Strength=0.59999999999999998 +CenterX=0 +CenterY=0 + +[PCVignette] +Enabled=false +Strength=0.59999999999999998 +Feather=50 +Roundness=50 + +[CACorrection] +Red=0 +Blue=0 + +[Vignetting Correction] +Amount=0 +Radius=50 +Strength=1 +CenterX=0 +CenterY=0 + +[Resize] +Enabled=false +Scale=1 +AppliesTo=Cropped area +Method=Lanczos +DataSpecified=3 +Width=900 +Height=900 +AllowUpscaling=false + +[PostDemosaicSharpening] +Enabled=false +Contrast=10 +AutoContrast=true +AutoRadius=true +DeconvRadius=0.75 +DeconvRadiusOffset=0 +DeconvIterCheck=true +DeconvIterations=20 + +[PostResizeSharpening] +Enabled=false +Contrast=15 +Method=rld +Radius=0.5 +Amount=200 +Threshold=20;80;2000;1200; +OnlyEdges=false +EdgedetectionRadius=1.8999999999999999 +EdgeTolerance=1800 +HalocontrolEnabled=false +HalocontrolAmount=85 +DeconvRadius=0.45000000000000001 +DeconvAmount=100 +DeconvDamping=0 +DeconvIterations=100 + +[Color Management] +InputProfile=(cameraICC) +ToneCurve=false +ApplyLookTable=false +ApplyBaselineExposureOffset=true +ApplyHueSatMap=true +DCPIlluminant=0 +WorkingProfile=ProPhoto +WorkingTRC=none +WorkingTRCGamma=2.3999999999999999 +WorkingTRCSlope=12.9231 +OutputProfile=RTv4_sRGB +OutputProfileIntent=Relative +OutputBPC=true + +[Wavelet] +Enabled=false +Strength=100 +Balance=0 +Iter=0 +MaxLev=7 +TilesMethod=full +DaubMethod=4_ +ChoiceLevMethod=all +BackMethod=grey +LevMethod=4 +DirMethod=all +CBgreenhigh=0 +CBgreenmed=0 +CBgreenlow=0 +CBbluehigh=0 +CBbluemed=0 +CBbluelow=0 +Expcontrast=false +Expchroma=false +Expedge=false +Expresid=false +Expfinal=false +Exptoning=false +Expnoise=false +Contrast1=0 +Contrast2=0 +Contrast3=0 +Contrast4=0 +Contrast5=0 +Contrast6=0 +Contrast7=0 +Contrast8=0 +Contrast9=0 +Chroma1=0 +Chroma2=0 +Chroma3=0 +Chroma4=0 +Chroma5=0 +Chroma6=0 +Chroma7=0 +Chroma8=0 +Chroma9=0 +ContExtra=0 +HSMethod=with +HLRange=50;75;100;98; +SHRange=0;2;50;25; +Edgcont=0;10;75;40; +Level0noise=0;0; +Level1noise=0;0; +Level2noise=0;0; +Level3noise=0;0; +ThresholdHighlight=5 +ThresholdShadow=4 +Edgedetect=90 +Edgedetectthr=20 +EdgedetectthrHi=0 +Edgesensi=60 +Edgeampli=10 +ThresholdChroma=5 +CHromaMethod=without +Medgreinf=less +CHSLromaMethod=SL +EDMethod=CU +NPMethod=none +BAMethod=none +TMMethod=cont +ChromaLink=0 +ContrastCurve=1;0;0.25;0.34999999999999998;0.34999999999999998;0.5;0.75;0.34999999999999998;0.34999999999999998;0.90000000000000002;0;0.34999999999999998;0.34999999999999998; +Pastlev=0;2;30;20; +Satlev=30;45;130;100; +OpacityCurveRG=1;0;0.5;0.34999999999999998;0.34999999999999998;1;0.5;0.34999999999999998;0.34999999999999998; +OpacityCurveBY=1;0;0.5;0.34999999999999998;0.34999999999999998;1;0.5;0.34999999999999998;0.34999999999999998; +OpacityCurveW=1;0;0.34999999999999998;0.34999999999999998;0;0.34999999999999998;0.75;0.34999999999999998;0.34999999999999998;0.59999999999999998;0.75;0.34999999999999998;0.34999999999999998;1;0.34999999999999998;0;0; +OpacityCurveWL=1;0;0.5;0.34999999999999998;0.34999999999999998;1;0.5;0.34999999999999998;0.34999999999999998; +HHcurve=0; +CHcurve=0; +WavclCurve=0; +Median=false +Medianlev=false +Linkedg=true +CBenab=false +Lipst=false +Skinprotect=0 +Hueskin=-5;25;170;120; +Edgrad=15 +Edgval=0 +ThrEdg=10 +AvoidColorShift=false +TMr=false +ResidualcontShadow=0 +ResidualcontHighlight=0 +ThresholdResidShadow=35 +ThresholdResidHighLight=65 +Residualchroma=0 +ResidualTM=0 +Residualgamma=1 +HueRangeResidual=0 +HueRange=-260;-250;-130;-140; +Contrast=0 + +[Directional Pyramid Equalizer] +Enabled=false +Gamutlab=false +cbdlMethod=bef +Mult0=1 +Mult1=1 +Mult2=1 +Mult3=1 +Mult4=1 +Mult5=1 +Threshold=0.20000000000000001 +Skinprotect=0 +Hueskin=-5;25;170;120; + +[HSV Equalizer] +Enabled=false +HCurve=0; +SCurve=0; +VCurve=0; + +[SoftLight] +Enabled=false +Strength=30 + +[Film Simulation] +Enabled=false +ClutFilename= +Strength=100 + +[RGB Curves] +Enabled=false +LumaMode=false +rCurve=0; +gCurve=0; +bCurve=0; + +[ColorToning] +Enabled=false +Method=LabRegions +Lumamode=true +Twocolor=Std +Redlow=0 +Greenlow=0 +Bluelow=0 +Satlow=0 +Balance=0 +Sathigh=0 +Redmed=0 +Greenmed=0 +Bluemed=0 +Redhigh=0 +Greenhigh=0 +Bluehigh=0 +Autosat=true +OpacityCurve=1;0;0.29999999999999999;0.34999999999999998;0;0.25;0.80000000000000004;0.34999999999999998;0.34999999999999998;0.69999999999999996;0.80000000000000004;0.34999999999999998;0.34999999999999998;1;0.29999999999999999;0;0; +ColorCurve=1;0.050000000000000003;0.62;0.25;0.25;0.58499999999999996;0.11;0.25;0.25; +SatProtectionThreshold=30 +SaturatedOpacity=80 +Strength=50 +HighlightsColorSaturation=60;80; +ShadowsColorSaturation=80;208; +ClCurve=3;0;0;0.34999999999999998;0.65000000000000002;1;1; +Cl2Curve=3;0;0;0.34999999999999998;0.65000000000000002;1;1; +LabGridALow=0 +LabGridBLow=0 +LabGridAHigh=0 +LabGridBHigh=0 +LabRegionA_1=0 +LabRegionB_1=0 +LabRegionSaturation_1=0 +LabRegionSlope_1=1 +LabRegionOffset_1=0 +LabRegionPower_1=1 +LabRegionHueMask_1=1;0.16666666699999999;1;0.34999999999999998;0.34999999999999998;0.82877752459999998;1;0.34999999999999998;0.34999999999999998; +LabRegionChromaticityMask_1=1;0;1;0.34999999999999998;0.34999999999999998;1;1;0.34999999999999998;0.34999999999999998; +LabRegionLightnessMask_1=1;0;1;0.34999999999999998;0.34999999999999998;1;1;0.34999999999999998;0.34999999999999998; +LabRegionMaskBlur_1=0 +LabRegionChannel_1=-1 +LabRegionsShowMask=-1 + +[RAW] +DarkFrame= +DarkFrameAuto=false +FlatFieldFile= +FlatFieldAutoSelect=false +FlatFieldBlurRadius=32 +FlatFieldBlurType=Area Flatfield +FlatFieldAutoClipControl=false +FlatFieldClipControl=0 +CA=false +CAAvoidColourshift=true +CAAutoIterations=2 +CARed=0 +CABlue=0 +HotPixelFilter=false +DeadPixelFilter=false +HotDeadPixelThresh=100 +PreExposure=1 + +[RAW Bayer] +Method=amaze +Border=4 +ImageNum=1 +CcSteps=0 +PreBlack0=0 +PreBlack1=0 +PreBlack2=0 +PreBlack3=0 +PreTwoGreen=true +LineDenoise=0 +LineDenoiseDirection=3 +GreenEqThreshold=0 +DCBIterations=2 +DCBEnhance=true +LMMSEIterations=2 +DualDemosaicAutoContrast=true +DualDemosaicContrast=20 +PixelShiftMotionCorrectionMethod=1 +PixelShiftEperIso=0 +PixelShiftSigma=1 +PixelShiftShowMotion=false +PixelShiftShowMotionMaskOnly=false +pixelShiftHoleFill=true +pixelShiftMedian=false +pixelShiftGreen=true +pixelShiftBlur=true +pixelShiftSmoothFactor=0.69999999999999996 +pixelShiftEqualBright=false +pixelShiftEqualBrightChannel=false +pixelShiftNonGreenCross=true +pixelShiftDemosaicMethod=amaze +PDAFLinesFilter=false + +[RAW X-Trans] +Method=3-pass (best) +DualDemosaicAutoContrast=true +DualDemosaicContrast=20 +Border=7 +CcSteps=0 +PreBlackRed=0 +PreBlackGreen=0 +PreBlackBlue=0 + +[MetaData] +Mode=0 + +[Film Negative] +Enabled=false +RedRatio=1.3600000000000001 +GreenExponent=1.5 +BlueRatio=0.85999999999999999 diff --git a/src/assets/textures/3D/grey_plaster_03_nor_gl_2k.jpg.import b/src/assets/textures/3D/grey_plaster_03_nor_gl_2k.jpg.import index ea33c11..345c7e7 100644 --- a/src/assets/textures/3D/grey_plaster_03_nor_gl_2k.jpg.import +++ b/src/assets/textures/3D/grey_plaster_03_nor_gl_2k.jpg.import @@ -1,3 +1,37 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6051179dc88a5f01552a150572fde56c85490ac0a711539b7346094c3af6f24c -size 998 +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/grey_plaster_03_nor_gl_2k.jpg-bc72bd2f7d6fd80a994180f54d251483.s3tc.stex" +path.etc="res://.import/grey_plaster_03_nor_gl_2k.jpg-bc72bd2f7d6fd80a994180f54d251483.etc.stex" +metadata={ +"imported_formats": [ "s3tc", "etc" ], +"vram_texture": true +} + +[deps] + +source_file="res://assets/textures/3D/grey_plaster_03_nor_gl_2k.jpg" +dest_files=[ "res://.import/grey_plaster_03_nor_gl_2k.jpg-bc72bd2f7d6fd80a994180f54d251483.s3tc.stex", "res://.import/grey_plaster_03_nor_gl_2k.jpg-bc72bd2f7d6fd80a994180f54d251483.etc.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=1 +flags/repeat=true +flags/filter=true +flags/mipmaps=true +flags/anisotropic=false +flags/srgb=2 +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=false +svg/scale=1.0 diff --git a/src/assets/textures/3D/rough_wood_diff_4k.jpg.import b/src/assets/textures/3D/rough_wood_diff_4k.jpg.import index c943d29..8e5854f 100644 --- a/src/assets/textures/3D/rough_wood_diff_4k.jpg.import +++ b/src/assets/textures/3D/rough_wood_diff_4k.jpg.import @@ -1,3 +1,37 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7232f0d21b278f9dbdcc9967afd770082042866cd3e973c632102063bd351cd9 -size 963 +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/rough_wood_diff_4k.jpg-37c0c330e16672e8b399b0d474c98bf0.s3tc.stex" +path.etc="res://.import/rough_wood_diff_4k.jpg-37c0c330e16672e8b399b0d474c98bf0.etc.stex" +metadata={ +"imported_formats": [ "s3tc", "etc" ], +"vram_texture": true +} + +[deps] + +source_file="res://assets/textures/3D/rough_wood_diff_4k.jpg" +dest_files=[ "res://.import/rough_wood_diff_4k.jpg-37c0c330e16672e8b399b0d474c98bf0.s3tc.stex", "res://.import/rough_wood_diff_4k.jpg-37c0c330e16672e8b399b0d474c98bf0.etc.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=true +flags/filter=true +flags/mipmaps=true +flags/anisotropic=false +flags/srgb=1 +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=false +svg/scale=1.0 diff --git a/src/assets/textures/3D/rough_wood_nor_gl_4k.jpg.import b/src/assets/textures/3D/rough_wood_nor_gl_4k.jpg.import index fd8d32a..0fa9b15 100644 --- a/src/assets/textures/3D/rough_wood_nor_gl_4k.jpg.import +++ b/src/assets/textures/3D/rough_wood_nor_gl_4k.jpg.import @@ -1,3 +1,37 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b3649ed0ceac3b93b307e3aa6c7888bbcbac9781a4444ac34eddc0e58022647 -size 973 +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/rough_wood_nor_gl_4k.jpg-1d1307bb39264b15c0355fa58690d7b8.s3tc.stex" +path.etc="res://.import/rough_wood_nor_gl_4k.jpg-1d1307bb39264b15c0355fa58690d7b8.etc.stex" +metadata={ +"imported_formats": [ "s3tc", "etc" ], +"vram_texture": true +} + +[deps] + +source_file="res://assets/textures/3D/rough_wood_nor_gl_4k.jpg" +dest_files=[ "res://.import/rough_wood_nor_gl_4k.jpg-1d1307bb39264b15c0355fa58690d7b8.s3tc.stex", "res://.import/rough_wood_nor_gl_4k.jpg-1d1307bb39264b15c0355fa58690d7b8.etc.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=1 +flags/repeat=true +flags/filter=true +flags/mipmaps=true +flags/anisotropic=false +flags/srgb=2 +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=false +svg/scale=1.0 diff --git a/src/assets/textures/cards/card1.png.import b/src/assets/textures/cards/card1.png.import index 7978b04..00ec98f 100644 --- a/src/assets/textures/cards/card1.png.import +++ b/src/assets/textures/cards/card1.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6c19a00fad929d3ad8e9cc1137a0073f2fa25c8e43120af278dae9a050644ff -size 699 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/card1.png-924fa1c8a58153145fbbf3b9642f7dc6.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/cards/card1.png" +dest_files=[ "res://.import/card1.png-924fa1c8a58153145fbbf3b9642f7dc6.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/cards/card2.png.import b/src/assets/textures/cards/card2.png.import index 48727b2..d0a6b1e 100644 --- a/src/assets/textures/cards/card2.png.import +++ b/src/assets/textures/cards/card2.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c59725f0e1e4b829b46334f33e8bdcf0b0d27f06c003433923cc037a1b85cf31 -size 699 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/card2.png-ac1af7858f27aff90975be179b1e8986.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/cards/card2.png" +dest_files=[ "res://.import/card2.png-ac1af7858f27aff90975be179b1e8986.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/cards/card3.png.import b/src/assets/textures/cards/card3.png.import index fc80da1..bfd244f 100644 --- a/src/assets/textures/cards/card3.png.import +++ b/src/assets/textures/cards/card3.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6e957003d5f4ec18a754bcc2f4a3aa4f0bd259f44ea5de5f6b1e56a29fcdc29 -size 699 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/card3.png-d10081b8e946ecd40783a3223b9fa25d.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/cards/card3.png" +dest_files=[ "res://.import/card3.png-d10081b8e946ecd40783a3223b9fa25d.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/cards/card4.png.import b/src/assets/textures/cards/card4.png.import index dff2cec..149af58 100644 --- a/src/assets/textures/cards/card4.png.import +++ b/src/assets/textures/cards/card4.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4654c3480554e113245afc2d2309464bef06bb908f1f6447d610de1cc142223a -size 699 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/card4.png-960a89b9e0bcd22f918600714b6a6955.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/cards/card4.png" +dest_files=[ "res://.import/card4.png-960a89b9e0bcd22f918600714b6a6955.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/cards/card5.png.import b/src/assets/textures/cards/card5.png.import index d5fa4d8..0c17d19 100644 --- a/src/assets/textures/cards/card5.png.import +++ b/src/assets/textures/cards/card5.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2b9fc35934e5595660c540ca9aa2221a23e8c0a8992c7319a0355b818651ae8 -size 699 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/card5.png-9ac10bea025378d83a59ec286d50ce69.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/cards/card5.png" +dest_files=[ "res://.import/card5.png-9ac10bea025378d83a59ec286d50ce69.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/cards/cardsheet.png.import b/src/assets/textures/cards/cardsheet.png.import index ace9a04..1ad5cbf 100644 --- a/src/assets/textures/cards/cardsheet.png.import +++ b/src/assets/textures/cards/cardsheet.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11fc61473cd603ed7133fdea8fdd781c126161f54df36bd023cd5d875be2180e -size 711 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/cardsheet.png-02e2ceae7c4e9551ea2b0bdd0e7e3ceb.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/cards/cardsheet.png" +dest_files=[ "res://.import/cardsheet.png-02e2ceae7c4e9551ea2b0bdd0e7e3ceb.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-01.png.import b/src/assets/textures/post-its/post-it-01.png.import index 4f9b689..304f691 100644 --- a/src/assets/textures/post-its/post-it-01.png.import +++ b/src/assets/textures/post-its/post-it-01.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9140fa9c8a1a9b52b182f925abe9b28315af1eeaec2ecaa66034634ad0e10222 -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-01.png-600fa4e3107b14f8f1f39e7ea0631dc4.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-01.png" +dest_files=[ "res://.import/post-it-01.png-600fa4e3107b14f8f1f39e7ea0631dc4.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-02.png.import b/src/assets/textures/post-its/post-it-02.png.import index 751ce2b..3ee0df4 100644 --- a/src/assets/textures/post-its/post-it-02.png.import +++ b/src/assets/textures/post-its/post-it-02.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25e1d2eb69d9c086787221bb6261b1461de69b6b68d2065842551ff5cf8a89f5 -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-02.png-a620f536103e6bf4c95c3eaa97e5af12.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-02.png" +dest_files=[ "res://.import/post-it-02.png-a620f536103e6bf4c95c3eaa97e5af12.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-03.png.import b/src/assets/textures/post-its/post-it-03.png.import index b9676bd..7494c37 100644 --- a/src/assets/textures/post-its/post-it-03.png.import +++ b/src/assets/textures/post-its/post-it-03.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb68fc732bf23bad4e6fbbde83519c3fd0d4793d1f31f95f83a31beecbc330e2 -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-03.png-57f7dbfe43aade867e0182bd5c559397.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-03.png" +dest_files=[ "res://.import/post-it-03.png-57f7dbfe43aade867e0182bd5c559397.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-04.png.import b/src/assets/textures/post-its/post-it-04.png.import index b0f95f5..113bda5 100644 --- a/src/assets/textures/post-its/post-it-04.png.import +++ b/src/assets/textures/post-its/post-it-04.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34b0a08f3da80300a4ca1d2fd976215d1ae40ad7a347331f2159f11daae3adf3 -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-04.png-232dc1f035a8f97ebc88e6d3165e8a7f.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-04.png" +dest_files=[ "res://.import/post-it-04.png-232dc1f035a8f97ebc88e6d3165e8a7f.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-05.png.import b/src/assets/textures/post-its/post-it-05.png.import index 1cb6866..54b4749 100644 --- a/src/assets/textures/post-its/post-it-05.png.import +++ b/src/assets/textures/post-its/post-it-05.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72c59e0c3d552be3c898c068f6c15680edd0d74edb3acd286127ec13759c651c -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-05.png-f21254519c5b168a7015e9cca19192d5.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-05.png" +dest_files=[ "res://.import/post-it-05.png-f21254519c5b168a7015e9cca19192d5.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-06.png.import b/src/assets/textures/post-its/post-it-06.png.import index 4676dcd..8456c4f 100644 --- a/src/assets/textures/post-its/post-it-06.png.import +++ b/src/assets/textures/post-its/post-it-06.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba0238c3ef3448bbe65172e6e0bc387a065a7192159420a262da76b5f5738315 -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-06.png-81a1b4d11c93341519552db8e598f48f.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-06.png" +dest_files=[ "res://.import/post-it-06.png-81a1b4d11c93341519552db8e598f48f.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-07.png.import b/src/assets/textures/post-its/post-it-07.png.import index 95b7f91..710a0f5 100644 --- a/src/assets/textures/post-its/post-it-07.png.import +++ b/src/assets/textures/post-its/post-it-07.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa5f72a1fe75c2333274de2e224b5fe9bc94bcfc31bafd11ec50aa5294c578b5 -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-07.png-c95b6eddbcc8ef9a8162b55eb3ee2a50.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-07.png" +dest_files=[ "res://.import/post-it-07.png-c95b6eddbcc8ef9a8162b55eb3ee2a50.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-08.png.import b/src/assets/textures/post-its/post-it-08.png.import index 3e603de..8e48d04 100644 --- a/src/assets/textures/post-its/post-it-08.png.import +++ b/src/assets/textures/post-its/post-it-08.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50141266dce76cc8b86e1fd9ca8c70271d5cd2dc69d54ed1a1de91e5a61536a9 -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-08.png-1911c9997829722e255e07aeb2508d31.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-08.png" +dest_files=[ "res://.import/post-it-08.png-1911c9997829722e255e07aeb2508d31.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-09.png.import b/src/assets/textures/post-its/post-it-09.png.import index f43da19..82ff2f6 100644 --- a/src/assets/textures/post-its/post-it-09.png.import +++ b/src/assets/textures/post-its/post-it-09.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88e38834eb57cd3bdbccc562c731b32c8a2cdfeb3608ca96bde67cba13c8f13a -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-09.png-72ea2d7e4c9dee210ca6f68a2abce404.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-09.png" +dest_files=[ "res://.import/post-it-09.png-72ea2d7e4c9dee210ca6f68a2abce404.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-10.png.import b/src/assets/textures/post-its/post-it-10.png.import index 6ef2055..740a671 100644 --- a/src/assets/textures/post-its/post-it-10.png.import +++ b/src/assets/textures/post-its/post-it-10.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eacc43d098c7cd710ee95ce2bbb7e23b53418a6c11216c1404c969c8760b2566 -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-10.png-4660b8f77dbca9d5597e95521bb639e1.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-10.png" +dest_files=[ "res://.import/post-it-10.png-4660b8f77dbca9d5597e95521bb639e1.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-11.png.import b/src/assets/textures/post-its/post-it-11.png.import index 23ef4b4..3e1c5cf 100644 --- a/src/assets/textures/post-its/post-it-11.png.import +++ b/src/assets/textures/post-its/post-it-11.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75618435150556e677b4e4288e0c1a83ddb47b2aa97058aa672e4183d509c7e5 -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-11.png-740cf491b17ffab94685682d353e3f72.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-11.png" +dest_files=[ "res://.import/post-it-11.png-740cf491b17ffab94685682d353e3f72.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-12.png.import b/src/assets/textures/post-its/post-it-12.png.import index c3571eb..46e6b7d 100644 --- a/src/assets/textures/post-its/post-it-12.png.import +++ b/src/assets/textures/post-its/post-it-12.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf5e0b6e9a1328c97cf6ffe09e6d70d2f5a66e185559df29ee97028bc220657d -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-12.png-6d16a0ce8d8a8669a0456f9b5ad9828c.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-12.png" +dest_files=[ "res://.import/post-it-12.png-6d16a0ce8d8a8669a0456f9b5ad9828c.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-13.png.import b/src/assets/textures/post-its/post-it-13.png.import index 5658bed..bdfb1ea 100644 --- a/src/assets/textures/post-its/post-it-13.png.import +++ b/src/assets/textures/post-its/post-it-13.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:367b4916f1bfa467c48583917cd034c807e6cac815b408b0f3e6707b4e2117cb -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-13.png-be2821bdbbbf3296c6209d11bc0a1d2d.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-13.png" +dest_files=[ "res://.import/post-it-13.png-be2821bdbbbf3296c6209d11bc0a1d2d.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-14.png.import b/src/assets/textures/post-its/post-it-14.png.import index 5890d3b..7c5af84 100644 --- a/src/assets/textures/post-its/post-it-14.png.import +++ b/src/assets/textures/post-its/post-it-14.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b83f00db6e3110027540ebc9afabd74eeb249615d36a08ac27a1f4650a07381 -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-14.png-fb550511af3a6eaa16a197fd228bf580.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-14.png" +dest_files=[ "res://.import/post-it-14.png-fb550511af3a6eaa16a197fd228bf580.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-15.png.import b/src/assets/textures/post-its/post-it-15.png.import index dd8608b..ead98fe 100644 --- a/src/assets/textures/post-its/post-it-15.png.import +++ b/src/assets/textures/post-its/post-it-15.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:843f825fb2a6b63d8b6b962a42b13071ca110f86d1fd48ea9f8e76fca62b7075 -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-15.png-c509625406acceb4825d995e294ad861.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-15.png" +dest_files=[ "res://.import/post-it-15.png-c509625406acceb4825d995e294ad861.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-16.png.import b/src/assets/textures/post-its/post-it-16.png.import index 9da3f2c..40ab290 100644 --- a/src/assets/textures/post-its/post-it-16.png.import +++ b/src/assets/textures/post-its/post-it-16.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f72c9e42cdec1b013397c14af76ddd0d98f577d7face0661a1e353cadb78929 -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-16.png-f60a85615f040d0285321d036562b683.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-16.png" +dest_files=[ "res://.import/post-it-16.png-f60a85615f040d0285321d036562b683.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/textures/post-its/post-it-17.png.import b/src/assets/textures/post-its/post-it-17.png.import index c9476ce..9a7148e 100644 --- a/src/assets/textures/post-its/post-it-17.png.import +++ b/src/assets/textures/post-its/post-it-17.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f141e84f664e7ae4cf95dd68f08e693e3346b0ecc99e12d7f096d59c56790f8d -size 717 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/post-it-17.png-ab4dc5eba00c48d5c14320f1d851d657.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/textures/post-its/post-it-17.png" +dest_files=[ "res://.import/post-it-17.png-ab4dc5eba00c48d5c14320f1d851d657.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/assets/youth_room/beam_metal.material b/src/assets/youth_room/beam_metal.material index d6f2fcc..59cc341 100644 Binary files a/src/assets/youth_room/beam_metal.material and b/src/assets/youth_room/beam_metal.material differ diff --git a/src/assets/youth_room/bricks.material b/src/assets/youth_room/bricks.material index 178ea71..447e1b1 100644 Binary files a/src/assets/youth_room/bricks.material and b/src/assets/youth_room/bricks.material differ diff --git a/src/assets/youth_room/wall.material b/src/assets/youth_room/wall.material index 97fdb65..1d91944 100644 Binary files a/src/assets/youth_room/wall.material and b/src/assets/youth_room/wall.material differ diff --git a/src/assets/youth_room/wooden_beam.material b/src/assets/youth_room/wooden_beam.material index 951455c..fa4e49e 100644 Binary files a/src/assets/youth_room/wooden_beam.material and b/src/assets/youth_room/wooden_beam.material differ diff --git a/src/assets/youth_room/youth_room.glb.import b/src/assets/youth_room/youth_room.glb.import index 40ee306..99494c4 100644 --- a/src/assets/youth_room/youth_room.glb.import +++ b/src/assets/youth_room/youth_room.glb.import @@ -1,3 +1,1065 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53e447d89987743d6197bf68e314c200405b07494503f8c5cf2f78cf85b3e9cb -size 31855 +[remap] + +importer="scene" +type="PackedScene" +path="res://.import/youth_room.glb-0bd5d9edbbcb2207b763bc2b1e5182ea.scn" + +[deps] + +source_file="res://assets/youth_room/youth_room.glb" +dest_files=[ "res://.import/youth_room.glb-0bd5d9edbbcb2207b763bc2b1e5182ea.scn" ] + +[params] + +nodes/root_type="Spatial" +nodes/root_name="Scene Root" +nodes/root_scale=1.0 +nodes/custom_script="" +nodes/storage=0 +nodes/use_legacy_names=true +materials/location=1 +materials/storage=1 +materials/keep_on_reimport=true +meshes/octahedral_compression=true +meshes/compress=4286 +meshes/ensure_tangents=true +meshes/storage=1 +meshes/light_baking=0 +meshes/lightmap_texel_size=0.1 +skins/use_named_skins=true +external_files/store_in_subdir=false +animation/import=true +animation/fps=15 +animation/filter_script="" +animation/storage=false +animation/keep_custom_tracks=false +animation/optimizer/enabled=true +animation/optimizer/max_linear_error=0.05 +animation/optimizer/max_angular_error=0.01 +animation/optimizer/max_angle=22 +animation/optimizer/remove_unused_tracks=true +animation/clips/amount=0 +animation/clip_1/name="" +animation/clip_1/start_frame=0 +animation/clip_1/end_frame=0 +animation/clip_1/loops=false +animation/clip_2/name="" +animation/clip_2/start_frame=0 +animation/clip_2/end_frame=0 +animation/clip_2/loops=false +animation/clip_3/name="" +animation/clip_3/start_frame=0 +animation/clip_3/end_frame=0 +animation/clip_3/loops=false +animation/clip_4/name="" +animation/clip_4/start_frame=0 +animation/clip_4/end_frame=0 +animation/clip_4/loops=false +animation/clip_5/name="" +animation/clip_5/start_frame=0 +animation/clip_5/end_frame=0 +animation/clip_5/loops=false +animation/clip_6/name="" +animation/clip_6/start_frame=0 +animation/clip_6/end_frame=0 +animation/clip_6/loops=false +animation/clip_7/name="" +animation/clip_7/start_frame=0 +animation/clip_7/end_frame=0 +animation/clip_7/loops=false +animation/clip_8/name="" +animation/clip_8/start_frame=0 +animation/clip_8/end_frame=0 +animation/clip_8/loops=false +animation/clip_9/name="" +animation/clip_9/start_frame=0 +animation/clip_9/end_frame=0 +animation/clip_9/loops=false +animation/clip_10/name="" +animation/clip_10/start_frame=0 +animation/clip_10/end_frame=0 +animation/clip_10/loops=false +animation/clip_11/name="" +animation/clip_11/start_frame=0 +animation/clip_11/end_frame=0 +animation/clip_11/loops=false +animation/clip_12/name="" +animation/clip_12/start_frame=0 +animation/clip_12/end_frame=0 +animation/clip_12/loops=false +animation/clip_13/name="" +animation/clip_13/start_frame=0 +animation/clip_13/end_frame=0 +animation/clip_13/loops=false +animation/clip_14/name="" +animation/clip_14/start_frame=0 +animation/clip_14/end_frame=0 +animation/clip_14/loops=false +animation/clip_15/name="" +animation/clip_15/start_frame=0 +animation/clip_15/end_frame=0 +animation/clip_15/loops=false +animation/clip_16/name="" +animation/clip_16/start_frame=0 +animation/clip_16/end_frame=0 +animation/clip_16/loops=false +animation/clip_17/name="" +animation/clip_17/start_frame=0 +animation/clip_17/end_frame=0 +animation/clip_17/loops=false +animation/clip_18/name="" +animation/clip_18/start_frame=0 +animation/clip_18/end_frame=0 +animation/clip_18/loops=false +animation/clip_19/name="" +animation/clip_19/start_frame=0 +animation/clip_19/end_frame=0 +animation/clip_19/loops=false +animation/clip_20/name="" +animation/clip_20/start_frame=0 +animation/clip_20/end_frame=0 +animation/clip_20/loops=false +animation/clip_21/name="" +animation/clip_21/start_frame=0 +animation/clip_21/end_frame=0 +animation/clip_21/loops=false +animation/clip_22/name="" +animation/clip_22/start_frame=0 +animation/clip_22/end_frame=0 +animation/clip_22/loops=false +animation/clip_23/name="" +animation/clip_23/start_frame=0 +animation/clip_23/end_frame=0 +animation/clip_23/loops=false +animation/clip_24/name="" +animation/clip_24/start_frame=0 +animation/clip_24/end_frame=0 +animation/clip_24/loops=false +animation/clip_25/name="" +animation/clip_25/start_frame=0 +animation/clip_25/end_frame=0 +animation/clip_25/loops=false +animation/clip_26/name="" +animation/clip_26/start_frame=0 +animation/clip_26/end_frame=0 +animation/clip_26/loops=false +animation/clip_27/name="" +animation/clip_27/start_frame=0 +animation/clip_27/end_frame=0 +animation/clip_27/loops=false +animation/clip_28/name="" +animation/clip_28/start_frame=0 +animation/clip_28/end_frame=0 +animation/clip_28/loops=false +animation/clip_29/name="" +animation/clip_29/start_frame=0 +animation/clip_29/end_frame=0 +animation/clip_29/loops=false +animation/clip_30/name="" +animation/clip_30/start_frame=0 +animation/clip_30/end_frame=0 +animation/clip_30/loops=false +animation/clip_31/name="" +animation/clip_31/start_frame=0 +animation/clip_31/end_frame=0 +animation/clip_31/loops=false +animation/clip_32/name="" +animation/clip_32/start_frame=0 +animation/clip_32/end_frame=0 +animation/clip_32/loops=false +animation/clip_33/name="" +animation/clip_33/start_frame=0 +animation/clip_33/end_frame=0 +animation/clip_33/loops=false +animation/clip_34/name="" +animation/clip_34/start_frame=0 +animation/clip_34/end_frame=0 +animation/clip_34/loops=false +animation/clip_35/name="" +animation/clip_35/start_frame=0 +animation/clip_35/end_frame=0 +animation/clip_35/loops=false +animation/clip_36/name="" +animation/clip_36/start_frame=0 +animation/clip_36/end_frame=0 +animation/clip_36/loops=false +animation/clip_37/name="" +animation/clip_37/start_frame=0 +animation/clip_37/end_frame=0 +animation/clip_37/loops=false +animation/clip_38/name="" +animation/clip_38/start_frame=0 +animation/clip_38/end_frame=0 +animation/clip_38/loops=false +animation/clip_39/name="" +animation/clip_39/start_frame=0 +animation/clip_39/end_frame=0 +animation/clip_39/loops=false +animation/clip_40/name="" +animation/clip_40/start_frame=0 +animation/clip_40/end_frame=0 +animation/clip_40/loops=false +animation/clip_41/name="" +animation/clip_41/start_frame=0 +animation/clip_41/end_frame=0 +animation/clip_41/loops=false +animation/clip_42/name="" +animation/clip_42/start_frame=0 +animation/clip_42/end_frame=0 +animation/clip_42/loops=false +animation/clip_43/name="" +animation/clip_43/start_frame=0 +animation/clip_43/end_frame=0 +animation/clip_43/loops=false +animation/clip_44/name="" +animation/clip_44/start_frame=0 +animation/clip_44/end_frame=0 +animation/clip_44/loops=false +animation/clip_45/name="" +animation/clip_45/start_frame=0 +animation/clip_45/end_frame=0 +animation/clip_45/loops=false +animation/clip_46/name="" +animation/clip_46/start_frame=0 +animation/clip_46/end_frame=0 +animation/clip_46/loops=false +animation/clip_47/name="" +animation/clip_47/start_frame=0 +animation/clip_47/end_frame=0 +animation/clip_47/loops=false +animation/clip_48/name="" +animation/clip_48/start_frame=0 +animation/clip_48/end_frame=0 +animation/clip_48/loops=false +animation/clip_49/name="" +animation/clip_49/start_frame=0 +animation/clip_49/end_frame=0 +animation/clip_49/loops=false +animation/clip_50/name="" +animation/clip_50/start_frame=0 +animation/clip_50/end_frame=0 +animation/clip_50/loops=false +animation/clip_51/name="" +animation/clip_51/start_frame=0 +animation/clip_51/end_frame=0 +animation/clip_51/loops=false +animation/clip_52/name="" +animation/clip_52/start_frame=0 +animation/clip_52/end_frame=0 +animation/clip_52/loops=false +animation/clip_53/name="" +animation/clip_53/start_frame=0 +animation/clip_53/end_frame=0 +animation/clip_53/loops=false +animation/clip_54/name="" +animation/clip_54/start_frame=0 +animation/clip_54/end_frame=0 +animation/clip_54/loops=false +animation/clip_55/name="" +animation/clip_55/start_frame=0 +animation/clip_55/end_frame=0 +animation/clip_55/loops=false +animation/clip_56/name="" +animation/clip_56/start_frame=0 +animation/clip_56/end_frame=0 +animation/clip_56/loops=false +animation/clip_57/name="" +animation/clip_57/start_frame=0 +animation/clip_57/end_frame=0 +animation/clip_57/loops=false +animation/clip_58/name="" +animation/clip_58/start_frame=0 +animation/clip_58/end_frame=0 +animation/clip_58/loops=false +animation/clip_59/name="" +animation/clip_59/start_frame=0 +animation/clip_59/end_frame=0 +animation/clip_59/loops=false +animation/clip_60/name="" +animation/clip_60/start_frame=0 +animation/clip_60/end_frame=0 +animation/clip_60/loops=false +animation/clip_61/name="" +animation/clip_61/start_frame=0 +animation/clip_61/end_frame=0 +animation/clip_61/loops=false +animation/clip_62/name="" +animation/clip_62/start_frame=0 +animation/clip_62/end_frame=0 +animation/clip_62/loops=false +animation/clip_63/name="" +animation/clip_63/start_frame=0 +animation/clip_63/end_frame=0 +animation/clip_63/loops=false +animation/clip_64/name="" +animation/clip_64/start_frame=0 +animation/clip_64/end_frame=0 +animation/clip_64/loops=false +animation/clip_65/name="" +animation/clip_65/start_frame=0 +animation/clip_65/end_frame=0 +animation/clip_65/loops=false +animation/clip_66/name="" +animation/clip_66/start_frame=0 +animation/clip_66/end_frame=0 +animation/clip_66/loops=false +animation/clip_67/name="" +animation/clip_67/start_frame=0 +animation/clip_67/end_frame=0 +animation/clip_67/loops=false +animation/clip_68/name="" +animation/clip_68/start_frame=0 +animation/clip_68/end_frame=0 +animation/clip_68/loops=false +animation/clip_69/name="" +animation/clip_69/start_frame=0 +animation/clip_69/end_frame=0 +animation/clip_69/loops=false +animation/clip_70/name="" +animation/clip_70/start_frame=0 +animation/clip_70/end_frame=0 +animation/clip_70/loops=false +animation/clip_71/name="" +animation/clip_71/start_frame=0 +animation/clip_71/end_frame=0 +animation/clip_71/loops=false +animation/clip_72/name="" +animation/clip_72/start_frame=0 +animation/clip_72/end_frame=0 +animation/clip_72/loops=false +animation/clip_73/name="" +animation/clip_73/start_frame=0 +animation/clip_73/end_frame=0 +animation/clip_73/loops=false +animation/clip_74/name="" +animation/clip_74/start_frame=0 +animation/clip_74/end_frame=0 +animation/clip_74/loops=false +animation/clip_75/name="" +animation/clip_75/start_frame=0 +animation/clip_75/end_frame=0 +animation/clip_75/loops=false +animation/clip_76/name="" +animation/clip_76/start_frame=0 +animation/clip_76/end_frame=0 +animation/clip_76/loops=false +animation/clip_77/name="" +animation/clip_77/start_frame=0 +animation/clip_77/end_frame=0 +animation/clip_77/loops=false +animation/clip_78/name="" +animation/clip_78/start_frame=0 +animation/clip_78/end_frame=0 +animation/clip_78/loops=false +animation/clip_79/name="" +animation/clip_79/start_frame=0 +animation/clip_79/end_frame=0 +animation/clip_79/loops=false +animation/clip_80/name="" +animation/clip_80/start_frame=0 +animation/clip_80/end_frame=0 +animation/clip_80/loops=false +animation/clip_81/name="" +animation/clip_81/start_frame=0 +animation/clip_81/end_frame=0 +animation/clip_81/loops=false +animation/clip_82/name="" +animation/clip_82/start_frame=0 +animation/clip_82/end_frame=0 +animation/clip_82/loops=false +animation/clip_83/name="" +animation/clip_83/start_frame=0 +animation/clip_83/end_frame=0 +animation/clip_83/loops=false +animation/clip_84/name="" +animation/clip_84/start_frame=0 +animation/clip_84/end_frame=0 +animation/clip_84/loops=false +animation/clip_85/name="" +animation/clip_85/start_frame=0 +animation/clip_85/end_frame=0 +animation/clip_85/loops=false +animation/clip_86/name="" +animation/clip_86/start_frame=0 +animation/clip_86/end_frame=0 +animation/clip_86/loops=false +animation/clip_87/name="" +animation/clip_87/start_frame=0 +animation/clip_87/end_frame=0 +animation/clip_87/loops=false +animation/clip_88/name="" +animation/clip_88/start_frame=0 +animation/clip_88/end_frame=0 +animation/clip_88/loops=false +animation/clip_89/name="" +animation/clip_89/start_frame=0 +animation/clip_89/end_frame=0 +animation/clip_89/loops=false +animation/clip_90/name="" +animation/clip_90/start_frame=0 +animation/clip_90/end_frame=0 +animation/clip_90/loops=false +animation/clip_91/name="" +animation/clip_91/start_frame=0 +animation/clip_91/end_frame=0 +animation/clip_91/loops=false +animation/clip_92/name="" +animation/clip_92/start_frame=0 +animation/clip_92/end_frame=0 +animation/clip_92/loops=false +animation/clip_93/name="" +animation/clip_93/start_frame=0 +animation/clip_93/end_frame=0 +animation/clip_93/loops=false +animation/clip_94/name="" +animation/clip_94/start_frame=0 +animation/clip_94/end_frame=0 +animation/clip_94/loops=false +animation/clip_95/name="" +animation/clip_95/start_frame=0 +animation/clip_95/end_frame=0 +animation/clip_95/loops=false +animation/clip_96/name="" +animation/clip_96/start_frame=0 +animation/clip_96/end_frame=0 +animation/clip_96/loops=false +animation/clip_97/name="" +animation/clip_97/start_frame=0 +animation/clip_97/end_frame=0 +animation/clip_97/loops=false +animation/clip_98/name="" +animation/clip_98/start_frame=0 +animation/clip_98/end_frame=0 +animation/clip_98/loops=false +animation/clip_99/name="" +animation/clip_99/start_frame=0 +animation/clip_99/end_frame=0 +animation/clip_99/loops=false +animation/clip_100/name="" +animation/clip_100/start_frame=0 +animation/clip_100/end_frame=0 +animation/clip_100/loops=false +animation/clip_101/name="" +animation/clip_101/start_frame=0 +animation/clip_101/end_frame=0 +animation/clip_101/loops=false +animation/clip_102/name="" +animation/clip_102/start_frame=0 +animation/clip_102/end_frame=0 +animation/clip_102/loops=false +animation/clip_103/name="" +animation/clip_103/start_frame=0 +animation/clip_103/end_frame=0 +animation/clip_103/loops=false +animation/clip_104/name="" +animation/clip_104/start_frame=0 +animation/clip_104/end_frame=0 +animation/clip_104/loops=false +animation/clip_105/name="" +animation/clip_105/start_frame=0 +animation/clip_105/end_frame=0 +animation/clip_105/loops=false +animation/clip_106/name="" +animation/clip_106/start_frame=0 +animation/clip_106/end_frame=0 +animation/clip_106/loops=false +animation/clip_107/name="" +animation/clip_107/start_frame=0 +animation/clip_107/end_frame=0 +animation/clip_107/loops=false +animation/clip_108/name="" +animation/clip_108/start_frame=0 +animation/clip_108/end_frame=0 +animation/clip_108/loops=false +animation/clip_109/name="" +animation/clip_109/start_frame=0 +animation/clip_109/end_frame=0 +animation/clip_109/loops=false +animation/clip_110/name="" +animation/clip_110/start_frame=0 +animation/clip_110/end_frame=0 +animation/clip_110/loops=false +animation/clip_111/name="" +animation/clip_111/start_frame=0 +animation/clip_111/end_frame=0 +animation/clip_111/loops=false +animation/clip_112/name="" +animation/clip_112/start_frame=0 +animation/clip_112/end_frame=0 +animation/clip_112/loops=false +animation/clip_113/name="" +animation/clip_113/start_frame=0 +animation/clip_113/end_frame=0 +animation/clip_113/loops=false +animation/clip_114/name="" +animation/clip_114/start_frame=0 +animation/clip_114/end_frame=0 +animation/clip_114/loops=false +animation/clip_115/name="" +animation/clip_115/start_frame=0 +animation/clip_115/end_frame=0 +animation/clip_115/loops=false +animation/clip_116/name="" +animation/clip_116/start_frame=0 +animation/clip_116/end_frame=0 +animation/clip_116/loops=false +animation/clip_117/name="" +animation/clip_117/start_frame=0 +animation/clip_117/end_frame=0 +animation/clip_117/loops=false +animation/clip_118/name="" +animation/clip_118/start_frame=0 +animation/clip_118/end_frame=0 +animation/clip_118/loops=false +animation/clip_119/name="" +animation/clip_119/start_frame=0 +animation/clip_119/end_frame=0 +animation/clip_119/loops=false +animation/clip_120/name="" +animation/clip_120/start_frame=0 +animation/clip_120/end_frame=0 +animation/clip_120/loops=false +animation/clip_121/name="" +animation/clip_121/start_frame=0 +animation/clip_121/end_frame=0 +animation/clip_121/loops=false +animation/clip_122/name="" +animation/clip_122/start_frame=0 +animation/clip_122/end_frame=0 +animation/clip_122/loops=false +animation/clip_123/name="" +animation/clip_123/start_frame=0 +animation/clip_123/end_frame=0 +animation/clip_123/loops=false +animation/clip_124/name="" +animation/clip_124/start_frame=0 +animation/clip_124/end_frame=0 +animation/clip_124/loops=false +animation/clip_125/name="" +animation/clip_125/start_frame=0 +animation/clip_125/end_frame=0 +animation/clip_125/loops=false +animation/clip_126/name="" +animation/clip_126/start_frame=0 +animation/clip_126/end_frame=0 +animation/clip_126/loops=false +animation/clip_127/name="" +animation/clip_127/start_frame=0 +animation/clip_127/end_frame=0 +animation/clip_127/loops=false +animation/clip_128/name="" +animation/clip_128/start_frame=0 +animation/clip_128/end_frame=0 +animation/clip_128/loops=false +animation/clip_129/name="" +animation/clip_129/start_frame=0 +animation/clip_129/end_frame=0 +animation/clip_129/loops=false +animation/clip_130/name="" +animation/clip_130/start_frame=0 +animation/clip_130/end_frame=0 +animation/clip_130/loops=false +animation/clip_131/name="" +animation/clip_131/start_frame=0 +animation/clip_131/end_frame=0 +animation/clip_131/loops=false +animation/clip_132/name="" +animation/clip_132/start_frame=0 +animation/clip_132/end_frame=0 +animation/clip_132/loops=false +animation/clip_133/name="" +animation/clip_133/start_frame=0 +animation/clip_133/end_frame=0 +animation/clip_133/loops=false +animation/clip_134/name="" +animation/clip_134/start_frame=0 +animation/clip_134/end_frame=0 +animation/clip_134/loops=false +animation/clip_135/name="" +animation/clip_135/start_frame=0 +animation/clip_135/end_frame=0 +animation/clip_135/loops=false +animation/clip_136/name="" +animation/clip_136/start_frame=0 +animation/clip_136/end_frame=0 +animation/clip_136/loops=false +animation/clip_137/name="" +animation/clip_137/start_frame=0 +animation/clip_137/end_frame=0 +animation/clip_137/loops=false +animation/clip_138/name="" +animation/clip_138/start_frame=0 +animation/clip_138/end_frame=0 +animation/clip_138/loops=false +animation/clip_139/name="" +animation/clip_139/start_frame=0 +animation/clip_139/end_frame=0 +animation/clip_139/loops=false +animation/clip_140/name="" +animation/clip_140/start_frame=0 +animation/clip_140/end_frame=0 +animation/clip_140/loops=false +animation/clip_141/name="" +animation/clip_141/start_frame=0 +animation/clip_141/end_frame=0 +animation/clip_141/loops=false +animation/clip_142/name="" +animation/clip_142/start_frame=0 +animation/clip_142/end_frame=0 +animation/clip_142/loops=false +animation/clip_143/name="" +animation/clip_143/start_frame=0 +animation/clip_143/end_frame=0 +animation/clip_143/loops=false +animation/clip_144/name="" +animation/clip_144/start_frame=0 +animation/clip_144/end_frame=0 +animation/clip_144/loops=false +animation/clip_145/name="" +animation/clip_145/start_frame=0 +animation/clip_145/end_frame=0 +animation/clip_145/loops=false +animation/clip_146/name="" +animation/clip_146/start_frame=0 +animation/clip_146/end_frame=0 +animation/clip_146/loops=false +animation/clip_147/name="" +animation/clip_147/start_frame=0 +animation/clip_147/end_frame=0 +animation/clip_147/loops=false +animation/clip_148/name="" +animation/clip_148/start_frame=0 +animation/clip_148/end_frame=0 +animation/clip_148/loops=false +animation/clip_149/name="" +animation/clip_149/start_frame=0 +animation/clip_149/end_frame=0 +animation/clip_149/loops=false +animation/clip_150/name="" +animation/clip_150/start_frame=0 +animation/clip_150/end_frame=0 +animation/clip_150/loops=false +animation/clip_151/name="" +animation/clip_151/start_frame=0 +animation/clip_151/end_frame=0 +animation/clip_151/loops=false +animation/clip_152/name="" +animation/clip_152/start_frame=0 +animation/clip_152/end_frame=0 +animation/clip_152/loops=false +animation/clip_153/name="" +animation/clip_153/start_frame=0 +animation/clip_153/end_frame=0 +animation/clip_153/loops=false +animation/clip_154/name="" +animation/clip_154/start_frame=0 +animation/clip_154/end_frame=0 +animation/clip_154/loops=false +animation/clip_155/name="" +animation/clip_155/start_frame=0 +animation/clip_155/end_frame=0 +animation/clip_155/loops=false +animation/clip_156/name="" +animation/clip_156/start_frame=0 +animation/clip_156/end_frame=0 +animation/clip_156/loops=false +animation/clip_157/name="" +animation/clip_157/start_frame=0 +animation/clip_157/end_frame=0 +animation/clip_157/loops=false +animation/clip_158/name="" +animation/clip_158/start_frame=0 +animation/clip_158/end_frame=0 +animation/clip_158/loops=false +animation/clip_159/name="" +animation/clip_159/start_frame=0 +animation/clip_159/end_frame=0 +animation/clip_159/loops=false +animation/clip_160/name="" +animation/clip_160/start_frame=0 +animation/clip_160/end_frame=0 +animation/clip_160/loops=false +animation/clip_161/name="" +animation/clip_161/start_frame=0 +animation/clip_161/end_frame=0 +animation/clip_161/loops=false +animation/clip_162/name="" +animation/clip_162/start_frame=0 +animation/clip_162/end_frame=0 +animation/clip_162/loops=false +animation/clip_163/name="" +animation/clip_163/start_frame=0 +animation/clip_163/end_frame=0 +animation/clip_163/loops=false +animation/clip_164/name="" +animation/clip_164/start_frame=0 +animation/clip_164/end_frame=0 +animation/clip_164/loops=false +animation/clip_165/name="" +animation/clip_165/start_frame=0 +animation/clip_165/end_frame=0 +animation/clip_165/loops=false +animation/clip_166/name="" +animation/clip_166/start_frame=0 +animation/clip_166/end_frame=0 +animation/clip_166/loops=false +animation/clip_167/name="" +animation/clip_167/start_frame=0 +animation/clip_167/end_frame=0 +animation/clip_167/loops=false +animation/clip_168/name="" +animation/clip_168/start_frame=0 +animation/clip_168/end_frame=0 +animation/clip_168/loops=false +animation/clip_169/name="" +animation/clip_169/start_frame=0 +animation/clip_169/end_frame=0 +animation/clip_169/loops=false +animation/clip_170/name="" +animation/clip_170/start_frame=0 +animation/clip_170/end_frame=0 +animation/clip_170/loops=false +animation/clip_171/name="" +animation/clip_171/start_frame=0 +animation/clip_171/end_frame=0 +animation/clip_171/loops=false +animation/clip_172/name="" +animation/clip_172/start_frame=0 +animation/clip_172/end_frame=0 +animation/clip_172/loops=false +animation/clip_173/name="" +animation/clip_173/start_frame=0 +animation/clip_173/end_frame=0 +animation/clip_173/loops=false +animation/clip_174/name="" +animation/clip_174/start_frame=0 +animation/clip_174/end_frame=0 +animation/clip_174/loops=false +animation/clip_175/name="" +animation/clip_175/start_frame=0 +animation/clip_175/end_frame=0 +animation/clip_175/loops=false +animation/clip_176/name="" +animation/clip_176/start_frame=0 +animation/clip_176/end_frame=0 +animation/clip_176/loops=false +animation/clip_177/name="" +animation/clip_177/start_frame=0 +animation/clip_177/end_frame=0 +animation/clip_177/loops=false +animation/clip_178/name="" +animation/clip_178/start_frame=0 +animation/clip_178/end_frame=0 +animation/clip_178/loops=false +animation/clip_179/name="" +animation/clip_179/start_frame=0 +animation/clip_179/end_frame=0 +animation/clip_179/loops=false +animation/clip_180/name="" +animation/clip_180/start_frame=0 +animation/clip_180/end_frame=0 +animation/clip_180/loops=false +animation/clip_181/name="" +animation/clip_181/start_frame=0 +animation/clip_181/end_frame=0 +animation/clip_181/loops=false +animation/clip_182/name="" +animation/clip_182/start_frame=0 +animation/clip_182/end_frame=0 +animation/clip_182/loops=false +animation/clip_183/name="" +animation/clip_183/start_frame=0 +animation/clip_183/end_frame=0 +animation/clip_183/loops=false +animation/clip_184/name="" +animation/clip_184/start_frame=0 +animation/clip_184/end_frame=0 +animation/clip_184/loops=false +animation/clip_185/name="" +animation/clip_185/start_frame=0 +animation/clip_185/end_frame=0 +animation/clip_185/loops=false +animation/clip_186/name="" +animation/clip_186/start_frame=0 +animation/clip_186/end_frame=0 +animation/clip_186/loops=false +animation/clip_187/name="" +animation/clip_187/start_frame=0 +animation/clip_187/end_frame=0 +animation/clip_187/loops=false +animation/clip_188/name="" +animation/clip_188/start_frame=0 +animation/clip_188/end_frame=0 +animation/clip_188/loops=false +animation/clip_189/name="" +animation/clip_189/start_frame=0 +animation/clip_189/end_frame=0 +animation/clip_189/loops=false +animation/clip_190/name="" +animation/clip_190/start_frame=0 +animation/clip_190/end_frame=0 +animation/clip_190/loops=false +animation/clip_191/name="" +animation/clip_191/start_frame=0 +animation/clip_191/end_frame=0 +animation/clip_191/loops=false +animation/clip_192/name="" +animation/clip_192/start_frame=0 +animation/clip_192/end_frame=0 +animation/clip_192/loops=false +animation/clip_193/name="" +animation/clip_193/start_frame=0 +animation/clip_193/end_frame=0 +animation/clip_193/loops=false +animation/clip_194/name="" +animation/clip_194/start_frame=0 +animation/clip_194/end_frame=0 +animation/clip_194/loops=false +animation/clip_195/name="" +animation/clip_195/start_frame=0 +animation/clip_195/end_frame=0 +animation/clip_195/loops=false +animation/clip_196/name="" +animation/clip_196/start_frame=0 +animation/clip_196/end_frame=0 +animation/clip_196/loops=false +animation/clip_197/name="" +animation/clip_197/start_frame=0 +animation/clip_197/end_frame=0 +animation/clip_197/loops=false +animation/clip_198/name="" +animation/clip_198/start_frame=0 +animation/clip_198/end_frame=0 +animation/clip_198/loops=false +animation/clip_199/name="" +animation/clip_199/start_frame=0 +animation/clip_199/end_frame=0 +animation/clip_199/loops=false +animation/clip_200/name="" +animation/clip_200/start_frame=0 +animation/clip_200/end_frame=0 +animation/clip_200/loops=false +animation/clip_201/name="" +animation/clip_201/start_frame=0 +animation/clip_201/end_frame=0 +animation/clip_201/loops=false +animation/clip_202/name="" +animation/clip_202/start_frame=0 +animation/clip_202/end_frame=0 +animation/clip_202/loops=false +animation/clip_203/name="" +animation/clip_203/start_frame=0 +animation/clip_203/end_frame=0 +animation/clip_203/loops=false +animation/clip_204/name="" +animation/clip_204/start_frame=0 +animation/clip_204/end_frame=0 +animation/clip_204/loops=false +animation/clip_205/name="" +animation/clip_205/start_frame=0 +animation/clip_205/end_frame=0 +animation/clip_205/loops=false +animation/clip_206/name="" +animation/clip_206/start_frame=0 +animation/clip_206/end_frame=0 +animation/clip_206/loops=false +animation/clip_207/name="" +animation/clip_207/start_frame=0 +animation/clip_207/end_frame=0 +animation/clip_207/loops=false +animation/clip_208/name="" +animation/clip_208/start_frame=0 +animation/clip_208/end_frame=0 +animation/clip_208/loops=false +animation/clip_209/name="" +animation/clip_209/start_frame=0 +animation/clip_209/end_frame=0 +animation/clip_209/loops=false +animation/clip_210/name="" +animation/clip_210/start_frame=0 +animation/clip_210/end_frame=0 +animation/clip_210/loops=false +animation/clip_211/name="" +animation/clip_211/start_frame=0 +animation/clip_211/end_frame=0 +animation/clip_211/loops=false +animation/clip_212/name="" +animation/clip_212/start_frame=0 +animation/clip_212/end_frame=0 +animation/clip_212/loops=false +animation/clip_213/name="" +animation/clip_213/start_frame=0 +animation/clip_213/end_frame=0 +animation/clip_213/loops=false +animation/clip_214/name="" +animation/clip_214/start_frame=0 +animation/clip_214/end_frame=0 +animation/clip_214/loops=false +animation/clip_215/name="" +animation/clip_215/start_frame=0 +animation/clip_215/end_frame=0 +animation/clip_215/loops=false +animation/clip_216/name="" +animation/clip_216/start_frame=0 +animation/clip_216/end_frame=0 +animation/clip_216/loops=false +animation/clip_217/name="" +animation/clip_217/start_frame=0 +animation/clip_217/end_frame=0 +animation/clip_217/loops=false +animation/clip_218/name="" +animation/clip_218/start_frame=0 +animation/clip_218/end_frame=0 +animation/clip_218/loops=false +animation/clip_219/name="" +animation/clip_219/start_frame=0 +animation/clip_219/end_frame=0 +animation/clip_219/loops=false +animation/clip_220/name="" +animation/clip_220/start_frame=0 +animation/clip_220/end_frame=0 +animation/clip_220/loops=false +animation/clip_221/name="" +animation/clip_221/start_frame=0 +animation/clip_221/end_frame=0 +animation/clip_221/loops=false +animation/clip_222/name="" +animation/clip_222/start_frame=0 +animation/clip_222/end_frame=0 +animation/clip_222/loops=false +animation/clip_223/name="" +animation/clip_223/start_frame=0 +animation/clip_223/end_frame=0 +animation/clip_223/loops=false +animation/clip_224/name="" +animation/clip_224/start_frame=0 +animation/clip_224/end_frame=0 +animation/clip_224/loops=false +animation/clip_225/name="" +animation/clip_225/start_frame=0 +animation/clip_225/end_frame=0 +animation/clip_225/loops=false +animation/clip_226/name="" +animation/clip_226/start_frame=0 +animation/clip_226/end_frame=0 +animation/clip_226/loops=false +animation/clip_227/name="" +animation/clip_227/start_frame=0 +animation/clip_227/end_frame=0 +animation/clip_227/loops=false +animation/clip_228/name="" +animation/clip_228/start_frame=0 +animation/clip_228/end_frame=0 +animation/clip_228/loops=false +animation/clip_229/name="" +animation/clip_229/start_frame=0 +animation/clip_229/end_frame=0 +animation/clip_229/loops=false +animation/clip_230/name="" +animation/clip_230/start_frame=0 +animation/clip_230/end_frame=0 +animation/clip_230/loops=false +animation/clip_231/name="" +animation/clip_231/start_frame=0 +animation/clip_231/end_frame=0 +animation/clip_231/loops=false +animation/clip_232/name="" +animation/clip_232/start_frame=0 +animation/clip_232/end_frame=0 +animation/clip_232/loops=false +animation/clip_233/name="" +animation/clip_233/start_frame=0 +animation/clip_233/end_frame=0 +animation/clip_233/loops=false +animation/clip_234/name="" +animation/clip_234/start_frame=0 +animation/clip_234/end_frame=0 +animation/clip_234/loops=false +animation/clip_235/name="" +animation/clip_235/start_frame=0 +animation/clip_235/end_frame=0 +animation/clip_235/loops=false +animation/clip_236/name="" +animation/clip_236/start_frame=0 +animation/clip_236/end_frame=0 +animation/clip_236/loops=false +animation/clip_237/name="" +animation/clip_237/start_frame=0 +animation/clip_237/end_frame=0 +animation/clip_237/loops=false +animation/clip_238/name="" +animation/clip_238/start_frame=0 +animation/clip_238/end_frame=0 +animation/clip_238/loops=false +animation/clip_239/name="" +animation/clip_239/start_frame=0 +animation/clip_239/end_frame=0 +animation/clip_239/loops=false +animation/clip_240/name="" +animation/clip_240/start_frame=0 +animation/clip_240/end_frame=0 +animation/clip_240/loops=false +animation/clip_241/name="" +animation/clip_241/start_frame=0 +animation/clip_241/end_frame=0 +animation/clip_241/loops=false +animation/clip_242/name="" +animation/clip_242/start_frame=0 +animation/clip_242/end_frame=0 +animation/clip_242/loops=false +animation/clip_243/name="" +animation/clip_243/start_frame=0 +animation/clip_243/end_frame=0 +animation/clip_243/loops=false +animation/clip_244/name="" +animation/clip_244/start_frame=0 +animation/clip_244/end_frame=0 +animation/clip_244/loops=false +animation/clip_245/name="" +animation/clip_245/start_frame=0 +animation/clip_245/end_frame=0 +animation/clip_245/loops=false +animation/clip_246/name="" +animation/clip_246/start_frame=0 +animation/clip_246/end_frame=0 +animation/clip_246/loops=false +animation/clip_247/name="" +animation/clip_247/start_frame=0 +animation/clip_247/end_frame=0 +animation/clip_247/loops=false +animation/clip_248/name="" +animation/clip_248/start_frame=0 +animation/clip_248/end_frame=0 +animation/clip_248/loops=false +animation/clip_249/name="" +animation/clip_249/start_frame=0 +animation/clip_249/end_frame=0 +animation/clip_249/loops=false +animation/clip_250/name="" +animation/clip_250/start_frame=0 +animation/clip_250/end_frame=0 +animation/clip_250/loops=false +animation/clip_251/name="" +animation/clip_251/start_frame=0 +animation/clip_251/end_frame=0 +animation/clip_251/loops=false +animation/clip_252/name="" +animation/clip_252/start_frame=0 +animation/clip_252/end_frame=0 +animation/clip_252/loops=false +animation/clip_253/name="" +animation/clip_253/start_frame=0 +animation/clip_253/end_frame=0 +animation/clip_253/loops=false +animation/clip_254/name="" +animation/clip_254/start_frame=0 +animation/clip_254/end_frame=0 +animation/clip_254/loops=false +animation/clip_255/name="" +animation/clip_255/start_frame=0 +animation/clip_255/end_frame=0 +animation/clip_255/loops=false +animation/clip_256/name="" +animation/clip_256/start_frame=0 +animation/clip_256/end_frame=0 +animation/clip_256/loops=false diff --git a/src/base_scenes/Card.tscn b/src/base_scenes/Card.tscn index 794b6b3..42e8469 100644 --- a/src/base_scenes/Card.tscn +++ b/src/base_scenes/Card.tscn @@ -1,3 +1,41 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a7dc91f91294651a2050ed178f8bbab3bfe6aec29bbd217b376f3bb22bfa16b -size 1192 +[gd_scene load_steps=5 format=2] + +[ext_resource path="res://scripts/Card.gd" type="Script" id=1] +[ext_resource path="res://assets/textures/cards/card1.png" type="Texture" id=2] +[ext_resource path="res://assets/fonts/handwriting-theme.tres" type="Theme" id=3] + +[sub_resource type="RectangleShape2D" id=1] +extents = Vector2( 221, 154 ) + +[node name="Card" type="Panel"] +self_modulate = Color( 1, 1, 1, 0 ) +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_right = -1920.0 +margin_bottom = -1080.0 +script = ExtResource( 1 ) +texture_norm = ExtResource( 2 ) + +[node name="TextureButton" type="TextureButton" parent="."] +grow_horizontal = 2 +grow_vertical = 2 +mouse_filter = 1 + +[node name="Area2D" type="Area2D" parent="."] + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"] +shape = SubResource( 1 ) + +[node name="Label" type="Label" parent="."] +modulate = Color( 0.0431373, 0.105882, 0.278431, 0.776471 ) +margin_left = -154.0 +margin_top = -73.0 +margin_right = 177.0 +margin_bottom = 129.0 +theme = ExtResource( 3 ) +align = 1 +autowrap = true + +[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] + +[connection signal="gui_input" from="." to="." method="_on_Card_gui_input"] diff --git a/src/base_scenes/Decision.tscn b/src/base_scenes/Decision.tscn index 040d9ba..146fda7 100644 --- a/src/base_scenes/Decision.tscn +++ b/src/base_scenes/Decision.tscn @@ -1,3 +1,50 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4bc5da03ed0f5586606e6c1f271c86298ad7c9a376ff4a9fed37d8012c59e77 -size 1336 +[gd_scene load_steps=4 format=2] + +[ext_resource path="res://base_scenes/Card.tscn" type="PackedScene" id=1] +[ext_resource path="res://assets/fonts/handwriting-theme.tres" type="Theme" id=2] +[ext_resource path="res://base_scenes/decision.gd" type="Script" id=3] + +[node name="Decision" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +script = ExtResource( 3 ) + +[node name="AnimationPlayer" type="AnimationPlayer" parent="."] +root_node = NodePath("../first/Card3") + +[node name="first" type="Control" parent="."] +anchor_left = 0.5 +anchor_top = 1.0 +anchor_right = 0.5 +anchor_bottom = 1.0 +margin_left = -20.0 +margin_top = -40.0 +margin_right = 20.0 + +[node name="Label" type="Label" parent="first"] +margin_left = -587.0 +margin_top = -331.0 +margin_right = -20.0 +margin_bottom = -300.0 +theme = ExtResource( 2 ) +text = "Choose 2 cards, that are here to stay." + +[node name="Card1" parent="first" instance=ExtResource( 1 )] +margin_left = -373.0 +margin_top = -114.0 +margin_right = -413.0 +margin_bottom = -154.0 +rect_rotation = -6.6 + +[node name="Card2" parent="first" instance=ExtResource( 1 )] +margin_left = 3.0 +margin_top = -150.0 +margin_right = -37.0 +margin_bottom = -190.0 + +[node name="Card3" parent="first" instance=ExtResource( 1 )] +margin_left = 378.0 +margin_top = -121.0 +margin_right = 338.0 +margin_bottom = -161.0 +rect_rotation = 13.2 diff --git a/src/base_scenes/decision.gd b/src/base_scenes/decision.gd index 2e634e4..e07a0bf 100644 --- a/src/base_scenes/decision.gd +++ b/src/base_scenes/decision.gd @@ -1,3 +1 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0ba93083ab6bd73ba5b8dc5125125979b13a2fb98920e742bae5bbc8b731d3d -size 16 +extends Control diff --git a/src/default_env.tres b/src/default_env.tres index 1359afe..bea1005 100644 --- a/src/default_env.tres +++ b/src/default_env.tres @@ -1,3 +1,8 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ded3e725de7d03935a2553b4c99b6c269e8d59796799c0c847a14d21e2cc983 -size 189 +[gd_resource type="Environment" load_steps=2 format=2] + +[sub_resource type="ProceduralSky" id=1] + +[resource] +background_mode = 2 +background_sky = SubResource( 1 ) +adjustment_enabled = true diff --git a/src/dev-util/ingest connection.tscn b/src/dev-util/ingest connection.tscn index aa98e71..40b1067 100644 --- a/src/dev-util/ingest connection.tscn +++ b/src/dev-util/ingest connection.tscn @@ -1,3 +1,60 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:930cad2d09a710e2846fce0363be14e284a71e04910ae25225cd535e2a76ec06 -size 1431 +[gd_scene load_steps=2 format=2] + +[sub_resource type="GDScript" id=1] +script/source = "extends VBoxContainer + +var post_it + +func _on_card_selector_pressed(): + get_tree().root.get_child(0).show_labels(self) + +func select(pick): + post_it = pick + $card_selector.text = post_it.get_child(1).text + +func _on_card_paster_pressed(): + var tmp = get_tree().root.get_child(0).paste() + if tmp != null: + select(tmp) +" + +[node name="Ingest Connection" type="VBoxContainer"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_top = 1.0 +margin_right = -1838.0 +script = SubResource( 1 ) + +[node name="first_weoght" type="HSlider" parent="."] +margin_right = 120.0 +margin_bottom = 16.0 +rect_min_size = Vector2( 120, 0 ) +min_value = -1.0 +max_value = 1.0 +step = 0.0 +tick_count = 3 + +[node name="second_weight" type="HSlider" parent="."] +margin_top = 20.0 +margin_right = 120.0 +margin_bottom = 36.0 +rect_min_size = Vector2( 120, 0 ) +min_value = -1.0 +max_value = 1.0 +step = 0.0 +tick_count = 3 + +[node name="card_selector" type="Button" parent="."] +margin_top = 40.0 +margin_right = 120.0 +margin_bottom = 60.0 +text = "select card" + +[node name="card_paster" type="Button" parent="."] +margin_top = 64.0 +margin_right = 120.0 +margin_bottom = 84.0 +text = "paste card" + +[connection signal="pressed" from="card_selector" to="." method="_on_card_selector_pressed"] +[connection signal="pressed" from="card_paster" to="." method="_on_card_paster_pressed"] diff --git a/src/dev-util/ingest post-it.tscn b/src/dev-util/ingest post-it.tscn index 30e495c..249460d 100644 --- a/src/dev-util/ingest post-it.tscn +++ b/src/dev-util/ingest post-it.tscn @@ -1,3 +1,57 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a986be9df207d0f728b996a79a8f09322591435c2397a660d684b1aa6f7edf6 -size 1422 +[gd_scene load_steps=2 format=2] + +[sub_resource type="GDScript" id=1] +script/source = "extends VBoxContainer + +func _on_audio_button_up(): + $FileDialog.show() + +func _on_copy_pressed(): + get_tree().root.get_child(0).copy(self) +" + +[node name="Ingest Post-It" type="VBoxContainer"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_right = -1670.0 +script = SubResource( 1 ) + +[node name="Label" type="Label" parent="."] +margin_right = 250.0 +margin_bottom = 14.0 +text = "Post-It Content" + +[node name="LineEdit" type="LineEdit" parent="."] +margin_top = 18.0 +margin_right = 250.0 +margin_bottom = 42.0 +rect_min_size = Vector2( 250, 0 ) + +[node name="HBoxContainer" type="HBoxContainer" parent="."] +margin_top = 46.0 +margin_right = 250.0 +margin_bottom = 66.0 + +[node name="copy" type="Button" parent="HBoxContainer"] +margin_right = 42.0 +margin_bottom = 20.0 +text = "copy" + +[node name="select" type="Button" parent="HBoxContainer"] +margin_left = 46.0 +margin_right = 97.0 +margin_bottom = 20.0 +text = "select" + +[node name="audio" type="Button" parent="HBoxContainer"] +margin_left = 101.0 +margin_right = 200.0 +margin_bottom = 20.0 +text = "choose Audio" + +[node name="FileDialog" type="FileDialog" parent="."] +margin_right = 315.0 +margin_bottom = 130.0 + +[connection signal="pressed" from="HBoxContainer/copy" to="." method="_on_copy_pressed"] +[connection signal="button_up" from="HBoxContainer/audio" to="." method="_on_audio_button_up"] diff --git a/src/dev-util/ingest_board.gd b/src/dev-util/ingest_board.gd index bfa7271..67e7ad6 100644 --- a/src/dev-util/ingest_board.gd +++ b/src/dev-util/ingest_board.gd @@ -1,3 +1,43 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51b5bf7a73e641b878b7b385b9e3c8b57d8a1876c43dd92d751348eed5ea9553 -size 1181 +extends Control + +onready var story_list = $board/story_list +onready var card_list = $board/card_list +onready var post_it_list = $board/label_list/postIt_list +onready var connections_list = $board/label_list/connections_list +onready var final_list = $board/final_list + +onready var story_template = $"templates/Ingest Story" +onready var card_template = $"templates/Ingest Card" +onready var connection_template = $"templates/Ingest Connection" +onready var post_it_template = $"templates/Ingest Post-It" +onready var pick_template = $templates/Pick + +var copybuffer +var pick_source + +var all_cards:Array = [] +var all_post_its:Array = [] + +func _on_add_story_pressed(): + + var tmp = story_template.duplicate() + tmp.show() + story_list.add_child(tmp) + +func show_labels(source): + pick_source = source + for child in final_list.get_children(): + final_list.remove_child(child) + for post_it in all_post_its: + pick_template.pick = post_it + final_list.add_child(pick_template.duplicate()) + +func pick(pick): + pick_source.select(pick) + pick_source = null + +func copy(buffer): + copybuffer = buffer + +func paste(): + return copybuffer diff --git a/src/dev-util/ingest_board.tscn b/src/dev-util/ingest_board.tscn index 18d8074..cb292e1 100644 --- a/src/dev-util/ingest_board.tscn +++ b/src/dev-util/ingest_board.tscn @@ -1,3 +1,69 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40d8c5217d0d0515112bbf733356875d53d9e3f2c29ad31fc76254d1c01f73de -size 2133 +[gd_scene load_steps=7 format=2] + +[ext_resource path="res://dev-util/ingest_board.gd" type="Script" id=1] +[ext_resource path="res://dev-util/ingest connection.tscn" type="PackedScene" id=2] +[ext_resource path="res://dev-util/ingest post-it.tscn" type="PackedScene" id=3] +[ext_resource path="res://dev-util/ingest_card.tscn" type="PackedScene" id=4] +[ext_resource path="res://dev-util/ingest_story.tscn" type="PackedScene" id=5] +[ext_resource path="res://dev-util/pick_button.tscn" type="PackedScene" id=6] + +[node name="Ingest Board" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +script = ExtResource( 1 ) + +[node name="board" type="HBoxContainer" parent="."] +margin_left = 32.0 +margin_top = 60.0 +margin_right = 1872.0 +margin_bottom = 1045.0 + +[node name="story_list" type="VBoxContainer" parent="board"] +margin_bottom = 985.0 + +[node name="card_list" type="VBoxContainer" parent="board"] +margin_left = 4.0 +margin_right = 4.0 +margin_bottom = 985.0 + +[node name="label_list" type="VBoxContainer" parent="board"] +margin_left = 8.0 +margin_right = 8.0 +margin_bottom = 985.0 + +[node name="postIt_list" type="VBoxContainer" parent="board/label_list"] + +[node name="connections_list" type="VBoxContainer" parent="board/label_list"] +margin_top = 4.0 +margin_bottom = 4.0 + +[node name="final_list" type="VBoxContainer" parent="board"] +margin_left = 12.0 +margin_right = 12.0 +margin_bottom = 985.0 + +[node name="templates" type="Control" parent="."] +visible = false +margin_right = 40.0 +margin_bottom = 40.0 + +[node name="Ingest Connection" parent="templates" instance=ExtResource( 2 )] + +[node name="Ingest Post-It" parent="templates" instance=ExtResource( 3 )] + +[node name="Ingest Card" parent="templates" instance=ExtResource( 4 )] + +[node name="Ingest Story" parent="templates" instance=ExtResource( 5 )] +margin_right = 316.0 +margin_bottom = 98.0 + +[node name="Pick" parent="templates" instance=ExtResource( 6 )] + +[node name="add story" type="Button" parent="."] +margin_left = 16.0 +margin_top = 17.0 +margin_right = 87.0 +margin_bottom = 37.0 +text = "add Story" + +[connection signal="pressed" from="add story" to="." method="_on_add_story_pressed"] diff --git a/src/dev-util/ingest_card.tscn b/src/dev-util/ingest_card.tscn index 5a81497..c04f296 100644 --- a/src/dev-util/ingest_card.tscn +++ b/src/dev-util/ingest_card.tscn @@ -1,3 +1,90 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccb63b464ee3d7ccf625e6925d458e2a60ee492472c169676b79d12777d8b9bf -size 2746 +[gd_scene load_steps=2 format=2] + +[sub_resource type="GDScript" id=1] +script/source = "extends VBoxContainer + +var post_its:Array = [] +var connections:Array = [] +onready var post_its_template = get_tree().root.get_child(0).post_it_template +onready var connection_template = get_tree().root.get_child(0).connection_template +onready var post_board:VBoxContainer = get_tree().root.get_child(0).post_it_list +onready var connection_board:VBoxContainer = get_tree().root.get_child(0).connections_list + +func _on_post_it_pressed(): + post_its.append(post_its_template.duplicate()) + get_tree().root.get_child(0).all_post_its.append(post_its[post_its.size()-1]) + push_children() + +func _on_connection_pressed(): + connections.append(connection_template.duplicate()) + push_children() + +func push_children(): + for child in post_board.get_children(): + post_board.remove_child(child) + + for child in connection_board.get_children(): + connection_board.remove_child(child) + + for card in post_its: + post_board.add_child(card) + + for card in connections: + connection_board.add_child(card) + +func _on_choose_Audio_button_down(): + $FileDialog.show() + $FileDialog.rect_size = Vector2(250,250) +" + +[node name="Ingest Card" type="VBoxContainer"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_right = -1616.0 +script = SubResource( 1 ) + +[node name="Label" type="Label" parent="."] +margin_right = 304.0 +margin_bottom = 14.0 +text = "Card Text" + +[node name="LineEdit" type="LineEdit" parent="."] +margin_top = 18.0 +margin_right = 304.0 +margin_bottom = 42.0 + +[node name="HBoxContainer" type="HBoxContainer" parent="."] +margin_top = 46.0 +margin_right = 304.0 +margin_bottom = 66.0 + +[node name="add connection" type="Button" parent="HBoxContainer"] +margin_right = 113.0 +margin_bottom = 20.0 +text = "Add Connection" + +[node name="add postIt" type="Button" parent="HBoxContainer"] +margin_left = 117.0 +margin_right = 201.0 +margin_bottom = 20.0 +text = "Add Post-It" + +[node name="choose Audio" type="Button" parent="HBoxContainer"] +margin_left = 205.0 +margin_right = 304.0 +margin_bottom = 20.0 +text = "choose Audio" + +[node name="FileDialog" type="FileDialog" parent="."] +visible = true +margin_top = 70.0 +margin_right = 304.0 +margin_bottom = 320.0 +rect_min_size = Vector2( 250, 250 ) +window_title = "Open a File" +mode = 0 + +[connection signal="mouse_entered" from="." to="." method="push_children"] +[connection signal="button_down" from="HBoxContainer/add connection" to="." method="_on_connection_pressed"] +[connection signal="button_down" from="HBoxContainer/add postIt" to="." method="_on_post_it_pressed"] +[connection signal="button_down" from="HBoxContainer/choose Audio" to="." method="_on_choose_Audio_button_down"] diff --git a/src/dev-util/ingest_story.tscn b/src/dev-util/ingest_story.tscn index 20bda0c..14a81e2 100644 --- a/src/dev-util/ingest_story.tscn +++ b/src/dev-util/ingest_story.tscn @@ -1,3 +1,80 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:545936efb009bd263d42c7e4b2ec4956c9efef1ce1408a1fd33de8880092051f -size 2164 +[gd_scene load_steps=2 format=2] + +[sub_resource type="GDScript" id=1] +script/source = "extends VBoxContainer + +var cards:Array = [] +onready var card_template = get_tree().root.get_child(0).card_template +onready var next_board:VBoxContainer = get_tree().root.get_child(0).card_list + +func _on_Button_pressed(): + cards.append(card_template.duplicate()) + get_tree().root.get_child(0).all_cards.append(cards[cards.size()-1]) + push_children() + +func push_children(): + for child in next_board.get_children(): + next_board.remove_child(child) + + for card in cards: + next_board.add_child(card) + +func _on_audio_select_pressed(): + $FileDialog.show() + $FileDialog.size.x = 250 + $FileDialog.size.y = 250 +" + +[node name="Ingest Story" type="VBoxContainer"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_right = -1846.0 +margin_bottom = -942.0 +script = SubResource( 1 ) + +[node name="Name" type="Label" parent="."] +margin_right = 300.0 +margin_bottom = 14.0 +text = "Card Name" + +[node name="LineEdit" type="LineEdit" parent="."] +margin_top = 18.0 +margin_right = 300.0 +margin_bottom = 42.0 + +[node name="Story" type="Label" parent="."] +margin_top = 46.0 +margin_right = 300.0 +margin_bottom = 60.0 +text = "Description" + +[node name="TextEdit" type="TextEdit" parent="."] +margin_top = 64.0 +margin_right = 300.0 +margin_bottom = 134.0 +rect_min_size = Vector2( 300, 70 ) + +[node name="HBoxContainer" type="HBoxContainer" parent="."] +margin_top = 138.0 +margin_right = 300.0 +margin_bottom = 158.0 + +[node name="add_card" type="Button" parent="HBoxContainer"] +margin_right = 67.0 +margin_bottom = 20.0 +text = "add Card" + +[node name="audio_select" type="Button" parent="HBoxContainer"] +margin_left = 71.0 +margin_right = 163.0 +margin_bottom = 20.0 +text = "select Audio" + +[node name="FileDialog" type="FileDialog" parent="."] +margin_top = 162.0 +margin_right = 315.0 +margin_bottom = 292.0 + +[connection signal="mouse_entered" from="." to="." method="push_children"] +[connection signal="pressed" from="HBoxContainer/add_card" to="." method="_on_Button_pressed"] +[connection signal="pressed" from="HBoxContainer/audio_select" to="." method="_on_audio_select_pressed"] diff --git a/src/dev-util/pick_button.tscn b/src/dev-util/pick_button.tscn index dcf9582..2d4fa76 100644 --- a/src/dev-util/pick_button.tscn +++ b/src/dev-util/pick_button.tscn @@ -1,3 +1,21 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b1f6aecb87bdfaab62f0d2d0ed7dfc9cd61c7c10933cb532bc10df80408829a -size 449 +[gd_scene load_steps=2 format=2] + +[sub_resource type="GDScript" id=1] +script/source = "extends Button + +var pick setget set_pick + +func set_pick(new_pick): + pick = new_pick + text = pick.get_child(1).text + +func _on_Pick_pressed(): + get_parent().get_parent().pick(pick) +" + +[node name="Pick" type="Button"] +anchor_right = 1.0 +anchor_bottom = 1.0 +script = SubResource( 1 ) + +[connection signal="pressed" from="." to="." method="_on_Pick_pressed"] diff --git a/src/icon.png.import b/src/icon.png.import index 5dee703..a4c02e6 100644 --- a/src/icon.png.import +++ b/src/icon.png.import @@ -1,3 +1,35 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:283616abf50595d9a6015e25f558986730ea17fc230ab4fba1efe6890c459a6e -size 674 +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon.png" +dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.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 +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/src/project.godot b/src/project.godot index 0b9976f..36d7f86 100644 --- a/src/project.godot +++ b/src/project.godot @@ -1,3 +1,46 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33072dac418f0c7967230c45a6f4e0f0bb3be1d0dc0711dc6e73b5c6f7bec4e9 -size 1101 +; 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 + +[application] + +config/name="Frame of Mind" +run/main_scene="res://Playfield.tscn" +config/icon="res://icon.png" + +[display] + +window/size/width=1920 +window/size/height=1080 + +[gui] + +common/drop_mouse_on_gui_input_disabled=true + +[input] + +click={ +"deadzone": 0.5, +"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":1,"pressed":false,"doubleclick":false,"script":null) + ] +} + +[input_devices] + +pointing/emulate_touch_from_mouse=true + +[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" diff --git a/src/scripts/Card.gd b/src/scripts/Card.gd index d8b29b6..5b6c475 100644 --- a/src/scripts/Card.gd +++ b/src/scripts/Card.gd @@ -1,3 +1,49 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:786755b64a8d18f0153065c1c4d8975a2f8d30f92758eb162d96e9b1befcb5a2 -size 1706 +extends Panel + +# Declare member variables here. Examples: +# var a = 2 +# var b = "text" + +var snap_position = Vector2(0,0) +var snap_velocity = 800 +var is_dragged = false +export var is_mergable = false +export(String) var caption setget set_caption + +func set_caption(string:String): + $Label.text = string + +# Called when the node enters the scene tree for the first time. +func _ready(): + snap_position = rect_position + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _process(delta): + if not rect_position == snap_position and not is_dragged: + if (snap_position - rect_position).length() < 10: + rect_position = snap_position + else: + var deltapos_angle = (snap_position - rect_position).angle() + rect_position += Vector2( + snap_velocity * cos(deltapos_angle), + snap_velocity * sin(deltapos_angle) + ) * delta + if is_mergable: + var areas = $Area2D.get_overlapping_areas() + var card_areas = Array() + for a in areas: + if "is_mergable" in a.get_parent() and a.get_parent().is_mergable: + card_areas.append(a) + if card_areas.size() == 1: + var parent = card_areas[0].get_parent() + if not parent.is_dragged and not is_dragged and not snap_position == rect_position: + queue_free() + if not snap_position == rect_position: + pass #TODO: reskin card + +func _on_Card_gui_input(event): + if event is InputEventScreenDrag: + is_dragged = true; + rect_position += event.relative + elif Input.is_action_just_released("click"): + is_dragged = false diff --git a/src/scripts/card_deck.gd b/src/scripts/card_deck.gd index 88e21c1..b678943 100644 --- a/src/scripts/card_deck.gd +++ b/src/scripts/card_deck.gd @@ -1,3 +1,23 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcb629088f6991926d7f120e7348005c59c3faa42c8e2519fd2776b6481534aa -size 361 +var card_template: Dictionary = { + "ID": -1, + "caption": "", + "primaty_post_its": [], + "drops": [] + } + +var post_it_template: Dictionary = { + "ID": -1, + "caption": "" + } + +var drop_template: Dictionary = { + "ID": -1, + "weight_1": 0.0, + "weight_2": 0.0 + } + +var story_event = { + "ID": -1, + "caption": "", + "cards": [] + }