diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0af181c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Godot 4+ specific ignores +.godot/ +/android/ diff --git a/README.md b/README.md index f56cd9c..accd0ad 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # Gallery -Intento de galería virtual en Godot \ No newline at end of file +Intento de galería virtual en Godot +Los niveles deben ser algo como gallery.tscn o main.tscn. + +Falta de implementar sonido y multijugador de ser posible. Como nota, las operaciones de transformación en el editor, arruinan el motor de física. No cambien el tamaño de un RigidBody3d cuando instancien la escena en otra escena. Háganlo desde la misma escena ajustando el mesh y las cajas de colisión directamente. \ No newline at end of file diff --git a/ah_body.tscn b/ah_body.tscn new file mode 100644 index 0000000..5a19fff --- /dev/null +++ b/ah_body.tscn @@ -0,0 +1,37 @@ +[gd_scene load_steps=6 format=3 uid="uid://dji5vsy7xvc55"] + +[ext_resource type="Script" path="res://unfreeze.gd" id="1_psdkt"] +[ext_resource type="PackedScene" uid="uid://dgctmcpsgbpms" path="res://cuadros/ah.blend" id="2_82hr0"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_k5yi4"] +bounce = 0.6 + +[sub_resource type="BoxShape3D" id="BoxShape3D_syxxm"] +size = Vector3(0.924446, 4.69981, 5.97114) + +[sub_resource type="BoxShape3D" id="BoxShape3D_4joy6"] +size = Vector3(2.02269, 5.65128, 6.92699) + +[node name="Area3D" type="Area3D"] +top_level = true +script = ExtResource("1_psdkt") + +[node name="RigidBody3D" type="RigidBody3D" parent="."] +mass = 10.0 +physics_material_override = SubResource("PhysicsMaterial_k5yi4") +can_sleep = false +freeze = true + +[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0217552, 0.0188159, 0.00631657) +shape = SubResource("BoxShape3D_syxxm") + +[node name="ah" parent="RigidBody3D" instance=ExtResource("2_82hr0")] +transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0505753, 0.148719, 0.334267) +shape = SubResource("BoxShape3D_4joy6") + +[connection signal="body_entered" from="." to="." method="_on_body_entered"] +[connection signal="body_entered" from="RigidBody3D" to="RigidBody3D" method="_on_body_entered"] diff --git a/ah_true_body.tscn b/ah_true_body.tscn new file mode 100644 index 0000000..5c67fb4 --- /dev/null +++ b/ah_true_body.tscn @@ -0,0 +1,37 @@ +[gd_scene load_steps=6 format=3 uid="uid://cynwv0ru00b6w"] + +[ext_resource type="Script" path="res://unfreeze.gd" id="1_lt3gf"] +[ext_resource type="PackedScene" uid="uid://bem3lihcnr2mf" path="res://cuadros/ahtrue.blend" id="2_cxddr"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_k5yi4"] +bounce = 0.6 + +[sub_resource type="BoxShape3D" id="BoxShape3D_syxxm"] +size = Vector3(0.924446, 4.69981, 5.97114) + +[sub_resource type="BoxShape3D" id="BoxShape3D_4joy6"] +size = Vector3(2.02269, 5.65128, 6.92699) + +[node name="Area3D" type="Area3D"] +top_level = true +script = ExtResource("1_lt3gf") + +[node name="RigidBody3D" type="RigidBody3D" parent="."] +mass = 11.0 +physics_material_override = SubResource("PhysicsMaterial_k5yi4") +can_sleep = false +freeze = true + +[node name="ahtrue" parent="RigidBody3D" instance=ExtResource("2_cxddr")] +transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0217552, 0.0188159, 0.00631657) +shape = SubResource("BoxShape3D_syxxm") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0505753, 0.148719, 0.334267) +shape = SubResource("BoxShape3D_4joy6") + +[connection signal="body_entered" from="." to="." method="_on_body_entered"] +[connection signal="body_entered" from="RigidBody3D" to="RigidBody3D" method="_on_body_entered"] diff --git a/angery.blend b/angery.blend new file mode 100644 index 0000000..aa613f9 Binary files /dev/null and b/angery.blend differ diff --git a/angery.blend.import b/angery.blend.import new file mode 100644 index 0000000..3ed6974 --- /dev/null +++ b/angery.blend.import @@ -0,0 +1,51 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://civvmhrfpflne" +path="res://.godot/imported/angery.blend-7fa1ca4fc7d2064b9b0a9f37d76cf752.scn" + +[deps] + +source_file="res://angery.blend" +dest_files=["res://.godot/imported/angery.blend-7fa1ca4fc7d2064b9b0a9f37d76cf752.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/angie_body.tscn b/angie_body.tscn new file mode 100644 index 0000000..a710e8f --- /dev/null +++ b/angie_body.tscn @@ -0,0 +1,19 @@ +[gd_scene load_steps=4 format=3 uid="uid://c0oma3bf4gwuj"] + +[ext_resource type="PackedScene" uid="uid://brg4j6r1hao4k" path="res://angiee.tscn" id="1_ngw16"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_tsw8h"] +bounce = 0.87 + +[sub_resource type="SphereShape3D" id="SphereShape3D_ud4sx"] +radius = 1.00236 + +[node name="RigidBody3D" type="RigidBody3D"] +physics_material_override = SubResource("PhysicsMaterial_tsw8h") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.182123, 0.758861, 0) +shape = SubResource("SphereShape3D_ud4sx") + +[node name="angiee" parent="." instance=ExtResource("1_ngw16")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1.2, 0, 0, 0) diff --git a/angiee.blend1 b/angiee.blend1 new file mode 100644 index 0000000..075b089 Binary files /dev/null and b/angiee.blend1 differ diff --git a/angiee.glb b/angiee.glb new file mode 100644 index 0000000..9af27b2 Binary files /dev/null and b/angiee.glb differ diff --git a/angiee.glb.import b/angiee.glb.import new file mode 100644 index 0000000..75fafdd --- /dev/null +++ b/angiee.glb.import @@ -0,0 +1,36 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://vh5nuayhwrca" +path="res://.godot/imported/angiee.glb-832b36314e4d6ddf0f22887612d89e93.scn" + +[deps] + +source_file="res://angiee.glb" +dest_files=["res://.godot/imported/angiee.glb-832b36314e4d6ddf0f22887612d89e93.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/angiee.tscn b/angiee.tscn new file mode 100644 index 0000000..382eb23 --- /dev/null +++ b/angiee.tscn @@ -0,0 +1,8 @@ +[gd_scene load_steps=2 format=3 uid="uid://brg4j6r1hao4k"] + +[ext_resource type="PackedScene" uid="uid://vh5nuayhwrca" path="res://angiee.glb" id="1_3hvtc"] + +[node name="angiee" instance=ExtResource("1_3hvtc")] + +[node name="Plane" parent="." index="0"] +transform = Transform3D(0.5, 0, 0, 0, 0.65, 0, 0, 0, 0.8, 0, 0, 0) diff --git a/angiee_angiee.png b/angiee_angiee.png new file mode 100644 index 0000000..5ab0d19 Binary files /dev/null and b/angiee_angiee.png differ diff --git a/angiee_angiee.png.import b/angiee_angiee.png.import new file mode 100644 index 0000000..8940fb5 --- /dev/null +++ b/angiee_angiee.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dxpdejolfu36j" +path.s3tc="res://.godot/imported/angiee_angiee.png-8fea5dcdafc09d92e35a89382abb793f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "ea1d8b559d7ea17843f901d200d56364" +} + +[deps] + +source_file="res://angiee_angiee.png" +dest_files=["res://.godot/imported/angiee_angiee.png-8fea5dcdafc09d92e35a89382abb793f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/animation_player.gd b/animation_player.gd new file mode 100644 index 0000000..05c916d --- /dev/null +++ b/animation_player.gd @@ -0,0 +1,11 @@ +extends AnimationPlayer + + +# Called when the node enters the scene tree for the first time. +func _ready() -> void: + play("CubeAction001") + + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _process(delta: float) -> void: + play("CubeAction001") diff --git a/assets/glutamato_text.blend b/assets/glutamato_text.blend new file mode 100644 index 0000000..fdcc524 Binary files /dev/null and b/assets/glutamato_text.blend differ diff --git a/assets/glutamato_text.blend.import b/assets/glutamato_text.blend.import new file mode 100644 index 0000000..05951c1 --- /dev/null +++ b/assets/glutamato_text.blend.import @@ -0,0 +1,78 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://d1nyswg6kiya" +path="res://.godot/imported/glutamato_text.blend-6f445b5c6cd7293f0d83efa39e137168.scn" + +[deps] + +source_file="res://assets/glutamato_text.blend" +dest_files=["res://.godot/imported/glutamato_text.blend-6f445b5c6cd7293f0d83efa39e137168.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Camera/Camera_Orientation": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +}, +"PATH:front": { +"generate/physics": true, +"physics/body_type": 1, +"physics/shape_type": 3 +}, +"PATH:glutamato": { +"generate/physics": true, +"physics/body_type": 1, +"physics/shape_type": 6 +}, +"PATH:side": { +"generate/physics": true, +"physics/body_type": 1, +"physics/shape_type": 3 +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/assets/glutamato_text.blend1 b/assets/glutamato_text.blend1 new file mode 100644 index 0000000..7843c2e Binary files /dev/null and b/assets/glutamato_text.blend1 differ diff --git a/assets/textures/brendon_text.png b/assets/textures/brendon_text.png new file mode 100644 index 0000000..7b07a54 Binary files /dev/null and b/assets/textures/brendon_text.png differ diff --git a/assets/textures/brendon_text.png.import b/assets/textures/brendon_text.png.import new file mode 100644 index 0000000..847190f --- /dev/null +++ b/assets/textures/brendon_text.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cg11k537netcq" +path.s3tc="res://.godot/imported/brendon_text.png-8898487072622af11a8a48fea6d366c8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets/textures/brendon_text.png" +dest_files=["res://.godot/imported/brendon_text.png-8898487072622af11a8a48fea6d366c8.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/assets/textures/tropi.jpg b/assets/textures/tropi.jpg new file mode 100644 index 0000000..109b7e2 Binary files /dev/null and b/assets/textures/tropi.jpg differ diff --git a/assets/textures/tropi.jpg.import b/assets/textures/tropi.jpg.import new file mode 100644 index 0000000..8be2cd8 --- /dev/null +++ b/assets/textures/tropi.jpg.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ckj8ebl26vfa4" +path.s3tc="res://.godot/imported/tropi.jpg-569f2d2d786d3b434da69d46a237282a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets/textures/tropi.jpg" +dest_files=["res://.godot/imported/tropi.jpg-569f2d2d786d3b434da69d46a237282a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/assets/tropi.jpg b/assets/tropi.jpg new file mode 100644 index 0000000..109b7e2 Binary files /dev/null and b/assets/tropi.jpg differ diff --git a/assets/tropi.jpg.import b/assets/tropi.jpg.import new file mode 100644 index 0000000..e2d1d57 --- /dev/null +++ b/assets/tropi.jpg.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://canu585mgeq71" +path.s3tc="res://.godot/imported/tropi.jpg-5cb7cad6ee593f407fcb34b8be9b5341.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets/tropi.jpg" +dest_files=["res://.godot/imported/tropi.jpg-5cb7cad6ee593f407fcb34b8be9b5341.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/berty.blend b/berty.blend new file mode 100644 index 0000000..210f338 Binary files /dev/null and b/berty.blend differ diff --git a/berty.blend.import b/berty.blend.import new file mode 100644 index 0000000..9b1198f --- /dev/null +++ b/berty.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cow8dtn8dk5at" +path="res://.godot/imported/berty.blend-7e95265737c817d7fe7b4212fe04e4d5.scn" + +[deps] + +source_file="res://berty.blend" +dest_files=["res://.godot/imported/berty.blend-7e95265737c817d7fe7b4212fe04e4d5.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/berty_Material Base Color.png b/berty_Material Base Color.png new file mode 100644 index 0000000..8bbd697 Binary files /dev/null and b/berty_Material Base Color.png differ diff --git a/berty_Material Base Color.png.import b/berty_Material Base Color.png.import new file mode 100644 index 0000000..587cca8 --- /dev/null +++ b/berty_Material Base Color.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://co4e8wmkc4x8" +path.s3tc="res://.godot/imported/berty_Material Base Color.png-c56fac5dfa6b02ecc314d92f22e915d7.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "a1779d5e0a18ae8505c26f4fbfee89cc" +} + +[deps] + +source_file="res://berty_Material Base Color.png" +dest_files=["res://.godot/imported/berty_Material Base Color.png-c56fac5dfa6b02ecc314d92f22e915d7.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/bignose.png b/bignose.png new file mode 100644 index 0000000..7d988c2 Binary files /dev/null and b/bignose.png differ diff --git a/bignose.png.import b/bignose.png.import new file mode 100644 index 0000000..8a86b94 --- /dev/null +++ b/bignose.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bitppfbusv5ru" +path.s3tc="res://.godot/imported/bignose.png-b4decad3551ca4ee7eacadb4eb42c095.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://bignose.png" +dest_files=["res://.godot/imported/bignose.png-b4decad3551ca4ee7eacadb4eb42c095.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/bison.blend b/bison.blend new file mode 100644 index 0000000..9c9e424 Binary files /dev/null and b/bison.blend differ diff --git a/bison.blend.import b/bison.blend.import new file mode 100644 index 0000000..a1a3de7 --- /dev/null +++ b/bison.blend.import @@ -0,0 +1,51 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dvpdkhf22kxok" +path="res://.godot/imported/bison.blend-4299b96a050a4a1637ebbcda7b453ef8.scn" + +[deps] + +source_file="res://bison.blend" +dest_files=["res://.godot/imported/bison.blend-4299b96a050a4a1637ebbcda7b453ef8.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/burn.png b/burn.png new file mode 100644 index 0000000..e20cc09 Binary files /dev/null and b/burn.png differ diff --git a/burn.png.import b/burn.png.import new file mode 100644 index 0000000..1b0c864 --- /dev/null +++ b/burn.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://krxo0aadcj1i" +path="res://.godot/imported/burn.png-783713ffef94b30a0bc89d726e18aa20.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://burn.png" +dest_files=["res://.godot/imported/burn.png-783713ffef94b30a0bc89d726e18aa20.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/caguama.blend b/caguama.blend new file mode 100644 index 0000000..4c8548c Binary files /dev/null and b/caguama.blend differ diff --git a/caguama.blend.import b/caguama.blend.import new file mode 100644 index 0000000..8847c40 --- /dev/null +++ b/caguama.blend.import @@ -0,0 +1,57 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b24no5gy7e46m" +path="res://.godot/imported/caguama.blend-334c461c58074e28684c19b3bcae2783.scn" + +[deps] + +source_file="res://caguama.blend" +dest_files=["res://.godot/imported/caguama.blend-334c461c58074e28684c19b3bcae2783.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Point": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/caguama.blend1 b/caguama.blend1 new file mode 100644 index 0000000..670c44f Binary files /dev/null and b/caguama.blend1 differ diff --git a/caguama.tscn b/caguama.tscn new file mode 100644 index 0000000..c1924a0 --- /dev/null +++ b/caguama.tscn @@ -0,0 +1,16 @@ +[gd_scene load_steps=3 format=3 uid="uid://wtyjb7hwpjio"] + +[ext_resource type="PackedScene" uid="uid://b24no5gy7e46m" path="res://caguama.blend" id="1_pp5ay"] + +[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_8mnnh"] +radius = 0.595784 +height = 2.75085 + +[node name="RigidBody3D" type="RigidBody3D"] + +[node name="caguama" parent="." instance=ExtResource("1_pp5ay")] +transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0790117, -0.0436746, -0.185992) +shape = SubResource("CapsuleShape3D_8mnnh") diff --git a/caoba_body.tscn b/caoba_body.tscn new file mode 100644 index 0000000..51a9e4c --- /dev/null +++ b/caoba_body.tscn @@ -0,0 +1,37 @@ +[gd_scene load_steps=6 format=3 uid="uid://bvmqfrarfcfeb"] + +[ext_resource type="Script" path="res://unfreeze.gd" id="1_1rb0w"] +[ext_resource type="PackedScene" uid="uid://d3whrgqlwksqa" path="res://cuadros/caoba.blend" id="2_xr35r"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_k5yi4"] +bounce = 0.6 + +[sub_resource type="BoxShape3D" id="BoxShape3D_syxxm"] +size = Vector3(0.924446, 5.95655, 4.67223) + +[sub_resource type="BoxShape3D" id="BoxShape3D_4joy6"] +size = Vector3(2.15191, 6.64619, 5.80484) + +[node name="Area3D" type="Area3D"] +top_level = true +script = ExtResource("1_1rb0w") + +[node name="RigidBody3D" type="RigidBody3D" parent="."] +mass = 15.0 +physics_material_override = SubResource("PhysicsMaterial_k5yi4") +can_sleep = false +freeze = true + +[node name="caoba" parent="RigidBody3D" instance=ExtResource("2_xr35r")] +transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0217552, 0.0256115, 0.0177237) +shape = SubResource("BoxShape3D_syxxm") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0288181, 0.129071, 0.0955728) +shape = SubResource("BoxShape3D_4joy6") + +[connection signal="body_entered" from="." to="." method="_on_body_entered"] +[connection signal="body_entered" from="RigidBody3D" to="RigidBody3D" method="_on_body_entered"] diff --git a/cat.tscn b/cat.tscn new file mode 100644 index 0000000..58dfc88 --- /dev/null +++ b/cat.tscn @@ -0,0 +1,14 @@ +[gd_scene load_steps=3 format=3 uid="uid://bbwi3i17ihdyg"] + +[ext_resource type="PackedScene" uid="uid://dnu75vlsj8cbo" path="res://catt.blend" id="1_j1xhv"] + +[sub_resource type="BoxShape3D" id="BoxShape3D_x03ku"] +size = Vector3(2.72968, 5.20621, 3.12756) + +[node name="cat" type="RigidBody3D"] + +[node name="catt" parent="." instance=ExtResource("1_j1xhv")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.488501, 1.14024, 0.0228882) +shape = SubResource("BoxShape3D_x03ku") diff --git a/catt.blend b/catt.blend new file mode 100644 index 0000000..a027a54 Binary files /dev/null and b/catt.blend differ diff --git a/catt.blend.import b/catt.blend.import new file mode 100644 index 0000000..e50e067 --- /dev/null +++ b/catt.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dnu75vlsj8cbo" +path="res://.godot/imported/catt.blend-89b67a529a179a49f588a9b692f46643.scn" + +[deps] + +source_file="res://catt.blend" +dest_files=["res://.godot/imported/catt.blend-89b67a529a179a49f588a9b692f46643.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/catt.blend1 b/catt.blend1 new file mode 100644 index 0000000..de54ad1 Binary files /dev/null and b/catt.blend1 differ diff --git a/conin.blend b/conin.blend new file mode 100644 index 0000000..a35e97a Binary files /dev/null and b/conin.blend differ diff --git a/conin.blend.import b/conin.blend.import new file mode 100644 index 0000000..fc00251 --- /dev/null +++ b/conin.blend.import @@ -0,0 +1,51 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bn5rnedxt11h6" +path="res://.godot/imported/conin.blend-b7e495fdd4819dfba9dec5964ec44462.scn" + +[deps] + +source_file="res://conin.blend" +dest_files=["res://.godot/imported/conin.blend-b7e495fdd4819dfba9dec5964ec44462.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/coolschene.png b/coolschene.png new file mode 100644 index 0000000..eac6194 Binary files /dev/null and b/coolschene.png differ diff --git a/coolschene.png.import b/coolschene.png.import new file mode 100644 index 0000000..ffb1638 --- /dev/null +++ b/coolschene.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://w1vf5a78u8uh" +path.s3tc="res://.godot/imported/coolschene.png-0f8f1b1c8ba53b24aa396a41c3ac0419.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://coolschene.png" +dest_files=["res://.godot/imported/coolschene.png-0f8f1b1c8ba53b24aa396a41c3ac0419.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cortal_body.tscn b/cortal_body.tscn new file mode 100644 index 0000000..d25c147 --- /dev/null +++ b/cortal_body.tscn @@ -0,0 +1,37 @@ +[gd_scene load_steps=6 format=3 uid="uid://bynmt6ae5rihn"] + +[ext_resource type="Script" path="res://unfreeze.gd" id="1_wu83e"] +[ext_resource type="PackedScene" uid="uid://dmqhclf48w6eh" path="res://cuadros/cortala.blend" id="2_k8pfc"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_k5yi4"] +bounce = 0.6 + +[sub_resource type="BoxShape3D" id="BoxShape3D_syxxm"] +size = Vector3(0.924446, 4.69981, 5.97114) + +[sub_resource type="BoxShape3D" id="BoxShape3D_4joy6"] +size = Vector3(2.02269, 5.65128, 6.92699) + +[node name="Area3D" type="Area3D"] +top_level = true +script = ExtResource("1_wu83e") + +[node name="RigidBody3D" type="RigidBody3D" parent="."] +mass = 10.0 +physics_material_override = SubResource("PhysicsMaterial_k5yi4") +can_sleep = false +freeze = true + +[node name="cortala" parent="RigidBody3D" instance=ExtResource("2_k8pfc")] +transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0217552, 0.0188159, 0.00631657) +shape = SubResource("BoxShape3D_syxxm") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0505753, 0.148719, 0.334267) +shape = SubResource("BoxShape3D_4joy6") + +[connection signal="body_entered" from="." to="." method="_on_body_entered"] +[connection signal="body_entered" from="RigidBody3D" to="RigidBody3D" method="_on_body_entered"] diff --git a/crani.blend b/crani.blend new file mode 100644 index 0000000..fba6145 Binary files /dev/null and b/crani.blend differ diff --git a/crani.blend.import b/crani.blend.import new file mode 100644 index 0000000..2b1cd2e --- /dev/null +++ b/crani.blend.import @@ -0,0 +1,51 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cjdckkcb3fvh1" +path="res://.godot/imported/crani.blend-27bf0429fcd6028360cd89ff0a0ab769.scn" + +[deps] + +source_file="res://crani.blend" +dest_files=["res://.godot/imported/crani.blend-27bf0429fcd6028360cd89ff0a0ab769.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/cross.glb b/cross.glb new file mode 100644 index 0000000..e0c1e4f Binary files /dev/null and b/cross.glb differ diff --git a/cross.glb.import b/cross.glb.import new file mode 100644 index 0000000..68e5aa9 --- /dev/null +++ b/cross.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://brybev4obe3on" +path="res://.godot/imported/cross.glb-cf060efd67ec1c92dff37bacdd18f9a2.scn" + +[deps] + +source_file="res://cross.glb" +dest_files=["res://.godot/imported/cross.glb-cf060efd67ec1c92dff37bacdd18f9a2.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Plane": { +"import/skip_import": true +} +} +} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/cross_Material.png b/cross_Material.png new file mode 100644 index 0000000..c4bdc57 Binary files /dev/null and b/cross_Material.png differ diff --git a/cross_Material.png.import b/cross_Material.png.import new file mode 100644 index 0000000..364bb96 --- /dev/null +++ b/cross_Material.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2ibsi7dlalwm" +path.s3tc="res://.godot/imported/cross_Material.png-d598266b018789b8ce67de0aef8a843a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "aafbc25455c6778afbece4d9e8bdf546" +} + +[deps] + +source_file="res://cross_Material.png" +dest_files=["res://.godot/imported/cross_Material.png-d598266b018789b8ce67de0aef8a843a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cuadro.tscn b/cuadro.tscn new file mode 100644 index 0000000..214316d --- /dev/null +++ b/cuadro.tscn @@ -0,0 +1,24 @@ +[gd_scene load_steps=4 format=3 uid="uid://df5km75w5vocj"] + +[ext_resource type="PackedScene" uid="uid://dunkshd3l5dq1" path="res://marco.glb" id="1_1eum4"] +[ext_resource type="Texture2D" uid="uid://loo3q5huk3wh" path="res://resized.jpg" id="2_casje"] + +[sub_resource type="SpriteFrames" id="SpriteFrames_wnbyk"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": ExtResource("2_casje") +}], +"loop": true, +"name": &"default", +"speed": 5.0 +}] + +[node name="Node3D" type="Node3D"] + +[node name="marco" parent="." instance=ExtResource("1_1eum4")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.554414, -0.0403279, -0.252292) + +[node name="AnimatedSprite3D" type="AnimatedSprite3D" parent="."] +transform = Transform3D(-3.0598e-08, 0, -0.7, 0, 0.7, 0, 0.7, 0, -3.0598e-08, -0.557923, 0, -0.284106) +sprite_frames = SubResource("SpriteFrames_wnbyk") diff --git a/cuadros/ah.blend b/cuadros/ah.blend new file mode 100644 index 0000000..a8a6718 Binary files /dev/null and b/cuadros/ah.blend differ diff --git a/cuadros/ah.blend.import b/cuadros/ah.blend.import new file mode 100644 index 0000000..e8175e7 --- /dev/null +++ b/cuadros/ah.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dgctmcpsgbpms" +path="res://.godot/imported/ah.blend-782c43e9662b7f390cc37e07c35b90c6.scn" + +[deps] + +source_file="res://cuadros/ah.blend" +dest_files=["res://.godot/imported/ah.blend-782c43e9662b7f390cc37e07c35b90c6.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/cuadros/ah.blend1 b/cuadros/ah.blend1 new file mode 100644 index 0000000..0123099 Binary files /dev/null and b/cuadros/ah.blend1 differ diff --git a/cuadros/ahtrue.blend b/cuadros/ahtrue.blend new file mode 100644 index 0000000..07ef63b Binary files /dev/null and b/cuadros/ahtrue.blend differ diff --git a/cuadros/ahtrue.blend.import b/cuadros/ahtrue.blend.import new file mode 100644 index 0000000..fc2ebc1 --- /dev/null +++ b/cuadros/ahtrue.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bem3lihcnr2mf" +path="res://.godot/imported/ahtrue.blend-33258146e0963f56c9acd10adacace8d.scn" + +[deps] + +source_file="res://cuadros/ahtrue.blend" +dest_files=["res://.godot/imported/ahtrue.blend-33258146e0963f56c9acd10adacace8d.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/cuadros/ahtrue.blend1 b/cuadros/ahtrue.blend1 new file mode 100644 index 0000000..0dc70ad Binary files /dev/null and b/cuadros/ahtrue.blend1 differ diff --git a/cuadros/caoba.blend b/cuadros/caoba.blend new file mode 100644 index 0000000..8c5b143 Binary files /dev/null and b/cuadros/caoba.blend differ diff --git a/cuadros/caoba.blend.import b/cuadros/caoba.blend.import new file mode 100644 index 0000000..b22c72a --- /dev/null +++ b/cuadros/caoba.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://d3whrgqlwksqa" +path="res://.godot/imported/caoba.blend-e49c1a37f65a0c655aa1f3d4c2bdbb51.scn" + +[deps] + +source_file="res://cuadros/caoba.blend" +dest_files=["res://.godot/imported/caoba.blend-e49c1a37f65a0c655aa1f3d4c2bdbb51.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/cuadros/cortala.blend b/cuadros/cortala.blend new file mode 100644 index 0000000..7c5bfbe Binary files /dev/null and b/cuadros/cortala.blend differ diff --git a/cuadros/cortala.blend.import b/cuadros/cortala.blend.import new file mode 100644 index 0000000..5dbd83a --- /dev/null +++ b/cuadros/cortala.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dmqhclf48w6eh" +path="res://.godot/imported/cortala.blend-5ed220cd32a3c334ff1676beabe333f2.scn" + +[deps] + +source_file="res://cuadros/cortala.blend" +dest_files=["res://.godot/imported/cortala.blend-5ed220cd32a3c334ff1676beabe333f2.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/cuadros/cortala.blend1 b/cuadros/cortala.blend1 new file mode 100644 index 0000000..a40a5c9 Binary files /dev/null and b/cuadros/cortala.blend1 differ diff --git a/cuadros/dini.blend b/cuadros/dini.blend new file mode 100644 index 0000000..966c486 Binary files /dev/null and b/cuadros/dini.blend differ diff --git a/cuadros/dini.blend.import b/cuadros/dini.blend.import new file mode 100644 index 0000000..e3c3bd8 --- /dev/null +++ b/cuadros/dini.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c6nnkd24w7n4o" +path="res://.godot/imported/dini.blend-a79f22c484067c76f28052574f9ac415.scn" + +[deps] + +source_file="res://cuadros/dini.blend" +dest_files=["res://.godot/imported/dini.blend-a79f22c484067c76f28052574f9ac415.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/cuadros/groenlandia.blend b/cuadros/groenlandia.blend new file mode 100644 index 0000000..8edcc61 Binary files /dev/null and b/cuadros/groenlandia.blend differ diff --git a/cuadros/groenlandia.blend.import b/cuadros/groenlandia.blend.import new file mode 100644 index 0000000..4f261a5 --- /dev/null +++ b/cuadros/groenlandia.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b35dhrc1pi5v0" +path="res://.godot/imported/groenlandia.blend-914c44aa974a95b13a789e2c600a08cb.scn" + +[deps] + +source_file="res://cuadros/groenlandia.blend" +dest_files=["res://.godot/imported/groenlandia.blend-914c44aa974a95b13a789e2c600a08cb.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/cuadros/marco.blend b/cuadros/marco.blend new file mode 100644 index 0000000..8690b78 Binary files /dev/null and b/cuadros/marco.blend differ diff --git a/cuadros/marco.blend.import b/cuadros/marco.blend.import new file mode 100644 index 0000000..06ceaea --- /dev/null +++ b/cuadros/marco.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://tm7ovybcv2uk" +path="res://.godot/imported/marco.blend-261fea48d6fcd4eab36b7ddb85d80445.scn" + +[deps] + +source_file="res://cuadros/marco.blend" +dest_files=["res://.godot/imported/marco.blend-261fea48d6fcd4eab36b7ddb85d80445.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/cuadros/outoftime.blend b/cuadros/outoftime.blend new file mode 100644 index 0000000..2e98376 Binary files /dev/null and b/cuadros/outoftime.blend differ diff --git a/cuadros/outoftime.blend.import b/cuadros/outoftime.blend.import new file mode 100644 index 0000000..0ff4502 --- /dev/null +++ b/cuadros/outoftime.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bikswyxgwocdt" +path="res://.godot/imported/outoftime.blend-f4becf695a74916498a547a0987c83a5.scn" + +[deps] + +source_file="res://cuadros/outoftime.blend" +dest_files=["res://.godot/imported/outoftime.blend-f4becf695a74916498a547a0987c83a5.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/cuadros/roket.blend b/cuadros/roket.blend new file mode 100644 index 0000000..56ba718 Binary files /dev/null and b/cuadros/roket.blend differ diff --git a/cuadros/roket.blend.import b/cuadros/roket.blend.import new file mode 100644 index 0000000..4707ba2 --- /dev/null +++ b/cuadros/roket.blend.import @@ -0,0 +1,51 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://rya1s422th17" +path="res://.godot/imported/roket.blend-f43594cf04a2b07eadc50786447afa17.scn" + +[deps] + +source_file="res://cuadros/roket.blend" +dest_files=["res://.godot/imported/roket.blend-f43594cf04a2b07eadc50786447afa17.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/cuadros/textures/aah.jpg b/cuadros/textures/aah.jpg new file mode 100644 index 0000000..cccaed0 Binary files /dev/null and b/cuadros/textures/aah.jpg differ diff --git a/cuadros/textures/aah.jpg.import b/cuadros/textures/aah.jpg.import new file mode 100644 index 0000000..b7990d2 --- /dev/null +++ b/cuadros/textures/aah.jpg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b0lj380tdks8s" +path="res://.godot/imported/aah.jpg-ee4daa2a547c9c78edfd4c27e9000ada.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cuadros/textures/aah.jpg" +dest_files=["res://.godot/imported/aah.jpg-ee4daa2a547c9c78edfd4c27e9000ada.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cuadros/textures/caoba.png b/cuadros/textures/caoba.png new file mode 100644 index 0000000..ab1b97a Binary files /dev/null and b/cuadros/textures/caoba.png differ diff --git a/cuadros/textures/caoba.png.import b/cuadros/textures/caoba.png.import new file mode 100644 index 0000000..280505e --- /dev/null +++ b/cuadros/textures/caoba.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dkwov6ihxmjpi" +path="res://.godot/imported/caoba.png-950228176e28eb6deaa4d47de9e6be0f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cuadros/textures/caoba.png" +dest_files=["res://.godot/imported/caoba.png-950228176e28eb6deaa4d47de9e6be0f.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cuadros/textures/cortala.jpg b/cuadros/textures/cortala.jpg new file mode 100644 index 0000000..249c89c Binary files /dev/null and b/cuadros/textures/cortala.jpg differ diff --git a/cuadros/textures/cortala.jpg.import b/cuadros/textures/cortala.jpg.import new file mode 100644 index 0000000..8b74816 --- /dev/null +++ b/cuadros/textures/cortala.jpg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bc56ksc82q1ur" +path="res://.godot/imported/cortala.jpg-1c44f80dcf309b9e72823e8a73245f1b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cuadros/textures/cortala.jpg" +dest_files=["res://.godot/imported/cortala.jpg-1c44f80dcf309b9e72823e8a73245f1b.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cuadros/textures/dini2.png b/cuadros/textures/dini2.png new file mode 100644 index 0000000..a6922e6 Binary files /dev/null and b/cuadros/textures/dini2.png differ diff --git a/cuadros/textures/dini2.png.import b/cuadros/textures/dini2.png.import new file mode 100644 index 0000000..5fb01fa --- /dev/null +++ b/cuadros/textures/dini2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://vncbyp8fgeqx" +path="res://.godot/imported/dini2.png-7afa33810c692c8dace681e6feddc13c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cuadros/textures/dini2.png" +dest_files=["res://.godot/imported/dini2.png-7afa33810c692c8dace681e6feddc13c.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cuadros/textures/grandma.png b/cuadros/textures/grandma.png new file mode 100644 index 0000000..e11dcc3 Binary files /dev/null and b/cuadros/textures/grandma.png differ diff --git a/cuadros/textures/grandma.png.import b/cuadros/textures/grandma.png.import new file mode 100644 index 0000000..8738a91 --- /dev/null +++ b/cuadros/textures/grandma.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c1v1y7gpose61" +path="res://.godot/imported/grandma.png-ad68224536bc782290ed53f3c028a89d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cuadros/textures/grandma.png" +dest_files=["res://.godot/imported/grandma.png-ad68224536bc782290ed53f3c028a89d.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/cuadros/textures/groenlandia.png b/cuadros/textures/groenlandia.png new file mode 100644 index 0000000..fc3e1a3 Binary files /dev/null and b/cuadros/textures/groenlandia.png differ diff --git a/cuadros/textures/groenlandia.png.import b/cuadros/textures/groenlandia.png.import new file mode 100644 index 0000000..99daa7a --- /dev/null +++ b/cuadros/textures/groenlandia.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b4shojne1fxpc" +path="res://.godot/imported/groenlandia.png-28a4f1e02c1ca4e625d238a8ef55d81d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cuadros/textures/groenlandia.png" +dest_files=["res://.godot/imported/groenlandia.png-28a4f1e02c1ca4e625d238a8ef55d81d.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cuadros/textures/out_of_time.jpg b/cuadros/textures/out_of_time.jpg new file mode 100644 index 0000000..38dd322 Binary files /dev/null and b/cuadros/textures/out_of_time.jpg differ diff --git a/cuadros/textures/out_of_time.jpg.import b/cuadros/textures/out_of_time.jpg.import new file mode 100644 index 0000000..98f6b52 --- /dev/null +++ b/cuadros/textures/out_of_time.jpg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dge46fdjrv54t" +path="res://.godot/imported/out_of_time.jpg-bd8ad5763de6e68a5d9b2f9baee02033.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cuadros/textures/out_of_time.jpg" +dest_files=["res://.godot/imported/out_of_time.jpg-bd8ad5763de6e68a5d9b2f9baee02033.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cuadros/textures/pastel.png b/cuadros/textures/pastel.png new file mode 100644 index 0000000..448114b Binary files /dev/null and b/cuadros/textures/pastel.png differ diff --git a/cuadros/textures/pastel.png.import b/cuadros/textures/pastel.png.import new file mode 100644 index 0000000..79b621d --- /dev/null +++ b/cuadros/textures/pastel.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bik7qj18w3tby" +path="res://.godot/imported/pastel.png-273c41e7a94111c04e59aa1c34aa87be.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cuadros/textures/pastel.png" +dest_files=["res://.godot/imported/pastel.png-273c41e7a94111c04e59aa1c34aa87be.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cuadros/textures/rocketin.jpg b/cuadros/textures/rocketin.jpg new file mode 100644 index 0000000..3fc7db4 Binary files /dev/null and b/cuadros/textures/rocketin.jpg differ diff --git a/cuadros/textures/rocketin.jpg.import b/cuadros/textures/rocketin.jpg.import new file mode 100644 index 0000000..f592b80 --- /dev/null +++ b/cuadros/textures/rocketin.jpg.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://oc85rnkx41xh" +path.s3tc="res://.godot/imported/rocketin.jpg-a4a177ec8d3d9fb315cb81442639016c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://cuadros/textures/rocketin.jpg" +dest_files=["res://.godot/imported/rocketin.jpg-a4a177ec8d3d9fb315cb81442639016c.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cuadros/textures/sad.jpg b/cuadros/textures/sad.jpg new file mode 100644 index 0000000..ce2bfce Binary files /dev/null and b/cuadros/textures/sad.jpg differ diff --git a/cuadros/textures/sad.jpg.import b/cuadros/textures/sad.jpg.import new file mode 100644 index 0000000..4e593d6 --- /dev/null +++ b/cuadros/textures/sad.jpg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cy35n5pimbecc" +path="res://.godot/imported/sad.jpg-ae8812c6a26203f4f9e8dc895520028b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cuadros/textures/sad.jpg" +dest_files=["res://.godot/imported/sad.jpg-ae8812c6a26203f4f9e8dc895520028b.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cuadros/textures/wacy.png b/cuadros/textures/wacy.png new file mode 100644 index 0000000..f787578 Binary files /dev/null and b/cuadros/textures/wacy.png differ diff --git a/cuadros/textures/wacy.png.import b/cuadros/textures/wacy.png.import new file mode 100644 index 0000000..af0c48f --- /dev/null +++ b/cuadros/textures/wacy.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c4w3im8q3y373" +path="res://.godot/imported/wacy.png-f4e2c4ffcedd1aede14c40470ca57480.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cuadros/textures/wacy.png" +dest_files=["res://.godot/imported/wacy.png-f4e2c4ffcedd1aede14c40470ca57480.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cuadros/textures/yanohay.png b/cuadros/textures/yanohay.png new file mode 100644 index 0000000..fc17cd5 Binary files /dev/null and b/cuadros/textures/yanohay.png differ diff --git a/cuadros/textures/yanohay.png.import b/cuadros/textures/yanohay.png.import new file mode 100644 index 0000000..7cf06e0 --- /dev/null +++ b/cuadros/textures/yanohay.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://difrswsfgduuf" +path="res://.godot/imported/yanohay.png-45b9f4f10bec5f42721d93ba4fb048b0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cuadros/textures/yanohay.png" +dest_files=["res://.godot/imported/yanohay.png-45b9f4f10bec5f42721d93ba4fb048b0.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/cuadros/wacy.blend b/cuadros/wacy.blend new file mode 100644 index 0000000..2f21ffd Binary files /dev/null and b/cuadros/wacy.blend differ diff --git a/cuadros/wacy.blend.import b/cuadros/wacy.blend.import new file mode 100644 index 0000000..8c65bf6 --- /dev/null +++ b/cuadros/wacy.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dt1usms062fa0" +path="res://.godot/imported/wacy.blend-ffda05d528774df22fff31271ff2096c.scn" + +[deps] + +source_file="res://cuadros/wacy.blend" +dest_files=["res://.godot/imported/wacy.blend-ffda05d528774df22fff31271ff2096c.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/cuadros/yanoai.blend b/cuadros/yanoai.blend new file mode 100644 index 0000000..3e2a65a Binary files /dev/null and b/cuadros/yanoai.blend differ diff --git a/cuadros/yanoai.blend.import b/cuadros/yanoai.blend.import new file mode 100644 index 0000000..f4c4d29 --- /dev/null +++ b/cuadros/yanoai.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://xgrte3w1ofvk" +path="res://.godot/imported/yanoai.blend-9c3a484b5a967ffa9534f9b51e2cde06.scn" + +[deps] + +source_file="res://cuadros/yanoai.blend" +dest_files=["res://.godot/imported/yanoai.blend-9c3a484b5a967ffa9534f9b51e2cde06.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/cuadros/yanoai.blend1 b/cuadros/yanoai.blend1 new file mode 100644 index 0000000..9bfbeb3 Binary files /dev/null and b/cuadros/yanoai.blend1 differ diff --git a/cuajalco.blend b/cuajalco.blend new file mode 100644 index 0000000..92c82a5 Binary files /dev/null and b/cuajalco.blend differ diff --git a/cuajalco.blend.import b/cuajalco.blend.import new file mode 100644 index 0000000..42718c3 --- /dev/null +++ b/cuajalco.blend.import @@ -0,0 +1,51 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c16m6jwdb7r6g" +path="res://.godot/imported/cuajalco.blend-7e4499c3b4cccb9c8c2a6048924cb5db.scn" + +[deps] + +source_file="res://cuajalco.blend" +dest_files=["res://.godot/imported/cuajalco.blend-7e4499c3b4cccb9c8c2a6048924cb5db.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/cuajalco.blend1 b/cuajalco.blend1 new file mode 100644 index 0000000..33a01b8 Binary files /dev/null and b/cuajalco.blend1 differ diff --git a/dancin.png b/dancin.png new file mode 100644 index 0000000..3aacfdf Binary files /dev/null and b/dancin.png differ diff --git a/dancin.png.import b/dancin.png.import new file mode 100644 index 0000000..7828cf3 --- /dev/null +++ b/dancin.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bvxmbsstnh8qv" +path.s3tc="res://.godot/imported/dancin.png-eb8df801f1f2c476860ba814bd04ae8f.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://dancin.png" +dest_files=["res://.godot/imported/dancin.png-eb8df801f1f2c476860ba814bd04ae8f.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/demo.avi b/demo.avi new file mode 100644 index 0000000..0a9d509 Binary files /dev/null and b/demo.avi differ diff --git a/demo.mp4 b/demo.mp4 new file mode 100644 index 0000000..4f6f981 Binary files /dev/null and b/demo.mp4 differ diff --git a/demo2.mp4 b/demo2.mp4 new file mode 100644 index 0000000..a5bfc1b Binary files /dev/null and b/demo2.mp4 differ diff --git a/demo3.mp4 b/demo3.mp4 new file mode 100644 index 0000000..54f43c0 Binary files /dev/null and b/demo3.mp4 differ diff --git a/din.blend b/din.blend new file mode 100644 index 0000000..6f71067 Binary files /dev/null and b/din.blend differ diff --git a/din.blend.import b/din.blend.import new file mode 100644 index 0000000..4e76725 --- /dev/null +++ b/din.blend.import @@ -0,0 +1,66 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ksqpie3mkv7u" +path="res://.godot/imported/din.blend-f9222d82bf16fb2fced68d3502ce4c7b.scn" + +[deps] + +source_file="res://din.blend" +dest_files=["res://.godot/imported/din.blend-f9222d82bf16fb2fced68d3502ce4c7b.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"materials": { +"rustyblue": { +"use_external/enabled": true, +"use_external/path": "res://rustyblue.tres" +} +}, +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/din.tscn b/din.tscn new file mode 100644 index 0000000..9eae4cf --- /dev/null +++ b/din.tscn @@ -0,0 +1,13 @@ +[gd_scene load_steps=3 format=3 uid="uid://dk5g2226pwqgv"] + +[ext_resource type="PackedScene" uid="uid://ksqpie3mkv7u" path="res://din.blend" id="1_vp1jf"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_7klpd"] +albedo_color = Color(0, 0.886615, 0.126367, 1) +metallic_specular = 0.0 +roughness = 0.0 + +[node name="din" instance=ExtResource("1_vp1jf")] + +[node name="Cube" parent="." index="0"] +surface_material_override/0 = SubResource("StandardMaterial3D_7klpd") diff --git a/din_body.tscn b/din_body.tscn new file mode 100644 index 0000000..6ab95cc --- /dev/null +++ b/din_body.tscn @@ -0,0 +1,18 @@ +[gd_scene load_steps=4 format=3 uid="uid://c75traasc254t"] + +[ext_resource type="PackedScene" uid="uid://dk5g2226pwqgv" path="res://din.tscn" id="1_n25xy"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_tsw8h"] +bounce = 0.6 + +[sub_resource type="BoxShape3D" id="BoxShape3D_eima8"] +size = Vector3(2.46768, 7.70544, 4.11162) + +[node name="RigidBody3D" type="RigidBody3D"] +physics_material_override = SubResource("PhysicsMaterial_tsw8h") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.185932, -0.750759, 0.0180588) +shape = SubResource("BoxShape3D_eima8") + +[node name="din" parent="." instance=ExtResource("1_n25xy")] diff --git a/dini_body.tscn b/dini_body.tscn new file mode 100644 index 0000000..2cce3e5 --- /dev/null +++ b/dini_body.tscn @@ -0,0 +1,37 @@ +[gd_scene load_steps=6 format=3 uid="uid://dstybr0b8y305"] + +[ext_resource type="Script" path="res://unfreeze.gd" id="1_shi8p"] +[ext_resource type="PackedScene" uid="uid://c6nnkd24w7n4o" path="res://cuadros/dini.blend" id="2_p1kfa"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_k5yi4"] +bounce = 0.6 + +[sub_resource type="BoxShape3D" id="BoxShape3D_syxxm"] +size = Vector3(0.924446, 5.95655, 4.67223) + +[sub_resource type="BoxShape3D" id="BoxShape3D_4joy6"] +size = Vector3(2.15191, 6.64619, 5.80484) + +[node name="Area3D" type="Area3D"] +top_level = true +script = ExtResource("1_shi8p") + +[node name="RigidBody3D" type="RigidBody3D" parent="."] +mass = 25.0 +physics_material_override = SubResource("PhysicsMaterial_k5yi4") +can_sleep = false +freeze = true + +[node name="dini" parent="RigidBody3D" instance=ExtResource("2_p1kfa")] +transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0217552, 0.0256115, 0.0177237) +shape = SubResource("BoxShape3D_syxxm") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0288181, 0.129071, 0.0955728) +shape = SubResource("BoxShape3D_4joy6") + +[connection signal="body_entered" from="." to="." method="_on_body_entered"] +[connection signal="body_entered" from="RigidBody3D" to="RigidBody3D" method="_on_body_entered"] diff --git a/enpicenio.blend b/enpicenio.blend new file mode 100644 index 0000000..86a1828 Binary files /dev/null and b/enpicenio.blend differ diff --git a/enpicenio.blend.import b/enpicenio.blend.import new file mode 100644 index 0000000..21cde46 --- /dev/null +++ b/enpicenio.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://digrv1t84gr8b" +path="res://.godot/imported/enpicenio.blend-c9c0fba90a12ddf3cf2798af925d95e9.scn" + +[deps] + +source_file="res://enpicenio.blend" +dest_files=["res://.godot/imported/enpicenio.blend-c9c0fba90a12ddf3cf2798af925d95e9.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/enpicenio.tscn b/enpicenio.tscn new file mode 100644 index 0000000..50fd1c3 --- /dev/null +++ b/enpicenio.tscn @@ -0,0 +1,34 @@ +[gd_scene load_steps=6 format=3 uid="uid://cpaepiqy4jjqw"] + +[ext_resource type="PackedScene" uid="uid://digrv1t84gr8b" path="res://enpicenio.blend" id="1_mh7h8"] +[ext_resource type="Script" path="res://unfreeze.gd" id="1_wdmhy"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_j5vhm"] +friction = 0.3 +bounce = 0.85 + +[sub_resource type="SphereShape3D" id="SphereShape3D_da841"] +radius = 9.77863 + +[sub_resource type="SphereShape3D" id="SphereShape3D_enyvf"] +radius = 11.5605 + +[node name="Area3D" type="Area3D"] +script = ExtResource("1_wdmhy") + +[node name="Enpicienio" type="RigidBody3D" parent="."] +mass = 0.845 +physics_material_override = SubResource("PhysicsMaterial_j5vhm") +gravity_scale = -1.56 +freeze = true + +[node name="enpicenio" parent="Enpicienio" instance=ExtResource("1_mh7h8")] +transform = Transform3D(5, 0, 0, 0, 5, 0, 0, 0, 5, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Enpicienio"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7.09309, 13.2251, -0.805128) +shape = SubResource("SphereShape3D_da841") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.61136, 12.2187, -1.24026) +shape = SubResource("SphereShape3D_enyvf") diff --git a/eyei.blend b/eyei.blend new file mode 100644 index 0000000..71f1742 Binary files /dev/null and b/eyei.blend differ diff --git a/eyei.blend.import b/eyei.blend.import new file mode 100644 index 0000000..5b5eb8e --- /dev/null +++ b/eyei.blend.import @@ -0,0 +1,63 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://rwbqu0uvk47s" +path="res://.godot/imported/eyei.blend-32bbfd1080608346e64eaa4ec073df73.scn" + +[deps] + +source_file="res://eyei.blend" +dest_files=["res://.godot/imported/eyei.blend-32bbfd1080608346e64eaa4ec073df73.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +}, +"PATH:Point": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/eyei.blend1 b/eyei.blend1 new file mode 100644 index 0000000..b39bf93 Binary files /dev/null and b/eyei.blend1 differ diff --git a/fangy.blend b/fangy.blend new file mode 100644 index 0000000..823cd9c Binary files /dev/null and b/fangy.blend differ diff --git a/fangy.blend.import b/fangy.blend.import new file mode 100644 index 0000000..40b1474 --- /dev/null +++ b/fangy.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dnmat5hoq03fk" +path="res://.godot/imported/fangy.blend-4c72e7738acdf98a7e637bd3bd44ed58.scn" + +[deps] + +source_file="res://fangy.blend" +dest_files=["res://.godot/imported/fangy.blend-4c72e7738acdf98a7e637bd3bd44ed58.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/fangy.tscn b/fangy.tscn new file mode 100644 index 0000000..19e92e8 --- /dev/null +++ b/fangy.tscn @@ -0,0 +1,19 @@ +[gd_scene load_steps=4 format=3 uid="uid://clvn0jlgqi6a7"] + +[ext_resource type="PackedScene" uid="uid://dnmat5hoq03fk" path="res://fangy.blend" id="1_f5xja"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_tutch"] +bounce = 0.42 + +[sub_resource type="SphereShape3D" id="SphereShape3D_6jf7j"] +radius = 4.52812 + +[node name="RigidBody3D" type="RigidBody3D"] +physics_material_override = SubResource("PhysicsMaterial_tutch") +gravity_scale = 0.506 + +[node name="fangy" parent="." instance=ExtResource("1_f5xja")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, -2.07267, 0.109985, 0.319275) +shape = SubResource("SphereShape3D_6jf7j") diff --git a/fire.png b/fire.png new file mode 100644 index 0000000..f9ed31a Binary files /dev/null and b/fire.png differ diff --git a/fire.png.import b/fire.png.import new file mode 100644 index 0000000..6ceb114 --- /dev/null +++ b/fire.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d08rxfoctf4kb" +path.s3tc="res://.godot/imported/fire.png-83593c661c3053fd2ba2e0e49b9ada8c.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://fire.png" +dest_files=["res://.godot/imported/fire.png-83593c661c3053fd2ba2e0e49b9ada8c.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/forkeye.glb b/forkeye.glb new file mode 100644 index 0000000..47803ab Binary files /dev/null and b/forkeye.glb differ diff --git a/forkeye.glb.import b/forkeye.glb.import new file mode 100644 index 0000000..4f344dd --- /dev/null +++ b/forkeye.glb.import @@ -0,0 +1,36 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cgyr2v8rqis4" +path="res://.godot/imported/forkeye.glb-40281277a1430524410067303fac00c3.scn" + +[deps] + +source_file="res://forkeye.glb" +dest_files=["res://.godot/imported/forkeye.glb-40281277a1430524410067303fac00c3.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/forkeye.tscn b/forkeye.tscn new file mode 100644 index 0000000..bf12367 --- /dev/null +++ b/forkeye.tscn @@ -0,0 +1,15 @@ +[gd_scene load_steps=3 format=3 uid="uid://be0wk50ofvagr"] + +[ext_resource type="PackedScene" uid="uid://cgyr2v8rqis4" path="res://forkeye.glb" id="1_dg7qr"] + +[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_arogv"] +radius = 0.823822 +height = 6.19122 + +[node name="forkeye" type="RigidBody3D"] + +[node name="forkeye" parent="." instance=ExtResource("1_dg7qr")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.532315, -0.349052) +shape = SubResource("CapsuleShape3D_arogv") diff --git a/forkeye_Material Base Color.png b/forkeye_Material Base Color.png new file mode 100644 index 0000000..9c7ef92 Binary files /dev/null and b/forkeye_Material Base Color.png differ diff --git a/forkeye_Material Base Color.png.import b/forkeye_Material Base Color.png.import new file mode 100644 index 0000000..4d089a3 --- /dev/null +++ b/forkeye_Material Base Color.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cqq7efgwlwg46" +path.s3tc="res://.godot/imported/forkeye_Material Base Color.png-6177bffeac4cfcc0bee982cdeb8efae7.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "7b2aade48d5723b3b4558ec7df793eb7" +} + +[deps] + +source_file="res://forkeye_Material Base Color.png" +dest_files=["res://.godot/imported/forkeye_Material Base Color.png-6177bffeac4cfcc0bee982cdeb8efae7.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/forkeye_eyeball Base Color.png b/forkeye_eyeball Base Color.png new file mode 100644 index 0000000..797d54b Binary files /dev/null and b/forkeye_eyeball Base Color.png differ diff --git a/forkeye_eyeball Base Color.png.import b/forkeye_eyeball Base Color.png.import new file mode 100644 index 0000000..40b0192 --- /dev/null +++ b/forkeye_eyeball Base Color.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cadjujlg6c2e4" +path.s3tc="res://.godot/imported/forkeye_eyeball Base Color.png-eba3d7fe1a3a7d1216732604ef00e397.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "58eaec68e8f9d6b268b32ee58ccf74fe" +} + +[deps] + +source_file="res://forkeye_eyeball Base Color.png" +dest_files=["res://.godot/imported/forkeye_eyeball Base Color.png-eba3d7fe1a3a7d1216732604ef00e397.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/gallery2.glb b/gallery2.glb new file mode 100644 index 0000000..c814e06 Binary files /dev/null and b/gallery2.glb differ diff --git a/gallery2.glb.import b/gallery2.glb.import new file mode 100644 index 0000000..708488e --- /dev/null +++ b/gallery2.glb.import @@ -0,0 +1,43 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cryyosh6yto27" +path="res://.godot/imported/gallery2.glb-279684647d4da6f145aaebed7b19ad31.scn" + +[deps] + +source_file="res://gallery2.glb" +dest_files=["res://.godot/imported/gallery2.glb-279684647d4da6f145aaebed7b19ad31.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Plane": { +"physics/physics_material_override": Object(PhysicsMaterial,"resource_local_to_scene":false,"resource_name":"","friction":1.0,"rough":false,"bounce":0.0,"absorbent":false,"script":null) + +} +} +} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/gallery2.tscn b/gallery2.tscn new file mode 100644 index 0000000..1f87e0a --- /dev/null +++ b/gallery2.tscn @@ -0,0 +1,16 @@ +[gd_scene load_steps=3 format=3 uid="uid://8n3gxa3xiulm"] + +[ext_resource type="PackedScene" uid="uid://cryyosh6yto27" path="res://gallery2.glb" id="1_eunqg"] + +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_o114u"] +data = PackedVector3Array(0.4999, 0, -0.5001, 0.9999, 0, -1, 0.9999, 0, -0.5001, 0.4999, 0, -0.5001, 0.4999, 0, -1, 0.9999, 0, -1, -0.5002, 0, -0.5001, -0.0002, 0, -1, -0.0002, 0, -0.5001, -0.5002, 0, -0.5001, -0.5002, 0, -1, -0.0002, 0, -1, -1.0002, 0, -0.5001, -0.5002, 0, -1, -0.5002, 0, -0.5001, -1.0002, 0, -0.5001, -1.0002, 0, -1, -0.5002, 0, -1, -0.0002, 0, -0.5001, 0.4999, 0, -1, 0.4999, 0, -0.5001, -0.0002, 0, -0.5001, -0.0002, 0, -1, 0.4999, 0, -1, 0.9999, 0.98, 0.9999, 0.4999, 1.7213, 0.9999, 0.4999, 0.98, 0.9999, 0.9999, 0.98, 0.9999, 0.9999, 1.7213, 0.9999, 0.4999, 1.7213, 0.9999, -0.5002, 0.8606, 0.9999, -1.0002, 1.7213, 0.9999, -1.0002, 0.8606, 0.9999, -0.5002, 0.8606, 0.9999, -0.5002, 1.7213, 0.9999, -1.0002, 1.7213, 0.9999, 0.9999, 0.98, 0.5, 0.9999, 1.7213, 0.9999, 0.9999, 0.98, 0.9999, 0.9999, 0.98, 0.5, 0.9999, 1.7213, 0.5, 0.9999, 1.7213, 0.9999, 0.4999, 0.9863, -1, 0.9999, 1.7213, -1, 0.9999, 0.98, -1, 0.4999, 0.9863, -1, 0.4999, 1.7297, -1, 0.9999, 1.7213, -1, -1.0002, 0.8606, -0.5001, -1.0002, 1.7213, -1, -1.0002, 0.8606, -1, -1.0002, 0.8606, -0.5001, -1.0002, 1.7213, -0.5001, -1.0002, 1.7213, -1, -1.0002, 0.8606, -1, -0.5002, 1.7297, -1, -0.5002, 0.8649, -1, -1.0002, 0.8606, -1, -1.0002, 1.7213, -1, -0.5002, 1.7297, -1, -0.5002, 0, -1, -0.0002, -0.2322, -1, -0.0002, 0, -1, -0.5002, 0, -1, -0.5002, -0.2322, -1, -0.0002, -0.2322, -1, -0.0002, 0, -1, 0.4999, -0.2322, -1, 0.4999, 0, -1, -0.0002, 0, -1, -0.0002, -0.2322, -1, 0.4999, -0.2322, -1, -0.5002, -0.2322, -1, -0.0002, -0.2322, -2.372, -0.0002, -0.2322, -1, -0.5002, -0.2322, -1, -0.5002, -0.2322, -2.372, -0.0002, -0.2322, -2.372, -0.0002, -0.2322, -1, 0.4999, -0.2322, -2.372, 0.4999, -0.2322, -1, -0.0002, -0.2322, -1, -0.0002, -0.2322, -2.372, 0.4999, -0.2322, -2.372, 0.4999, -0.2322, -2.372, 0.4999, 1.7297, -1, 0.4999, -0.2322, -1, 0.4999, -0.2322, -2.372, 0.4999, 1.7721, -2.372, 0.4999, 1.7297, -1, -0.5002, -0.2322, -1, -0.5002, 1.7721, -2.372, -0.5002, -0.2322, -2.372, -0.5002, -0.2322, -1, -0.5002, 1.7297, -1, -0.5002, 1.7721, -2.372, -1.0002, 0.8606, 0.5, -1.0002, 1.7213, 0, -1.0002, 0.8606, 0, -1.0002, 0.8606, 0.5, -1.0002, 1.7213, 0.5, -1.0002, 1.7213, 0, -0.5002, -0.2322, -2.372, 0.4999, -0.2322, -2.372, -0.0002, -0.2322, -2.372, 0.4999, -0.2322, -2.372, -0.5002, 1.7721, -2.372, 0.4999, 1.7721, -2.372, 0.4999, -0.2322, -2.372, -0.5002, -0.2322, -2.372, -0.5002, 1.7721, -2.372, 0.9999, 0.98, -0.5001, 0.9999, 1.7213, 0, 0.9999, 0.98, 0, 0.9999, 0.98, -0.5001, 0.9999, 1.7213, -0.5001, 0.9999, 1.7213, 0, -0.0002, 0, 0.5, 0.4999, 0, 0, 0.4999, 0, 0.5, -0.0002, 0, 0.5, -0.0002, 0, 0, 0.4999, 0, 0, -1.0002, 0, 0.5, -0.5002, 0, 0, -0.5002, 0, 0.5, -1.0002, 0, 0.5, -1.0002, 0, 0, -0.5002, 0, 0, -0.5002, 0, 0.5, -0.0002, 0, 0, -0.0002, 0, 0.5, -0.5002, 0, 0.5, -0.5002, 0, 0, -0.0002, 0, 0, 0.4999, 0, 0.5, 0.9999, 0, 0, 0.9999, 0, 0.5, 0.4999, 0, 0.5, 0.4999, 0, 0, 0.9999, 0, 0, 0.4999, 0, 0.9999, 0.9999, 0, 0.5, 0.9999, 0, 0.9999, 0.4999, 0, 0.9999, 0.4999, 0, 0.5, 0.9999, 0, 0.5, -0.5002, 0, 0.9999, -0.0002, 0, 0.5, -0.0002, 0, 0.9999, -0.5002, 0, 0.9999, -0.5002, 0, 0.5, -0.0002, 0, 0.5, -1.0002, 0, 0.9999, -0.5002, 0, 0.5, -0.5002, 0, 0.9999, -1.0002, 0, 0.9999, -1.0002, 0, 0.5, -0.5002, 0, 0.5, -0.0002, 0, 0.9999, 0.4999, 0, 0.5, 0.4999, 0, 0.9999, -0.0002, 0, 0.9999, -0.0002, 0, 0.5, 0.4999, 0, 0.5, -1.0002, 0.8606, 0.9999, -1.0002, 1.7213, 0.5, -1.0002, 0.8606, 0.5, -1.0002, 0.8606, 0.9999, -1.0002, 1.7213, 0.9999, -1.0002, 1.7213, 0.5, 0.9999, 0.98, 0, 0.9999, 1.7213, 0.5, 0.9999, 0.98, 0.5, 0.9999, 0.98, 0, 0.9999, 1.7213, 0, 0.9999, 1.7213, 0.5, 0.9999, 0.98, -1, 0.9999, 1.7213, -0.5001, 0.9999, 0.98, -0.5001, 0.9999, 0.98, -1, 0.9999, 1.7213, -1, 0.9999, 1.7213, -0.5001, -1.0002, 0.8606, 0, -1.0002, 1.7213, -0.5001, -1.0002, 0.8606, -0.5001, -1.0002, 0.8606, 0, -1.0002, 1.7213, 0, -1.0002, 1.7213, -0.5001, -0.0002, 0, 0, 0.4999, 0, -0.5001, 0.4999, 0, 0, -0.0002, 0, 0, -0.0002, 0, -0.5001, 0.4999, 0, -0.5001, -1.0002, 0, 0, -0.5002, 0, -0.5001, -0.5002, 0, 0, -1.0002, 0, 0, -1.0002, 0, -0.5001, -0.5002, 0, -0.5001, -0.5002, 0, 0, -0.0002, 0, -0.5001, -0.0002, 0, 0, -0.5002, 0, 0, -0.5002, 0, -0.5001, -0.0002, 0, -0.5001, 0.4999, 0, 0, 0.9999, 0, -0.5001, 0.9999, 0, 0, 0.4999, 0, 0, 0.4999, 0, -0.5001, 0.9999, 0, -0.5001, 0.9999, 0, -1, 0.9999, 0.2274, -0.5001, 0.9999, 0, -0.5001, 0.9999, 0, -1, 0.9999, 0.2274, -1, 0.9999, 0.2274, -0.5001, 0.9999, 0, 0, 0.9999, 0.2274, 0.5, 0.9999, 0, 0.5, 0.9999, 0, 0, 0.9999, 0.2274, 0, 0.9999, 0.2274, 0.5, 0.9999, 0, -0.5001, 0.9999, 0.2274, 0, 0.9999, 0, 0, 0.9999, 0, -0.5001, 0.9999, 0.2274, -0.5001, 0.9999, 0.2274, 0, 0.4999, 0, -1, 0.9999, 0.2274, -1, 0.9999, 0, -1, 0.4999, 0, -1, 0.4999, 0.2316, -1, 0.9999, 0.2274, -1, 0.9999, 0, 0.5, 0.9999, 0.2274, 0.9999, 0.9999, 0, 0.9999, 0.9999, 0, 0.5, 0.9999, 0.2274, 0.5, 0.9999, 0.2274, 0.9999, 0.9999, 0, 0.9999, 0.4999, 0.2274, 0.9999, 0.4999, 0, 0.9999, 0.9999, 0, 0.9999, 0.9999, 0.2274, 0.9999, 0.4999, 0.2274, 0.9999, 0.9999, 0.2274, -1, 0.9999, 0.98, -0.5001, 0.9999, 0.2274, -0.5001, 0.9999, 0.2274, -1, 0.9999, 0.98, -1, 0.9999, 0.98, -0.5001, 0.4999, 0.2316, -1, 0.9999, 0.98, -1, 0.9999, 0.2274, -1, 0.4999, 0.2316, -1, 0.4999, 0.9863, -1, 0.9999, 0.98, -1, 0.9999, 0.2274, 0.5, 0.9999, 0.98, 0.9999, 0.9999, 0.2274, 0.9999, 0.9999, 0.2274, 0.5, 0.9999, 0.98, 0.5, 0.9999, 0.98, 0.9999, 0.9999, 0.2274, 0.9999, 0.4999, 0.98, 0.9999, 0.4999, 0.2274, 0.9999, 0.9999, 0.2274, 0.9999, 0.9999, 0.98, 0.9999, 0.4999, 0.98, 0.9999, 0.9999, 0, 0.5, 1.7201, 0, 0, 0.9999, 0, 0, 0.9999, 0, 0.5, 1.7201, 0, 0.5, 1.7201, 0, 0, 0.9999, 0, 0.9999, 1.7201, 0, 0.5, 0.9999, 0, 0.5, 0.9999, 0, 0.9999, 1.7201, 0, 0.9999, 1.7201, 0, 0.5, 0.9999, 0, 0, 1.7201, 0, -0.5001, 0.9999, 0, -0.5001, 0.9999, 0, 0, 1.7201, 0, 0, 1.7201, 0, -0.5001, 0.9999, 0, -0.5001, 1.7201, 0, -1, 0.9999, 0, -1, 0.9999, 0, -0.5001, 1.7201, 0, -0.5001, 1.7201, 0, -1, 2.0438, 0, -0.0454, 2.6423, 0, -1.2874, 2.6423, 0, -0.0454, 2.0438, 0, -0.0454, 2.0438, 0, -1.2874, 2.6423, 0, -1.2874, 3.2343, -0.2308, 0.499, 3.7832, -0.2308, -0.4991, 3.7832, -0.2308, 0.499, 3.2343, -0.2308, 0.499, 3.2343, -0.2308, -0.4991, 3.7832, -0.2308, -0.4991, 4.5056, 0, -0.3198, 4.8983, 0, 0.3197, 4.8983, 0, -0.3198, 4.5056, 0, -0.3198, 4.5056, 0, 0.3197, 4.8983, 0, 0.3197, 7.3012, 0, -0.5001, 7.8012, 0, -1, 7.8012, 0, -0.5001, 7.3012, 0, -0.5001, 7.3012, 0, -1, 7.8012, 0, -1, 6.3014, 0, 0.9999, 5.8014, 0, 0.9999, 5.8014, 0, 0.9999, 6.3014, 0, 0.9999, 6.3014, 0, 0.9999, 5.8014, 0, 0.9999, 6.3014, 0.8093, 0.9999, 5.8014, 2.0636, 0.9999, 5.8014, 0.8093, 0.9999, 6.3014, 0.8093, 0.9999, 6.3014, 2.0636, 0.9999, 5.8014, 2.0636, 0.9999, 7.3012, 1.0318, -1, 7.8012, 2.0636, -1, 7.8012, 1.0318, -1, 7.3012, 1.0318, -1, 7.3012, 2.0636, -1, 7.8012, 2.0636, -1, 7.8012, 1.0318, 0.5, 7.8012, 2.0636, 0.9999, 7.8012, 1.0318, 0.9999, 7.8012, 1.0318, 0.5, 7.8012, 2.0636, 0.5, 7.8012, 2.0636, 0.9999, 6.3014, 1.0318, -1, 6.8012, 2.0636, -1, 6.8012, 1.0318, -1, 6.3014, 1.0318, -1, 6.3014, 2.0636, -1, 6.8012, 2.0636, -1, 7.3012, 0.8093, 0.9999, 6.8012, 2.0636, 0.9999, 6.8012, 0.8093, 0.9999, 7.3012, 0.8093, 0.9999, 7.3012, 2.0636, 0.9999, 6.8012, 2.0636, 0.9999, 7.3012, 0, 0.9999, 6.8012, 0, 0.9999, 6.8012, 0, 0.9999, 7.3012, 0, 0.9999, 7.3012, 0, 0.9999, 6.8012, 0, 0.9999, 6.3014, 0, -0.5001, 6.8012, 0, -1, 6.8012, 0, -0.5001, 6.3014, 0, -0.5001, 6.3014, 0, -1, 6.8012, 0, -1, 5.8014, 0, -0.5001, 6.3014, 0, -1, 6.3014, 0, -0.5001, 5.8014, 0, -0.5001, 5.8014, 0, -1, 6.3014, 0, -1, 5.8014, 1.0318, -1, 6.3014, 2.0636, -1, 6.3014, 1.0318, -1, 5.8014, 1.0318, -1, 5.8014, 2.0636, -1, 6.3014, 2.0636, -1, 6.8012, 0.8093, 0.9999, 6.3014, 2.0636, 0.9999, 6.3014, 0.8093, 0.9999, 6.8012, 0.8093, 0.9999, 6.8012, 2.0636, 0.9999, 6.3014, 2.0636, 0.9999, 6.8012, 0, 0.9999, 6.3014, 0, 0.9999, 6.3014, 0, 0.9999, 6.8012, 0, 0.9999, 6.8012, 0, 0.9999, 6.3014, 0, 0.9999, 7.8012, 0, 0.9999, 7.3012, 0, 0.9999, 7.3012, 0, 0.9999, 7.8012, 0, 0.9999, 7.8012, 0, 0.9999, 7.3012, 0, 0.9999, 7.8012, 0.8093, 0.9999, 7.3012, 2.0636, 0.9999, 7.3012, 0.8093, 0.9999, 7.8012, 0.8093, 0.9999, 7.8012, 2.0636, 0.9999, 7.3012, 2.0636, 0.9999, 6.8012, 1.0318, -1, 7.3012, 2.0636, -1, 7.3012, 1.0318, -1, 6.8012, 1.0318, -1, 6.8012, 2.0636, -1, 7.3012, 2.0636, -1, 6.8012, 0, -0.5001, 7.3012, 0, -1, 7.3012, 0, -0.5001, 6.8012, 0, -0.5001, 6.8012, 0, -1, 7.3012, 0, -1, 7.8012, 0, 0.9999, 7.3012, 0.8093, 0.9999, 7.3012, 0, 0.9999, 7.8012, 0, 0.9999, 7.8012, 0.8093, 0.9999, 7.3012, 0.8093, 0.9999, 6.8012, 0, 0.9999, 6.3014, 0, 3.2509, 6.3014, 0, 0.9999, 6.8012, 0, 0.9999, 6.8012, 0, 3.2509, 6.3014, 0, 3.2509, 7.3012, 0, 0.9999, 6.8012, 0, 3.2509, 6.8012, 0, 0.9999, 7.3012, 0, 0.9999, 7.3012, 0, 3.2509, 6.8012, 0, 3.2509, 6.3014, 0, 0.9999, 5.8014, 0.8093, 0.9999, 5.8014, 0, 0.9999, 6.3014, 0, 0.9999, 6.3014, 0.8093, 0.9999, 5.8014, 0.8093, 0.9999, 6.3014, 0, 3.2509, 6.3014, 2.7457, 0.9999, 6.3014, 0, 0.9999, 6.3014, 0, 3.2509, 6.3014, 2.7457, 3.2509, 6.3014, 2.7457, 0.9999, 7.3012, 0, 0.9999, 7.3012, 2.7457, 3.2509, 7.3012, 0, 3.2509, 7.3012, 0, 0.9999, 7.3012, 2.7457, 0.9999, 7.3012, 2.7457, 3.2509, 6.8012, 0, 3.2509, 6.3014, 2.7457, 3.2509, 6.3014, 0, 3.2509, 6.8012, 0, 3.2509, 6.8012, 2.7457, 3.2509, 6.3014, 2.7457, 3.2509, 7.3012, 0, 3.2509, 6.8012, 2.7457, 3.2509, 6.8012, 0, 3.2509, 7.3012, 0, 3.2509, 7.3012, 2.7457, 3.2509, 6.8012, 2.7457, 3.2509, 5.8014, 0.8093, 0.9999, 5.8014, 0, 0.9999, 5.8014, 0, 0.9999, 5.8014, 0.8093, 0.9999, 5.8014, 0.8093, 0.9999, 5.8014, 0, 0.9999, 5.8014, 1.0318, -1, 5.8014, 2.0636, -1, 5.8014, 2.0636, -1, 5.8014, 1.0318, -1, 5.8014, 1.0318, -1, 5.8014, 2.0636, -1, 5.8014, 2.0636, 0.9999, 5.8014, 0.8093, 0.9999, 5.8014, 0.8093, 0.9999, 5.8014, 2.0636, 0.9999, 5.8014, 2.0636, 0.9999, 5.8014, 0.8093, 0.9999, 5.8014, 1.0318, -1, 5.8014, 2.0636, -0.373, 5.8014, 2.0636, -1, 5.8014, 1.0318, -1, 5.8014, 1.0318, -0.373, 5.8014, 2.0636, -0.373, 5.8014, 0.8093, 0.9999, 5.8014, 0, 0.3902, 5.8014, 0, 0.9999, 5.8014, 0.8093, 0.9999, 5.8014, 0.8093, 0.3902, 5.8014, 0, 0.3902, 5.8014, 2.0636, 0.9999, 5.8014, 0.8093, 0.3902, 5.8014, 0.8093, 0.9999, 5.8014, 2.0636, 0.9999, 5.8014, 2.0636, 0.3902, 5.8014, 0.8093, 0.3902, -1.0002, 0, 0, -1.0002, 0, -0.5001, -1.0002, 0, -0.5001, -1.0002, 0, 0, -1.0002, 0, 0, -1.0002, 0, -0.5001, -1.0002, 0, 0.9999, -1.0002, 0.8606, 0.5, -1.0002, 0, 0.5, -1.0002, 0, 0.9999, -1.0002, 0.8606, 0.9999, -1.0002, 0.8606, 0.5, -1.0002, 0, 0.5, -1.0002, 0, 0, -1.0002, 0, 0, -1.0002, 0, 0.5, -1.0002, 0, 0.5, -1.0002, 0, 0, -1.0002, 0, -1, -0.5002, 0.8649, -1, -0.5002, 0, -1, -1.0002, 0, -1, -1.0002, 0.8606, -1, -0.5002, 0.8649, -1, -1.0002, 0, -0.5001, -1.0002, 0.8606, -1, -1.0002, 0, -1, -1.0002, 0, -0.5001, -1.0002, 0.8606, -0.5001, -1.0002, 0.8606, -1, -0.5002, 0, 0.9999, -1.0002, 0.8606, 0.9999, -1.0002, 0, 0.9999, -0.5002, 0, 0.9999, -0.5002, 0.8606, 0.9999, -1.0002, 0.8606, 0.9999, -1.0002, 0, 0, -3.4084, 0, -0.5001, -1.0002, 0, -0.5001, -1.0002, 0, 0, -3.4084, 0, 0, -3.4084, 0, -0.5001, -1.0002, 0, 0.5, -3.4084, 0, 0, -1.0002, 0, 0, -1.0002, 0, 0.5, -3.4084, 0, 0.5, -3.4084, 0, 0, -1.0002, 0, 0.5, -3.4084, 0, 0.9999, -1.0002, 0, 0.9999, -1.0002, 0, 0.5, -3.4084, 0, 0.5, -3.4084, 0, 0.9999, -1.0002, 0, -1, -3.4084, 0, -0.5001, -1.0002, 0, -0.5001, -1.0002, 0, -1, -3.4084, 0, -1, -3.4084, 0, -0.5001, -3.4084, 0, -1, -3.4084, 1.6596, -0.5001, -3.4084, 0, -0.5001, -3.4084, 0, -1, -3.4084, 1.6596, -1, -3.4084, 1.6596, -0.5001, -3.4084, 0, 0.9999, -1.0002, 1.6596, 0.9999, -1.0002, 0, 0.9999, -3.4084, 0, 0.9999, -3.4084, 1.6596, 0.9999, -1.0002, 1.6596, 0.9999, -3.4084, 0, 0, -3.4084, 1.6596, -0.5001, -3.4084, 0, -0.5001, -3.4084, 0, 0, -3.4084, 1.6596, 0, -3.4084, 1.6596, -0.5001, -3.4084, 0, 0.5, -3.4084, 1.6596, 0.9999, -3.4084, 0, 0.9999, -3.4084, 0, 0.5, -3.4084, 1.6596, 0.5, -3.4084, 1.6596, 0.9999, -1.0002, 0, -1, -3.4084, 1.6596, -1, -3.4084, 0, -1, -1.0002, 0, -1, -1.0002, 1.6596, -1, -3.4084, 1.6596, -1, -3.4084, 0, 0.5, -3.4084, 1.6596, 0, -3.4084, 0, 0, -3.4084, 0, 0.5, -3.4084, 1.6596, 0.5, -3.4084, 1.6596, 0, 6.8012, 2.0636, 0.9999, 7.3012, 2.0636, 0.9999, 6.3014, 2.0636, 0.9999, 5.8014, 0, 0.5, 6.3014, 0, 0, 6.3014, 0, 0.5, 5.8014, 0, 0.5, 5.8014, 0, 0, 6.3014, 0, 0, 6.8012, 0, 0.5, 7.3012, 0, 0, 7.3012, 0, 0.5, 6.8012, 0, 0.5, 6.8012, 0, 0, 7.3012, 0, 0, 6.3014, 0, 0.5, 6.8012, 0, 0, 6.8012, 0, 0.5, 6.3014, 0, 0.5, 6.3014, 0, 0, 6.8012, 0, 0, 7.8012, 1.0318, -0.5001, 7.8012, 2.0636, 0, 7.8012, 1.0318, 0, 7.8012, 1.0318, -0.5001, 7.8012, 2.0636, -0.5001, 7.8012, 2.0636, 0, 7.3012, 0, 0.5, 7.8012, 0, 0, 7.8012, 0, 0.5, 7.3012, 0, 0.5, 7.3012, 0, 0, 7.8012, 0, 0, 7.3012, 0, 0.9999, 7.8012, 0, 0.5, 7.8012, 0, 0.9999, 7.3012, 0, 0.9999, 7.3012, 0, 0.5, 7.8012, 0, 0.5, 6.3014, 0, 0.9999, 6.8012, 0, 0.5, 6.8012, 0, 0.9999, 6.3014, 0, 0.9999, 6.3014, 0, 0.5, 6.8012, 0, 0.5, 6.8012, 0, 0.9999, 7.3012, 0, 0.5, 7.3012, 0, 0.9999, 6.8012, 0, 0.9999, 6.8012, 0, 0.5, 7.3012, 0, 0.5, 5.8014, 0, 0.9999, 6.3014, 0, 0.5, 6.3014, 0, 0.9999, 5.8014, 0, 0.9999, 5.8014, 0, 0.5, 6.3014, 0, 0.5, 7.8012, 1.0318, 0, 7.8012, 2.0636, 0.5, 7.8012, 1.0318, 0.5, 7.8012, 1.0318, 0, 7.8012, 2.0636, 0, 7.8012, 2.0636, 0.5, 7.8012, 1.0318, -1, 7.8012, 2.0636, -0.5001, 7.8012, 1.0318, -0.5001, 7.8012, 1.0318, -1, 7.8012, 2.0636, -1, 7.8012, 2.0636, -0.5001, 6.8012, 0, 0, 7.3012, 0, -0.5001, 7.3012, 0, 0, 6.8012, 0, 0, 6.8012, 0, -0.5001, 7.3012, 0, -0.5001, 5.8014, 0, 0, 6.3014, 0, -0.5001, 6.3014, 0, 0, 5.8014, 0, 0, 5.8014, 0, -0.5001, 6.3014, 0, -0.5001, 6.3014, 0, 0, 6.8012, 0, -0.5001, 6.8012, 0, 0, 6.3014, 0, 0, 6.3014, 0, -0.5001, 6.8012, 0, -0.5001, 7.3012, 0, 0, 7.8012, 0, -0.5001, 7.8012, 0, 0, 7.3012, 0, 0, 7.3012, 0, -0.5001, 7.8012, 0, -0.5001, 7.8012, 0, -1, 7.8012, 1.0318, -0.5001, 7.8012, 0, -0.5001, 7.8012, 0, -1, 7.8012, 1.0318, -1, 7.8012, 1.0318, -0.5001, 9.5161, 0, -0.5001, 10.0878, 0, -1, 9.5161, 0, -1, 9.5161, 0, -0.5001, 10.0878, 0, -0.5001, 10.0878, 0, -1, 9.5161, 0, 0, 10.0878, 0, 0.5, 9.5161, 0, 0.5, 9.5161, 0, 0, 10.0878, 0, 0, 10.0878, 0, 0.5, 5.8014, 0, -1, 5.8014, 1.0318, -0.373, 5.8014, 1.0318, -1, 5.8014, 0, -1, 5.8014, 0, -0.373, 5.8014, 1.0318, -0.373, 5.8014, 0, -1, 5.8014, 1.0318, -1, 5.8014, 1.0318, -1, 5.8014, 0, -1, 5.8014, 0, -1, 5.8014, 1.0318, -1, 6.8012, 0, -1, 7.3012, 1.0318, -1, 7.3012, 0, -1, 6.8012, 0, -1, 6.8012, 1.0318, -1, 7.3012, 1.0318, -1, 5.8014, 0, -1, 6.3014, 1.0318, -1, 6.3014, 0, -1, 5.8014, 0, -1, 5.8014, 1.0318, -1, 6.3014, 1.0318, -1, 6.3014, 0, -1, 6.8012, 1.0318, -1, 6.8012, 0, -1, 6.3014, 0, -1, 6.3014, 1.0318, -1, 6.8012, 1.0318, -1, 7.8012, 0, 0.5, 7.8012, 1.0318, 0.9999, 7.8012, 0, 0.9999, 7.8012, 0, 0.5, 7.8012, 1.0318, 0.5, 7.8012, 1.0318, 0.9999, 7.3012, 0, -1, 7.8012, 1.0318, -1, 7.8012, 0, -1, 7.3012, 0, -1, 7.3012, 1.0318, -1, 7.8012, 1.0318, -1, 9.5161, 0, 0.9999, 10.0878, 0, 0.5, 9.5161, 0, 0.5, 9.5161, 0, 0.9999, 10.0878, 0, 0.9999, 10.0878, 0, 0.5, 9.5161, 0, -0.5001, 10.0878, 0, 0, 9.5161, 0, 0, 9.5161, 0, -0.5001, 10.0878, 0, -0.5001, 10.0878, 0, 0, 10.0878, 1.9233, -0.5001, 10.0878, 2.0461, 0, 10.0878, 1.9233, 0, 10.0878, 1.9233, -0.5001, 10.0878, 2.0461, -0.5001, 10.0878, 2.0461, 0, 10.0878, 1.9233, 0, 10.0878, 2.0461, 0.5, 10.0878, 1.9233, 0.5, 10.0878, 1.9233, 0, 10.0878, 2.0461, 0, 10.0878, 2.0461, 0.5, 10.0878, 1.9233, -0.5001, 10.0878, 2.0461, -1, 10.0878, 1.9233, -1, 10.0878, 1.9233, -0.5001, 10.0878, 2.0461, -0.5001, 10.0878, 2.0461, -1, 9.5161, 1.9233, 0.9999, 10.0878, 2.0461, 0.9999, 10.0878, 1.9233, 0.9999, 9.5161, 1.9233, 0.9999, 9.5161, 2.0461, 0.9999, 10.0878, 2.0461, 0.9999, 10.0878, 1.9233, 0.9999, 10.0878, 2.0461, 0.5, 10.0878, 1.9233, 0.5, 10.0878, 1.9233, 0.9999, 10.0878, 2.0461, 0.9999, 10.0878, 2.0461, 0.5, 8.3729, 1.9233, -1, 7.8012, 2.0461, -1, 7.8012, 1.9233, -1, 8.3729, 1.9233, -1, 8.3729, 2.0461, -1, 7.8012, 2.0461, -1, 8.3729, 0, -1, 7.8012, 1.4781, -1, 7.8012, 0, -1, 8.3729, 0, -1, 8.3729, 1.4781, -1, 7.8012, 1.4781, -1, 10.0878, 0, 0.9999, 10.0878, 1.4781, 0.5, 10.0878, 0, 0.5, 10.0878, 0, 0.9999, 10.0878, 1.4781, 0.9999, 10.0878, 1.4781, 0.5, 9.5161, 0, 0.9999, 10.0878, 1.4781, 0.9999, 10.0878, 0, 0.9999, 9.5161, 0, 0.9999, 9.5161, 1.4781, 0.9999, 10.0878, 1.4781, 0.9999, 10.0878, 0, -0.5001, 10.0878, 1.4781, -1, 10.0878, 0, -1, 10.0878, 0, -0.5001, 10.0878, 1.4781, -0.5001, 10.0878, 1.4781, -1, 10.0878, 0, 0, 10.0878, 1.4781, 0.5, 10.0878, 0, 0.5, 10.0878, 0, 0, 10.0878, 1.4781, 0, 10.0878, 1.4781, 0.5, 10.0878, 0, -0.5001, 10.0878, 1.4781, 0, 10.0878, 0, 0, 10.0878, 0, -0.5001, 10.0878, 1.4781, -0.5001, 10.0878, 1.4781, 0, 8.3729, 1.4781, -1, 7.8012, 1.9233, -1, 7.8012, 1.4781, -1, 8.3729, 1.4781, -1, 8.3729, 1.9233, -1, 7.8012, 1.9233, -1, 10.0878, 1.4781, 0.9999, 10.0878, 1.9233, 0.5, 10.0878, 1.4781, 0.5, 10.0878, 1.4781, 0.9999, 10.0878, 1.9233, 0.9999, 10.0878, 1.9233, 0.5, 9.5161, 1.4781, 0.9999, 10.0878, 1.9233, 0.9999, 10.0878, 1.4781, 0.9999, 9.5161, 1.4781, 0.9999, 9.5161, 1.9233, 0.9999, 10.0878, 1.9233, 0.9999, 10.0878, 1.4781, -0.5001, 10.0878, 1.9233, -1, 10.0878, 1.4781, -1, 10.0878, 1.4781, -0.5001, 10.0878, 1.9233, -0.5001, 10.0878, 1.9233, -1, 9.5161, 1.4781, -1, 8.9444, 1.9233, -1, 8.9444, 1.4781, -1, 9.5161, 1.4781, -1, 9.5161, 1.9233, -1, 8.9444, 1.9233, -1, 8.3729, 1.4781, 0.9999, 8.9444, 1.9233, 0.9999, 8.9444, 1.4781, 0.9999, 8.3729, 1.4781, 0.9999, 8.3729, 1.9233, 0.9999, 8.9444, 1.9233, 0.9999, 8.3729, 0, 0.9999, 8.9444, 1.4781, 0.9999, 8.9444, 0, 0.9999, 8.3729, 0, 0.9999, 8.3729, 1.4781, 0.9999, 8.9444, 1.4781, 0.9999, 9.5161, 0, -1, 8.9444, 1.4781, -1, 8.9444, 0, -1, 9.5161, 0, -1, 9.5161, 1.4781, -1, 8.9444, 1.4781, -1, 9.5161, 1.9233, -1, 8.9444, 2.0461, -1, 8.9444, 1.9233, -1, 9.5161, 1.9233, -1, 9.5161, 2.0461, -1, 8.9444, 2.0461, -1, 8.3729, 1.9233, 0.9999, 8.9444, 2.0461, 0.9999, 8.9444, 1.9233, 0.9999, 8.3729, 1.9233, 0.9999, 8.3729, 2.0461, 0.9999, 8.9444, 2.0461, 0.9999, 8.3729, 0, -0.5001, 8.9444, 0, 0, 8.3729, 0, 0, 8.3729, 0, -0.5001, 8.9444, 0, -0.5001, 8.9444, 0, 0, 8.3729, 0, 0.9999, 8.9444, 0, 0.5, 8.3729, 0, 0.5, 8.3729, 0, 0.9999, 8.9444, 0, 0.9999, 8.9444, 0, 0.5, 8.3729, 0, 0, 8.9444, 0, 0.5, 8.3729, 0, 0.5, 8.3729, 0, 0, 8.9444, 0, 0, 8.9444, 0, 0.5, 8.3729, 0, -0.5001, 8.9444, 0, -1, 8.3729, 0, -1, 8.3729, 0, -0.5001, 8.9444, 0, -0.5001, 8.9444, 0, -1, 7.8012, 0, -0.5001, 8.3729, 0, -1, 7.8012, 0, -1, 7.8012, 0, -0.5001, 8.3729, 0, -0.5001, 8.3729, 0, -1, 7.8012, 0, 0, 8.3729, 0, 0.5, 7.8012, 0, 0.5, 7.8012, 0, 0, 8.3729, 0, 0, 8.3729, 0, 0.5, 7.8012, 0, 0.9999, 8.3729, 0, 0.5, 7.8012, 0, 0.5, 7.8012, 0, 0.9999, 8.3729, 0, 0.9999, 8.3729, 0, 0.5, 7.8012, 0, -0.5001, 8.3729, 0, 0, 7.8012, 0, 0, 7.8012, 0, -0.5001, 8.3729, 0, -0.5001, 8.3729, 0, 0, 7.8012, 1.9233, 0.9999, 8.3729, 2.0461, 0.9999, 8.3729, 1.9233, 0.9999, 7.8012, 1.9233, 0.9999, 7.8012, 2.0461, 0.9999, 8.3729, 2.0461, 0.9999, 7.8012, 0, 0.9999, 8.3729, 1.4781, 0.9999, 8.3729, 0, 0.9999, 7.8012, 0, 0.9999, 7.8012, 1.4781, 0.9999, 8.3729, 1.4781, 0.9999, 7.8012, 1.4781, 0.9999, 8.3729, 1.9233, 0.9999, 8.3729, 1.4781, 0.9999, 7.8012, 1.4781, 0.9999, 7.8012, 1.9233, 0.9999, 8.3729, 1.9233, 0.9999, 8.9444, 1.4781, -1, 8.3729, 1.9233, -1, 8.3729, 1.4781, -1, 8.9444, 1.4781, -1, 8.9444, 1.9233, -1, 8.3729, 1.9233, -1, 8.9444, 0, -1, 8.3729, 1.4781, -1, 8.3729, 0, -1, 8.9444, 0, -1, 8.9444, 1.4781, -1, 8.3729, 1.4781, -1, 8.9444, 1.9233, -1, 8.3729, 2.0461, -1, 8.3729, 1.9233, -1, 8.9444, 1.9233, -1, 8.9444, 2.0461, -1, 8.3729, 2.0461, -1, 10.0878, 1.9233, -1, 9.5161, 2.0461, -1, 9.5161, 1.9233, -1, 10.0878, 1.9233, -1, 10.0878, 2.0461, -1, 9.5161, 2.0461, -1, 10.0878, 0, -1, 9.5161, 1.4781, -1, 9.5161, 0, -1, 10.0878, 0, -1, 10.0878, 1.4781, -1, 9.5161, 1.4781, -1, 10.0878, 1.4781, -1, 9.5161, 1.9233, -1, 9.5161, 1.4781, -1, 10.0878, 1.4781, -1, 10.0878, 1.9233, -1, 9.5161, 1.9233, -1, 8.9444, 1.4781, 0.9999, 9.5161, 1.9233, 0.9999, 9.5161, 1.4781, 0.9999, 8.9444, 1.4781, 0.9999, 8.9444, 1.9233, 0.9999, 9.5161, 1.9233, 0.9999, 8.9444, 0, 0.9999, 9.5161, 1.4781, 0.9999, 9.5161, 0, 0.9999, 8.9444, 0, 0.9999, 8.9444, 1.4781, 0.9999, 9.5161, 1.4781, 0.9999, 8.9444, 1.9233, 0.9999, 9.5161, 2.0461, 0.9999, 9.5161, 1.9233, 0.9999, 8.9444, 1.9233, 0.9999, 8.9444, 2.0461, 0.9999, 9.5161, 2.0461, 0.9999, 8.9444, 0, -0.5001, 9.5161, 0, 0, 8.9444, 0, 0, 8.9444, 0, -0.5001, 9.5161, 0, -0.5001, 9.5161, 0, 0, 8.9444, 0, 0.9999, 9.5161, 0, 0.5, 8.9444, 0, 0.5, 8.9444, 0, 0.9999, 9.5161, 0, 0.9999, 9.5161, 0, 0.5, 8.9444, 0, 0, 9.5161, 0, 0.5, 8.9444, 0, 0.5, 8.9444, 0, 0, 9.5161, 0, 0, 9.5161, 0, 0.5, 8.9444, 0, -0.5001, 9.5161, 0, -1, 8.9444, 0, -1, 8.9444, 0, -0.5001, 9.5161, 0, -0.5001, 9.5161, 0, -1, 0.4999, 0, 0.9999, -0.0002, 0, 4.1316, -0.0002, 0, 0.9999, 0.4999, 0, 0.9999, 0.4999, 0, 4.1316, -0.0002, 0, 4.1316, -0.0002, 0, 0.9999, -0.5002, 0, 4.1316, -0.5002, 0, 0.9999, -0.0002, 0, 0.9999, -0.0002, 0, 4.1316, -0.5002, 0, 4.1316, -0.5002, 0, 4.1316, -0.5002, 1.7711, 0.9999, -0.5002, 0, 0.9999, -0.5002, 0, 4.1316, -0.5002, 1.7711, 4.1316, -0.5002, 1.7711, 0.9999, 0.4999, 0, 0.9999, 0.4999, 1.7711, 4.1316, 0.4999, 0, 4.1316, 0.4999, 0, 0.9999, 0.4999, 1.7711, 0.9999, 0.4999, 1.7711, 4.1316) + +[node name="gallery2" instance=ExtResource("1_eunqg")] + +[node name="Plane" parent="." index="0"] +transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0) + +[node name="StaticBody3D" type="StaticBody3D" parent="Plane" index="0"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Plane/StaticBody3D" index="0"] +shape = SubResource("ConcavePolygonShape3D_o114u") diff --git a/gallery2_gallery_base.png b/gallery2_gallery_base.png new file mode 100644 index 0000000..4d48184 Binary files /dev/null and b/gallery2_gallery_base.png differ diff --git a/gallery2_gallery_base.png.import b/gallery2_gallery_base.png.import new file mode 100644 index 0000000..d1e7085 --- /dev/null +++ b/gallery2_gallery_base.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://8wx2qewuxwl1" +path.s3tc="res://.godot/imported/gallery2_gallery_base.png-398e230c0318e7f4c174c76191871edb.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "53bd0d75c1c931bf041e341a0ae411d3" +} + +[deps] + +source_file="res://gallery2_gallery_base.png" +dest_files=["res://.godot/imported/gallery2_gallery_base.png-398e230c0318e7f4c174c76191871edb.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/gallery_body.tscn b/gallery_body.tscn new file mode 100644 index 0000000..f1e8be7 --- /dev/null +++ b/gallery_body.tscn @@ -0,0 +1,18 @@ +[gd_scene load_steps=3 format=3 uid="uid://d1ew80dxojjly"] + +[ext_resource type="PackedScene" uid="uid://b65uou207w7gk" path="res://levels/gallerybody.blend" id="1_op6di"] +[ext_resource type="PackedScene" uid="uid://c74mla2fosacw" path="res://player.tscn" id="2_7c40w"] + +[node name="Node3D" type="Node3D"] + +[node name="gallerybody" parent="." instance=ExtResource("1_op6di")] +transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 3.14328, 0, -3.23303) + +[node name="OmniLight3D" type="OmniLight3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.81778, 2.91431, 9.31162) + +[node name="OmniLight3D2" type="OmniLight3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.65638, 3.72318, -15.4175) + +[node name="Player" parent="." instance=ExtResource("2_7c40w")] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 3.243, 2.5505, -17.6766) diff --git a/gallery_test.tscn b/gallery_test.tscn new file mode 100644 index 0000000..1d2ae23 --- /dev/null +++ b/gallery_test.tscn @@ -0,0 +1,140 @@ +[gd_scene load_steps=17 format=3 uid="uid://cq6r1flrmakff"] + +[ext_resource type="PackedScene" uid="uid://b65uou207w7gk" path="res://levels/gallerybody.blend" id="1_351l5"] +[ext_resource type="Script" path="res://ok_main.gd" id="1_jutux"] +[ext_resource type="PackedScene" uid="uid://c74mla2fosacw" path="res://player.tscn" id="2_5ig37"] +[ext_resource type="PackedScene" uid="uid://w4bfqmni1i8x" path="res://gluti_body.tscn" id="3_f8nit"] +[ext_resource type="PackedScene" uid="uid://dji5vsy7xvc55" path="res://ah_body.tscn" id="4_trwoy"] +[ext_resource type="PackedScene" uid="uid://omwxw56mhq4m" path="res://resident.tscn" id="6_fnwcu"] +[ext_resource type="PackedScene" uid="uid://cpaepiqy4jjqw" path="res://enpicenio.tscn" id="7_xmcyi"] +[ext_resource type="PackedScene" uid="uid://wtyjb7hwpjio" path="res://caguama.tscn" id="9_5hwsb"] +[ext_resource type="PackedScene" uid="uid://h7x5q6aypno7" path="res://guitar.tscn" id="10_msham"] +[ext_resource type="PackedScene" uid="uid://cqgycc7hbhmfm" path="res://grandma_2.tscn" id="11_7yr46"] +[ext_resource type="PackedScene" uid="uid://clvn0jlgqi6a7" path="res://fangy.tscn" id="11_igd7v"] +[ext_resource type="PackedScene" uid="uid://dh3bqpy8kag5" path="res://getin.tscn" id="12_4wgtg"] +[ext_resource type="PackedScene" uid="uid://ct3638m7e672f" path="res://miky.tscn" id="13_4a77q"] +[ext_resource type="PackedScene" uid="uid://be0wk50ofvagr" path="res://forkeye.tscn" id="15_lca0p"] +[ext_resource type="PackedScene" uid="uid://byyrpwa4o64yc" path="res://ostrich.tscn" id="15_x1j0w"] +[ext_resource type="PackedScene" uid="uid://e0p04ulhj73o" path="res://mascara.tscn" id="16_7pcf2"] + +[node name="Node3D" type="Node3D"] +script = ExtResource("1_jutux") + +[node name="gallerybody" parent="." instance=ExtResource("1_351l5")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.84307, 0, 28.1508) + +[node name="Area3D" parent="gallerybody" instance=ExtResource("7_xmcyi")] +transform = Transform3D(-0.614623, -0.498036, 0.611718, -0.523417, 0.837659, 0.156086, -0.590147, -0.224249, -0.775525, -41.3493, 58.0339, 24.0176) + +[node name="Player" parent="." instance=ExtResource("2_5ig37")] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, -58.628, 76.8656, 9.32497) + +[node name="glutamato_text" parent="." instance=ExtResource("3_f8nit")] +transform = Transform3D(-0.821388, 0, -0.570369, 0, 1, 0, 0.570369, 0, -0.821388, -36.4261, 48.0208, 30.0115) + +[node name="SpotLight3D" type="SpotLight3D" parent="."] +transform = Transform3D(-0.934943, -0.12899, 0.330518, 7.45058e-09, 0.931571, 0.36356, -0.354797, 0.339908, -0.870966, -1.8916, 5.07033, 25.7074) +light_color = Color(0.878691, 0.000627047, 0.880509, 1) +light_energy = 10.183 +spot_angle = 40.5744 + +[node name="Area3D" parent="." instance=ExtResource("4_trwoy")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6.30155, 4.43801, 20.542) + +[node name="OmniLight3D" type="OmniLight3D" parent="."] +transform = Transform3D(-0.934943, -0.12899, 0.330519, 7.45058e-09, 0.931571, 0.36356, -0.354797, 0.339908, -0.870966, 1.49902, 8.7999, 16.7726) +omni_range = 38.1283 + +[node name="OmniLight3D2" type="OmniLight3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -60.1759, 86.1205, 24.265) +light_energy = 20.0 +omni_range = 111.068 + +[node name="SpotLight3D2" type="SpotLight3D" parent="."] +transform = Transform3D(-0.00331608, 0, -0.999995, 0, 1, 0, 0.999995, 0, -0.00331608, -38.7548, 50.8538, 30.4305) +light_color = Color(0.894323, 0.180359, 0.635488, 1) +light_energy = 9.899 + +[node name="Resident" parent="." instance=ExtResource("6_fnwcu")] +transform = Transform3D(-0.531487, 0, -0.847066, 0, 1, 0, 0.847066, 0, -0.531487, -45.301, 51.6002, 21.6453) + +[node name="Resident2" parent="." instance=ExtResource("6_fnwcu")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -51.553, 52.4157, 22.6304) + +[node name="Resident3" parent="." instance=ExtResource("6_fnwcu")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -49.553, 51.8488, 27.5651) + +[node name="Resident4" parent="." instance=ExtResource("6_fnwcu")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -47.9768, 51.5646, 31.9732) + +[node name="RigidBody3D" parent="." instance=ExtResource("9_5hwsb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -84.0183, 49.5531, 13.3964) + +[node name="RigidBody3D2" parent="." instance=ExtResource("9_5hwsb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -82.2198, 49.5107, 11.1576) + +[node name="RigidBody3D3" parent="." instance=ExtResource("9_5hwsb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -80.2348, 49.6873, 14.484) + +[node name="RigidBody3D4" parent="." instance=ExtResource("9_5hwsb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -80.6283, 50.163, 12.4379) + +[node name="RigidBody3D5" parent="." instance=ExtResource("9_5hwsb")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -82.2374, 49.9083, 15.4002) + +[node name="SpotLight3D3" type="SpotLight3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 0.274563, 0.961569, 0, -0.961569, 0.274563, -80.3907, 52.1068, 15.0392) +light_color = Color(1, 0.307737, 0.999925, 1) +light_energy = 16.0 +light_indirect_energy = 1.695 +light_volumetric_fog_energy = 1.473 +light_specular = 14.038 +spot_range = 9.57386 +spot_angle = 57.1985 + +[node name="guitar" parent="." instance=ExtResource("10_msham")] +transform = Transform3D(-0.258431, 0, 0.96603, 0, 1, 0, -0.96603, 0, -0.258431, -82.6471, 51.2616, 12.4997) + +[node name="guitar2" parent="." instance=ExtResource("10_msham")] +transform = Transform3D(-0.809345, 0, -0.587333, 0, 1, 0, 0.587333, 0, -0.809345, -84.6891, 51.1216, 14.4826) + +[node name="guitar3" parent="." instance=ExtResource("10_msham")] +transform = Transform3D(-0.963789, 0, -0.266667, 0, 1, 0, 0.266667, 0, -0.963789, -80.4547, 51.1947, 9.27104) + +[node name="grandma2" parent="." instance=ExtResource("11_7yr46")] +transform = Transform3D(-0.903739, 0, -0.428083, 0, 1, 0, 0.428083, 0, -0.903739, -75.4198, 56.8765, 29.5531) + +[node name="RigidBody3D6" parent="." instance=ExtResource("11_igd7v")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -82.5499, 51.6955, 31.7655) + +[node name="RigidBody3D7" parent="." instance=ExtResource("12_4wgtg")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -80.4114, 49.9074, 47.2582) + +[node name="RigidBody3D8" parent="." instance=ExtResource("12_4wgtg")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -83.1162, 50.4071, 39.2961) + +[node name="RigidBody3D9" parent="." instance=ExtResource("12_4wgtg")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -80.4616, 50.2933, 18.635) + +[node name="RigidBody3D10" parent="." instance=ExtResource("13_4a77q")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -95.136, 51.4621, 26.1328) + +[node name="forkeye2" parent="." instance=ExtResource("15_lca0p")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -105.69, 50.4948, 20.2669) + +[node name="forkeye" parent="." instance=ExtResource("15_lca0p")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -98.4398, 51.1713, 17.2002) + +[node name="ostrich" parent="." instance=ExtResource("15_x1j0w")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -98.3206, 47.9345, 4.81603) + +[node name="ostrich2" parent="." instance=ExtResource("15_x1j0w")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -98.9788, 47.9345, 21.5697) + +[node name="Area3D2" parent="." instance=ExtResource("16_7pcf2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -74.8621, 52.0728, 12.8461) + +[node name="Area3D3" parent="." instance=ExtResource("16_7pcf2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -49.8602, 49.488, 2.68665) + +[editable path="gallerybody"] diff --git a/gallerybody.tscn b/gallerybody.tscn new file mode 100644 index 0000000..eb25186 --- /dev/null +++ b/gallerybody.tscn @@ -0,0 +1,9 @@ +[gd_scene load_steps=3 format=3 uid="uid://m2rhiq684spk"] + +[ext_resource type="PackedScene" uid="uid://b65uou207w7gk" path="res://levels/gallerybody.blend" id="1_okrxf"] +[ext_resource type="PackedScene" uid="uid://c74mla2fosacw" path="res://player.tscn" id="2_fp44e"] + +[node name="gallerybody" instance=ExtResource("1_okrxf")] + +[node name="Player" parent="." index="15" instance=ExtResource("2_fp44e")] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0.35941, 2.97066, -18.1305) diff --git a/geti.blend b/geti.blend new file mode 100644 index 0000000..8f99280 Binary files /dev/null and b/geti.blend differ diff --git a/geti.blend.import b/geti.blend.import new file mode 100644 index 0000000..bf1eff7 --- /dev/null +++ b/geti.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dtlsayi2hy4pv" +path="res://.godot/imported/geti.blend-f240364a4722bf2734ba3362b6a1121a.scn" + +[deps] + +source_file="res://geti.blend" +dest_files=["res://.godot/imported/geti.blend-f240364a4722bf2734ba3362b6a1121a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/getin.tscn b/getin.tscn new file mode 100644 index 0000000..9141cef --- /dev/null +++ b/getin.tscn @@ -0,0 +1,15 @@ +[gd_scene load_steps=3 format=3 uid="uid://dh3bqpy8kag5"] + +[ext_resource type="PackedScene" uid="uid://dtlsayi2hy4pv" path="res://geti.blend" id="1_s8nqi"] + +[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_qkd5m"] +radius = 1.36022 +height = 6.33376 + +[node name="RigidBody3D" type="RigidBody3D"] + +[node name="geti" parent="." instance=ExtResource("1_s8nqi")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.626739, 1.24174, 0) +shape = SubResource("CapsuleShape3D_qkd5m") diff --git a/ghost.tscn b/ghost.tscn new file mode 100644 index 0000000..e688f91 --- /dev/null +++ b/ghost.tscn @@ -0,0 +1,145 @@ +[gd_scene load_steps=22 format=3 uid="uid://c4wvyj1acjnlq"] + +[ext_resource type="Texture2D" uid="uid://jr8dc3ddvd6t" path="res://green.png" id="1_kkpd4"] +[ext_resource type="Texture2D" uid="uid://45qmyb0ec4c8" path="res://purple.png" id="2_gx48g"] +[ext_resource type="Texture2D" uid="uid://c412kg7llxt5a" path="res://red.png" id="3_qryxo"] +[ext_resource type="Texture2D" uid="uid://7vavc6twrba7" path="res://yellow.png" id="4_c21o2"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_f36t2"] +atlas = ExtResource("1_kkpd4") +region = Rect2(0, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_8nu5k"] +atlas = ExtResource("1_kkpd4") +region = Rect2(128, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ry14y"] +atlas = ExtResource("1_kkpd4") +region = Rect2(256, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_lg2r7"] +atlas = ExtResource("1_kkpd4") +region = Rect2(384, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_8n07j"] +atlas = ExtResource("2_gx48g") +region = Rect2(0, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_af5f3"] +atlas = ExtResource("2_gx48g") +region = Rect2(128, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_jmqx1"] +atlas = ExtResource("2_gx48g") +region = Rect2(256, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_f6me3"] +atlas = ExtResource("2_gx48g") +region = Rect2(384, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_q4p35"] +atlas = ExtResource("3_qryxo") +region = Rect2(0, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_38to7"] +atlas = ExtResource("3_qryxo") +region = Rect2(128, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_p8x3i"] +atlas = ExtResource("3_qryxo") +region = Rect2(256, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_m0ja0"] +atlas = ExtResource("3_qryxo") +region = Rect2(384, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_q7ak0"] +atlas = ExtResource("4_c21o2") +region = Rect2(0, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_a2242"] +atlas = ExtResource("4_c21o2") +region = Rect2(128, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_u16pc"] +atlas = ExtResource("4_c21o2") +region = Rect2(256, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_no5fe"] +atlas = ExtResource("4_c21o2") +region = Rect2(384, 0, 128, 128) + +[sub_resource type="SpriteFrames" id="SpriteFrames_5awoc"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_f36t2") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_8nu5k") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ry14y") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_lg2r7") +}], +"loop": true, +"name": &"green", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_8n07j") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_af5f3") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_jmqx1") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_f6me3") +}], +"loop": true, +"name": &"purple", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_q4p35") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_38to7") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_p8x3i") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_m0ja0") +}], +"loop": true, +"name": &"red", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_q7ak0") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_a2242") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_u16pc") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_no5fe") +}], +"loop": true, +"name": &"yellow", +"speed": 5.0 +}] + +[node name="AnimatedSprite3D" type="AnimatedSprite3D"] +sprite_frames = SubResource("SpriteFrames_5awoc") +animation = &"yellow" diff --git a/glutamato_text.glb b/glutamato_text.glb new file mode 100644 index 0000000..302887f Binary files /dev/null and b/glutamato_text.glb differ diff --git a/glutamato_text.glb.import b/glutamato_text.glb.import new file mode 100644 index 0000000..f7a740e --- /dev/null +++ b/glutamato_text.glb.import @@ -0,0 +1,36 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://2ceopmx14u7x" +path="res://.godot/imported/glutamato_text.glb-0191314d7684ffe424138b01a65eba16.scn" + +[deps] + +source_file="res://glutamato_text.glb" +dest_files=["res://.godot/imported/glutamato_text.glb-0191314d7684ffe424138b01a65eba16.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/glutamato_text_Material.png b/glutamato_text_Material.png new file mode 100644 index 0000000..56e9291 Binary files /dev/null and b/glutamato_text_Material.png differ diff --git a/glutamato_text_Material.png.import b/glutamato_text_Material.png.import new file mode 100644 index 0000000..ce3b05f --- /dev/null +++ b/glutamato_text_Material.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cu6h7cgva506w" +path.s3tc="res://.godot/imported/glutamato_text_Material.png-44a2ee313ba2f5b828bc0fd3916813e8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "38024dd234b1b30e22646a7e961d6039" +} + +[deps] + +source_file="res://glutamato_text_Material.png" +dest_files=["res://.godot/imported/glutamato_text_Material.png-44a2ee313ba2f5b828bc0fd3916813e8.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/glutamato_text_brendon_text.png b/glutamato_text_brendon_text.png new file mode 100644 index 0000000..7b07a54 Binary files /dev/null and b/glutamato_text_brendon_text.png differ diff --git a/glutamato_text_brendon_text.png.import b/glutamato_text_brendon_text.png.import new file mode 100644 index 0000000..daeb646 --- /dev/null +++ b/glutamato_text_brendon_text.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://fjuyreneifqk" +path.s3tc="res://.godot/imported/glutamato_text_brendon_text.png-dbe1dc0ad23d25fe90f0428f22b931c8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "394a8ae1ac38942bd6877784b4eca3c3" +} + +[deps] + +source_file="res://glutamato_text_brendon_text.png" +dest_files=["res://.godot/imported/glutamato_text_brendon_text.png-dbe1dc0ad23d25fe90f0428f22b931c8.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/glutamato_text_tropi.jpg b/glutamato_text_tropi.jpg new file mode 100644 index 0000000..109b7e2 Binary files /dev/null and b/glutamato_text_tropi.jpg differ diff --git a/glutamato_text_tropi.jpg.import b/glutamato_text_tropi.jpg.import new file mode 100644 index 0000000..8dc0e3e --- /dev/null +++ b/glutamato_text_tropi.jpg.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2d4quohu274h" +path.s3tc="res://.godot/imported/glutamato_text_tropi.jpg-b27738bdad9dbd5e47d6aad4f873a8c3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "7daaca55b52a8fb59b571c2df6bd3ed6" +} + +[deps] + +source_file="res://glutamato_text_tropi.jpg" +dest_files=["res://.godot/imported/glutamato_text_tropi.jpg-b27738bdad9dbd5e47d6aad4f873a8c3.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/gluti_body.tscn b/gluti_body.tscn new file mode 100644 index 0000000..1e9fc30 --- /dev/null +++ b/gluti_body.tscn @@ -0,0 +1,27 @@ +[gd_scene load_steps=5 format=3 uid="uid://w4bfqmni1i8x"] + +[ext_resource type="PackedScene" uid="uid://d1nyswg6kiya" path="res://assets/glutamato_text.blend" id="1_3lkg5"] + +[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_n77ed"] +radius = 2.12314 +height = 4.76645 + +[sub_resource type="BoxShape3D" id="BoxShape3D_oxupb"] +size = Vector3(4.68893, 5.7782, 5.89975) + +[sub_resource type="BoxShape3D" id="BoxShape3D_yhuvj"] +size = Vector3(5.79489, 5.73845, 4.5387) + +[node name="glutamato_text" instance=ExtResource("1_3lkg5")] + +[node name="CollisionShape3D" parent="glutamato" index="1"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.576464, 2.73772, 0) +shape = SubResource("CapsuleShape3D_n77ed") + +[node name="CollisionShape3D" parent="front" index="1"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.19943, 3.33446, -0.0926151) +shape = SubResource("BoxShape3D_oxupb") + +[node name="CollisionShape3D" parent="side" index="1"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.62965, 3.36046, -5.61124) +shape = SubResource("BoxShape3D_yhuvj") diff --git a/grandma2.blend b/grandma2.blend new file mode 100644 index 0000000..a6382ea Binary files /dev/null and b/grandma2.blend differ diff --git a/grandma2.blend.import b/grandma2.blend.import new file mode 100644 index 0000000..48f1424 --- /dev/null +++ b/grandma2.blend.import @@ -0,0 +1,1874 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://imngx2ofuvb5" +path="res://.godot/imported/grandma2.blend-b1a0827af7e80a6d4ac9e65be872e321.scn" + +[deps] + +source_file="res://grandma2.blend" +dest_files=["res://.godot/imported/grandma2.blend-b1a0827af7e80a6d4ac9e65be872e321.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"animations": { +"CubeAction_001": { +"save_to_file/enabled": false, +"save_to_file/keep_custom_tracks": "", +"save_to_file/path": "", +"settings/loop_mode": 2, +"slice_1/end_frame": 0, +"slice_1/loop_mode": 0, +"slice_1/name": "", +"slice_1/save_to_file/enabled": false, +"slice_1/save_to_file/keep_custom_tracks": false, +"slice_1/save_to_file/path": "", +"slice_1/start_frame": 0, +"slice_10/end_frame": 0, +"slice_10/loop_mode": 0, +"slice_10/name": "", +"slice_10/save_to_file/enabled": false, +"slice_10/save_to_file/keep_custom_tracks": false, +"slice_10/save_to_file/path": "", +"slice_10/start_frame": 0, +"slice_100/end_frame": 0, +"slice_100/loop_mode": 0, +"slice_100/name": "", +"slice_100/save_to_file/enabled": false, +"slice_100/save_to_file/keep_custom_tracks": false, +"slice_100/save_to_file/path": "", +"slice_100/start_frame": 0, +"slice_101/end_frame": 0, +"slice_101/loop_mode": 0, +"slice_101/name": "", +"slice_101/save_to_file/enabled": false, +"slice_101/save_to_file/keep_custom_tracks": false, +"slice_101/save_to_file/path": "", +"slice_101/start_frame": 0, +"slice_102/end_frame": 0, +"slice_102/loop_mode": 0, +"slice_102/name": "", +"slice_102/save_to_file/enabled": false, +"slice_102/save_to_file/keep_custom_tracks": false, +"slice_102/save_to_file/path": "", +"slice_102/start_frame": 0, +"slice_103/end_frame": 0, +"slice_103/loop_mode": 0, +"slice_103/name": "", +"slice_103/save_to_file/enabled": false, +"slice_103/save_to_file/keep_custom_tracks": false, +"slice_103/save_to_file/path": "", +"slice_103/start_frame": 0, +"slice_104/end_frame": 0, +"slice_104/loop_mode": 0, +"slice_104/name": "", +"slice_104/save_to_file/enabled": false, +"slice_104/save_to_file/keep_custom_tracks": false, +"slice_104/save_to_file/path": "", +"slice_104/start_frame": 0, +"slice_105/end_frame": 0, +"slice_105/loop_mode": 0, +"slice_105/name": "", +"slice_105/save_to_file/enabled": false, +"slice_105/save_to_file/keep_custom_tracks": false, +"slice_105/save_to_file/path": "", +"slice_105/start_frame": 0, +"slice_106/end_frame": 0, +"slice_106/loop_mode": 0, +"slice_106/name": "", +"slice_106/save_to_file/enabled": false, +"slice_106/save_to_file/keep_custom_tracks": false, +"slice_106/save_to_file/path": "", +"slice_106/start_frame": 0, +"slice_107/end_frame": 0, +"slice_107/loop_mode": 0, +"slice_107/name": "", +"slice_107/save_to_file/enabled": false, +"slice_107/save_to_file/keep_custom_tracks": false, +"slice_107/save_to_file/path": "", +"slice_107/start_frame": 0, +"slice_108/end_frame": 0, +"slice_108/loop_mode": 0, +"slice_108/name": "", +"slice_108/save_to_file/enabled": false, +"slice_108/save_to_file/keep_custom_tracks": false, +"slice_108/save_to_file/path": "", +"slice_108/start_frame": 0, +"slice_109/end_frame": 0, +"slice_109/loop_mode": 0, +"slice_109/name": "", +"slice_109/save_to_file/enabled": false, +"slice_109/save_to_file/keep_custom_tracks": false, +"slice_109/save_to_file/path": "", +"slice_109/start_frame": 0, +"slice_11/end_frame": 0, +"slice_11/loop_mode": 0, +"slice_11/name": "", +"slice_11/save_to_file/enabled": false, +"slice_11/save_to_file/keep_custom_tracks": false, +"slice_11/save_to_file/path": "", +"slice_11/start_frame": 0, +"slice_110/end_frame": 0, +"slice_110/loop_mode": 0, +"slice_110/name": "", +"slice_110/save_to_file/enabled": false, +"slice_110/save_to_file/keep_custom_tracks": false, +"slice_110/save_to_file/path": "", +"slice_110/start_frame": 0, +"slice_111/end_frame": 0, +"slice_111/loop_mode": 0, +"slice_111/name": "", +"slice_111/save_to_file/enabled": false, +"slice_111/save_to_file/keep_custom_tracks": false, +"slice_111/save_to_file/path": "", +"slice_111/start_frame": 0, +"slice_112/end_frame": 0, +"slice_112/loop_mode": 0, +"slice_112/name": "", +"slice_112/save_to_file/enabled": false, +"slice_112/save_to_file/keep_custom_tracks": false, +"slice_112/save_to_file/path": "", +"slice_112/start_frame": 0, +"slice_113/end_frame": 0, +"slice_113/loop_mode": 0, +"slice_113/name": "", +"slice_113/save_to_file/enabled": false, +"slice_113/save_to_file/keep_custom_tracks": false, +"slice_113/save_to_file/path": "", +"slice_113/start_frame": 0, +"slice_114/end_frame": 0, +"slice_114/loop_mode": 0, +"slice_114/name": "", +"slice_114/save_to_file/enabled": false, +"slice_114/save_to_file/keep_custom_tracks": false, +"slice_114/save_to_file/path": "", +"slice_114/start_frame": 0, +"slice_115/end_frame": 0, +"slice_115/loop_mode": 0, +"slice_115/name": "", +"slice_115/save_to_file/enabled": false, +"slice_115/save_to_file/keep_custom_tracks": false, +"slice_115/save_to_file/path": "", +"slice_115/start_frame": 0, +"slice_116/end_frame": 0, +"slice_116/loop_mode": 0, +"slice_116/name": "", +"slice_116/save_to_file/enabled": false, +"slice_116/save_to_file/keep_custom_tracks": false, +"slice_116/save_to_file/path": "", +"slice_116/start_frame": 0, +"slice_117/end_frame": 0, +"slice_117/loop_mode": 0, +"slice_117/name": "", +"slice_117/save_to_file/enabled": false, +"slice_117/save_to_file/keep_custom_tracks": false, +"slice_117/save_to_file/path": "", +"slice_117/start_frame": 0, +"slice_118/end_frame": 0, +"slice_118/loop_mode": 0, +"slice_118/name": "", +"slice_118/save_to_file/enabled": false, +"slice_118/save_to_file/keep_custom_tracks": false, +"slice_118/save_to_file/path": "", +"slice_118/start_frame": 0, +"slice_119/end_frame": 0, +"slice_119/loop_mode": 0, +"slice_119/name": "", +"slice_119/save_to_file/enabled": false, +"slice_119/save_to_file/keep_custom_tracks": false, +"slice_119/save_to_file/path": "", +"slice_119/start_frame": 0, +"slice_12/end_frame": 0, +"slice_12/loop_mode": 0, +"slice_12/name": "", +"slice_12/save_to_file/enabled": false, +"slice_12/save_to_file/keep_custom_tracks": false, +"slice_12/save_to_file/path": "", +"slice_12/start_frame": 0, +"slice_120/end_frame": 0, +"slice_120/loop_mode": 0, +"slice_120/name": "", +"slice_120/save_to_file/enabled": false, +"slice_120/save_to_file/keep_custom_tracks": false, +"slice_120/save_to_file/path": "", +"slice_120/start_frame": 0, +"slice_121/end_frame": 0, +"slice_121/loop_mode": 0, +"slice_121/name": "", +"slice_121/save_to_file/enabled": false, +"slice_121/save_to_file/keep_custom_tracks": false, +"slice_121/save_to_file/path": "", +"slice_121/start_frame": 0, +"slice_122/end_frame": 0, +"slice_122/loop_mode": 0, +"slice_122/name": "", +"slice_122/save_to_file/enabled": false, +"slice_122/save_to_file/keep_custom_tracks": false, +"slice_122/save_to_file/path": "", +"slice_122/start_frame": 0, +"slice_123/end_frame": 0, +"slice_123/loop_mode": 0, +"slice_123/name": "", +"slice_123/save_to_file/enabled": false, +"slice_123/save_to_file/keep_custom_tracks": false, +"slice_123/save_to_file/path": "", +"slice_123/start_frame": 0, +"slice_124/end_frame": 0, +"slice_124/loop_mode": 0, +"slice_124/name": "", +"slice_124/save_to_file/enabled": false, +"slice_124/save_to_file/keep_custom_tracks": false, +"slice_124/save_to_file/path": "", +"slice_124/start_frame": 0, +"slice_125/end_frame": 0, +"slice_125/loop_mode": 0, +"slice_125/name": "", +"slice_125/save_to_file/enabled": false, +"slice_125/save_to_file/keep_custom_tracks": false, +"slice_125/save_to_file/path": "", +"slice_125/start_frame": 0, +"slice_126/end_frame": 0, +"slice_126/loop_mode": 0, +"slice_126/name": "", +"slice_126/save_to_file/enabled": false, +"slice_126/save_to_file/keep_custom_tracks": false, +"slice_126/save_to_file/path": "", +"slice_126/start_frame": 0, +"slice_127/end_frame": 0, +"slice_127/loop_mode": 0, +"slice_127/name": "", +"slice_127/save_to_file/enabled": false, +"slice_127/save_to_file/keep_custom_tracks": false, +"slice_127/save_to_file/path": "", +"slice_127/start_frame": 0, +"slice_128/end_frame": 0, +"slice_128/loop_mode": 0, +"slice_128/name": "", +"slice_128/save_to_file/enabled": false, +"slice_128/save_to_file/keep_custom_tracks": false, +"slice_128/save_to_file/path": "", +"slice_128/start_frame": 0, +"slice_129/end_frame": 0, +"slice_129/loop_mode": 0, +"slice_129/name": "", +"slice_129/save_to_file/enabled": false, +"slice_129/save_to_file/keep_custom_tracks": false, +"slice_129/save_to_file/path": "", +"slice_129/start_frame": 0, +"slice_13/end_frame": 0, +"slice_13/loop_mode": 0, +"slice_13/name": "", +"slice_13/save_to_file/enabled": false, +"slice_13/save_to_file/keep_custom_tracks": false, +"slice_13/save_to_file/path": "", +"slice_13/start_frame": 0, +"slice_130/end_frame": 0, +"slice_130/loop_mode": 0, +"slice_130/name": "", +"slice_130/save_to_file/enabled": false, +"slice_130/save_to_file/keep_custom_tracks": false, +"slice_130/save_to_file/path": "", +"slice_130/start_frame": 0, +"slice_131/end_frame": 0, +"slice_131/loop_mode": 0, +"slice_131/name": "", +"slice_131/save_to_file/enabled": false, +"slice_131/save_to_file/keep_custom_tracks": false, +"slice_131/save_to_file/path": "", +"slice_131/start_frame": 0, +"slice_132/end_frame": 0, +"slice_132/loop_mode": 0, +"slice_132/name": "", +"slice_132/save_to_file/enabled": false, +"slice_132/save_to_file/keep_custom_tracks": false, +"slice_132/save_to_file/path": "", +"slice_132/start_frame": 0, +"slice_133/end_frame": 0, +"slice_133/loop_mode": 0, +"slice_133/name": "", +"slice_133/save_to_file/enabled": false, +"slice_133/save_to_file/keep_custom_tracks": false, +"slice_133/save_to_file/path": "", +"slice_133/start_frame": 0, +"slice_134/end_frame": 0, +"slice_134/loop_mode": 0, +"slice_134/name": "", +"slice_134/save_to_file/enabled": false, +"slice_134/save_to_file/keep_custom_tracks": false, +"slice_134/save_to_file/path": "", +"slice_134/start_frame": 0, +"slice_135/end_frame": 0, +"slice_135/loop_mode": 0, +"slice_135/name": "", +"slice_135/save_to_file/enabled": false, +"slice_135/save_to_file/keep_custom_tracks": false, +"slice_135/save_to_file/path": "", +"slice_135/start_frame": 0, +"slice_136/end_frame": 0, +"slice_136/loop_mode": 0, +"slice_136/name": "", +"slice_136/save_to_file/enabled": false, +"slice_136/save_to_file/keep_custom_tracks": false, +"slice_136/save_to_file/path": "", +"slice_136/start_frame": 0, +"slice_137/end_frame": 0, +"slice_137/loop_mode": 0, +"slice_137/name": "", +"slice_137/save_to_file/enabled": false, +"slice_137/save_to_file/keep_custom_tracks": false, +"slice_137/save_to_file/path": "", +"slice_137/start_frame": 0, +"slice_138/end_frame": 0, +"slice_138/loop_mode": 0, +"slice_138/name": "", +"slice_138/save_to_file/enabled": false, +"slice_138/save_to_file/keep_custom_tracks": false, +"slice_138/save_to_file/path": "", +"slice_138/start_frame": 0, +"slice_139/end_frame": 0, +"slice_139/loop_mode": 0, +"slice_139/name": "", +"slice_139/save_to_file/enabled": false, +"slice_139/save_to_file/keep_custom_tracks": false, +"slice_139/save_to_file/path": "", +"slice_139/start_frame": 0, +"slice_14/end_frame": 0, +"slice_14/loop_mode": 0, +"slice_14/name": "", +"slice_14/save_to_file/enabled": false, +"slice_14/save_to_file/keep_custom_tracks": false, +"slice_14/save_to_file/path": "", +"slice_14/start_frame": 0, +"slice_140/end_frame": 0, +"slice_140/loop_mode": 0, +"slice_140/name": "", +"slice_140/save_to_file/enabled": false, +"slice_140/save_to_file/keep_custom_tracks": false, +"slice_140/save_to_file/path": "", +"slice_140/start_frame": 0, +"slice_141/end_frame": 0, +"slice_141/loop_mode": 0, +"slice_141/name": "", +"slice_141/save_to_file/enabled": false, +"slice_141/save_to_file/keep_custom_tracks": false, +"slice_141/save_to_file/path": "", +"slice_141/start_frame": 0, +"slice_142/end_frame": 0, +"slice_142/loop_mode": 0, +"slice_142/name": "", +"slice_142/save_to_file/enabled": false, +"slice_142/save_to_file/keep_custom_tracks": false, +"slice_142/save_to_file/path": "", +"slice_142/start_frame": 0, +"slice_143/end_frame": 0, +"slice_143/loop_mode": 0, +"slice_143/name": "", +"slice_143/save_to_file/enabled": false, +"slice_143/save_to_file/keep_custom_tracks": false, +"slice_143/save_to_file/path": "", +"slice_143/start_frame": 0, +"slice_144/end_frame": 0, +"slice_144/loop_mode": 0, +"slice_144/name": "", +"slice_144/save_to_file/enabled": false, +"slice_144/save_to_file/keep_custom_tracks": false, +"slice_144/save_to_file/path": "", +"slice_144/start_frame": 0, +"slice_145/end_frame": 0, +"slice_145/loop_mode": 0, +"slice_145/name": "", +"slice_145/save_to_file/enabled": false, +"slice_145/save_to_file/keep_custom_tracks": false, +"slice_145/save_to_file/path": "", +"slice_145/start_frame": 0, +"slice_146/end_frame": 0, +"slice_146/loop_mode": 0, +"slice_146/name": "", +"slice_146/save_to_file/enabled": false, +"slice_146/save_to_file/keep_custom_tracks": false, +"slice_146/save_to_file/path": "", +"slice_146/start_frame": 0, +"slice_147/end_frame": 0, +"slice_147/loop_mode": 0, +"slice_147/name": "", +"slice_147/save_to_file/enabled": false, +"slice_147/save_to_file/keep_custom_tracks": false, +"slice_147/save_to_file/path": "", +"slice_147/start_frame": 0, +"slice_148/end_frame": 0, +"slice_148/loop_mode": 0, +"slice_148/name": "", +"slice_148/save_to_file/enabled": false, +"slice_148/save_to_file/keep_custom_tracks": false, +"slice_148/save_to_file/path": "", +"slice_148/start_frame": 0, +"slice_149/end_frame": 0, +"slice_149/loop_mode": 0, +"slice_149/name": "", +"slice_149/save_to_file/enabled": false, +"slice_149/save_to_file/keep_custom_tracks": false, +"slice_149/save_to_file/path": "", +"slice_149/start_frame": 0, +"slice_15/end_frame": 0, +"slice_15/loop_mode": 0, +"slice_15/name": "", +"slice_15/save_to_file/enabled": false, +"slice_15/save_to_file/keep_custom_tracks": false, +"slice_15/save_to_file/path": "", +"slice_15/start_frame": 0, +"slice_150/end_frame": 0, +"slice_150/loop_mode": 0, +"slice_150/name": "", +"slice_150/save_to_file/enabled": false, +"slice_150/save_to_file/keep_custom_tracks": false, +"slice_150/save_to_file/path": "", +"slice_150/start_frame": 0, +"slice_151/end_frame": 0, +"slice_151/loop_mode": 0, +"slice_151/name": "", +"slice_151/save_to_file/enabled": false, +"slice_151/save_to_file/keep_custom_tracks": false, +"slice_151/save_to_file/path": "", +"slice_151/start_frame": 0, +"slice_152/end_frame": 0, +"slice_152/loop_mode": 0, +"slice_152/name": "", +"slice_152/save_to_file/enabled": false, +"slice_152/save_to_file/keep_custom_tracks": false, +"slice_152/save_to_file/path": "", +"slice_152/start_frame": 0, +"slice_153/end_frame": 0, +"slice_153/loop_mode": 0, +"slice_153/name": "", +"slice_153/save_to_file/enabled": false, +"slice_153/save_to_file/keep_custom_tracks": false, +"slice_153/save_to_file/path": "", +"slice_153/start_frame": 0, +"slice_154/end_frame": 0, +"slice_154/loop_mode": 0, +"slice_154/name": "", +"slice_154/save_to_file/enabled": false, +"slice_154/save_to_file/keep_custom_tracks": false, +"slice_154/save_to_file/path": "", +"slice_154/start_frame": 0, +"slice_155/end_frame": 0, +"slice_155/loop_mode": 0, +"slice_155/name": "", +"slice_155/save_to_file/enabled": false, +"slice_155/save_to_file/keep_custom_tracks": false, +"slice_155/save_to_file/path": "", +"slice_155/start_frame": 0, +"slice_156/end_frame": 0, +"slice_156/loop_mode": 0, +"slice_156/name": "", +"slice_156/save_to_file/enabled": false, +"slice_156/save_to_file/keep_custom_tracks": false, +"slice_156/save_to_file/path": "", +"slice_156/start_frame": 0, +"slice_157/end_frame": 0, +"slice_157/loop_mode": 0, +"slice_157/name": "", +"slice_157/save_to_file/enabled": false, +"slice_157/save_to_file/keep_custom_tracks": false, +"slice_157/save_to_file/path": "", +"slice_157/start_frame": 0, +"slice_158/end_frame": 0, +"slice_158/loop_mode": 0, +"slice_158/name": "", +"slice_158/save_to_file/enabled": false, +"slice_158/save_to_file/keep_custom_tracks": false, +"slice_158/save_to_file/path": "", +"slice_158/start_frame": 0, +"slice_159/end_frame": 0, +"slice_159/loop_mode": 0, +"slice_159/name": "", +"slice_159/save_to_file/enabled": false, +"slice_159/save_to_file/keep_custom_tracks": false, +"slice_159/save_to_file/path": "", +"slice_159/start_frame": 0, +"slice_16/end_frame": 0, +"slice_16/loop_mode": 0, +"slice_16/name": "", +"slice_16/save_to_file/enabled": false, +"slice_16/save_to_file/keep_custom_tracks": false, +"slice_16/save_to_file/path": "", +"slice_16/start_frame": 0, +"slice_160/end_frame": 0, +"slice_160/loop_mode": 0, +"slice_160/name": "", +"slice_160/save_to_file/enabled": false, +"slice_160/save_to_file/keep_custom_tracks": false, +"slice_160/save_to_file/path": "", +"slice_160/start_frame": 0, +"slice_161/end_frame": 0, +"slice_161/loop_mode": 0, +"slice_161/name": "", +"slice_161/save_to_file/enabled": false, +"slice_161/save_to_file/keep_custom_tracks": false, +"slice_161/save_to_file/path": "", +"slice_161/start_frame": 0, +"slice_162/end_frame": 0, +"slice_162/loop_mode": 0, +"slice_162/name": "", +"slice_162/save_to_file/enabled": false, +"slice_162/save_to_file/keep_custom_tracks": false, +"slice_162/save_to_file/path": "", +"slice_162/start_frame": 0, +"slice_163/end_frame": 0, +"slice_163/loop_mode": 0, +"slice_163/name": "", +"slice_163/save_to_file/enabled": false, +"slice_163/save_to_file/keep_custom_tracks": false, +"slice_163/save_to_file/path": "", +"slice_163/start_frame": 0, +"slice_164/end_frame": 0, +"slice_164/loop_mode": 0, +"slice_164/name": "", +"slice_164/save_to_file/enabled": false, +"slice_164/save_to_file/keep_custom_tracks": false, +"slice_164/save_to_file/path": "", +"slice_164/start_frame": 0, +"slice_165/end_frame": 0, +"slice_165/loop_mode": 0, +"slice_165/name": "", +"slice_165/save_to_file/enabled": false, +"slice_165/save_to_file/keep_custom_tracks": false, +"slice_165/save_to_file/path": "", +"slice_165/start_frame": 0, +"slice_166/end_frame": 0, +"slice_166/loop_mode": 0, +"slice_166/name": "", +"slice_166/save_to_file/enabled": false, +"slice_166/save_to_file/keep_custom_tracks": false, +"slice_166/save_to_file/path": "", +"slice_166/start_frame": 0, +"slice_167/end_frame": 0, +"slice_167/loop_mode": 0, +"slice_167/name": "", +"slice_167/save_to_file/enabled": false, +"slice_167/save_to_file/keep_custom_tracks": false, +"slice_167/save_to_file/path": "", +"slice_167/start_frame": 0, +"slice_168/end_frame": 0, +"slice_168/loop_mode": 0, +"slice_168/name": "", +"slice_168/save_to_file/enabled": false, +"slice_168/save_to_file/keep_custom_tracks": false, +"slice_168/save_to_file/path": "", +"slice_168/start_frame": 0, +"slice_169/end_frame": 0, +"slice_169/loop_mode": 0, +"slice_169/name": "", +"slice_169/save_to_file/enabled": false, +"slice_169/save_to_file/keep_custom_tracks": false, +"slice_169/save_to_file/path": "", +"slice_169/start_frame": 0, +"slice_17/end_frame": 0, +"slice_17/loop_mode": 0, +"slice_17/name": "", +"slice_17/save_to_file/enabled": false, +"slice_17/save_to_file/keep_custom_tracks": false, +"slice_17/save_to_file/path": "", +"slice_17/start_frame": 0, +"slice_170/end_frame": 0, +"slice_170/loop_mode": 0, +"slice_170/name": "", +"slice_170/save_to_file/enabled": false, +"slice_170/save_to_file/keep_custom_tracks": false, +"slice_170/save_to_file/path": "", +"slice_170/start_frame": 0, +"slice_171/end_frame": 0, +"slice_171/loop_mode": 0, +"slice_171/name": "", +"slice_171/save_to_file/enabled": false, +"slice_171/save_to_file/keep_custom_tracks": false, +"slice_171/save_to_file/path": "", +"slice_171/start_frame": 0, +"slice_172/end_frame": 0, +"slice_172/loop_mode": 0, +"slice_172/name": "", +"slice_172/save_to_file/enabled": false, +"slice_172/save_to_file/keep_custom_tracks": false, +"slice_172/save_to_file/path": "", +"slice_172/start_frame": 0, +"slice_173/end_frame": 0, +"slice_173/loop_mode": 0, +"slice_173/name": "", +"slice_173/save_to_file/enabled": false, +"slice_173/save_to_file/keep_custom_tracks": false, +"slice_173/save_to_file/path": "", +"slice_173/start_frame": 0, +"slice_174/end_frame": 0, +"slice_174/loop_mode": 0, +"slice_174/name": "", +"slice_174/save_to_file/enabled": false, +"slice_174/save_to_file/keep_custom_tracks": false, +"slice_174/save_to_file/path": "", +"slice_174/start_frame": 0, +"slice_175/end_frame": 0, +"slice_175/loop_mode": 0, +"slice_175/name": "", +"slice_175/save_to_file/enabled": false, +"slice_175/save_to_file/keep_custom_tracks": false, +"slice_175/save_to_file/path": "", +"slice_175/start_frame": 0, +"slice_176/end_frame": 0, +"slice_176/loop_mode": 0, +"slice_176/name": "", +"slice_176/save_to_file/enabled": false, +"slice_176/save_to_file/keep_custom_tracks": false, +"slice_176/save_to_file/path": "", +"slice_176/start_frame": 0, +"slice_177/end_frame": 0, +"slice_177/loop_mode": 0, +"slice_177/name": "", +"slice_177/save_to_file/enabled": false, +"slice_177/save_to_file/keep_custom_tracks": false, +"slice_177/save_to_file/path": "", +"slice_177/start_frame": 0, +"slice_178/end_frame": 0, +"slice_178/loop_mode": 0, +"slice_178/name": "", +"slice_178/save_to_file/enabled": false, +"slice_178/save_to_file/keep_custom_tracks": false, +"slice_178/save_to_file/path": "", +"slice_178/start_frame": 0, +"slice_179/end_frame": 0, +"slice_179/loop_mode": 0, +"slice_179/name": "", +"slice_179/save_to_file/enabled": false, +"slice_179/save_to_file/keep_custom_tracks": false, +"slice_179/save_to_file/path": "", +"slice_179/start_frame": 0, +"slice_18/end_frame": 0, +"slice_18/loop_mode": 0, +"slice_18/name": "", +"slice_18/save_to_file/enabled": false, +"slice_18/save_to_file/keep_custom_tracks": false, +"slice_18/save_to_file/path": "", +"slice_18/start_frame": 0, +"slice_180/end_frame": 0, +"slice_180/loop_mode": 0, +"slice_180/name": "", +"slice_180/save_to_file/enabled": false, +"slice_180/save_to_file/keep_custom_tracks": false, +"slice_180/save_to_file/path": "", +"slice_180/start_frame": 0, +"slice_181/end_frame": 0, +"slice_181/loop_mode": 0, +"slice_181/name": "", +"slice_181/save_to_file/enabled": false, +"slice_181/save_to_file/keep_custom_tracks": false, +"slice_181/save_to_file/path": "", +"slice_181/start_frame": 0, +"slice_182/end_frame": 0, +"slice_182/loop_mode": 0, +"slice_182/name": "", +"slice_182/save_to_file/enabled": false, +"slice_182/save_to_file/keep_custom_tracks": false, +"slice_182/save_to_file/path": "", +"slice_182/start_frame": 0, +"slice_183/end_frame": 0, +"slice_183/loop_mode": 0, +"slice_183/name": "", +"slice_183/save_to_file/enabled": false, +"slice_183/save_to_file/keep_custom_tracks": false, +"slice_183/save_to_file/path": "", +"slice_183/start_frame": 0, +"slice_184/end_frame": 0, +"slice_184/loop_mode": 0, +"slice_184/name": "", +"slice_184/save_to_file/enabled": false, +"slice_184/save_to_file/keep_custom_tracks": false, +"slice_184/save_to_file/path": "", +"slice_184/start_frame": 0, +"slice_185/end_frame": 0, +"slice_185/loop_mode": 0, +"slice_185/name": "", +"slice_185/save_to_file/enabled": false, +"slice_185/save_to_file/keep_custom_tracks": false, +"slice_185/save_to_file/path": "", +"slice_185/start_frame": 0, +"slice_186/end_frame": 0, +"slice_186/loop_mode": 0, +"slice_186/name": "", +"slice_186/save_to_file/enabled": false, +"slice_186/save_to_file/keep_custom_tracks": false, +"slice_186/save_to_file/path": "", +"slice_186/start_frame": 0, +"slice_187/end_frame": 0, +"slice_187/loop_mode": 0, +"slice_187/name": "", +"slice_187/save_to_file/enabled": false, +"slice_187/save_to_file/keep_custom_tracks": false, +"slice_187/save_to_file/path": "", +"slice_187/start_frame": 0, +"slice_188/end_frame": 0, +"slice_188/loop_mode": 0, +"slice_188/name": "", +"slice_188/save_to_file/enabled": false, +"slice_188/save_to_file/keep_custom_tracks": false, +"slice_188/save_to_file/path": "", +"slice_188/start_frame": 0, +"slice_189/end_frame": 0, +"slice_189/loop_mode": 0, +"slice_189/name": "", +"slice_189/save_to_file/enabled": false, +"slice_189/save_to_file/keep_custom_tracks": false, +"slice_189/save_to_file/path": "", +"slice_189/start_frame": 0, +"slice_19/end_frame": 0, +"slice_19/loop_mode": 0, +"slice_19/name": "", +"slice_19/save_to_file/enabled": false, +"slice_19/save_to_file/keep_custom_tracks": false, +"slice_19/save_to_file/path": "", +"slice_19/start_frame": 0, +"slice_190/end_frame": 0, +"slice_190/loop_mode": 0, +"slice_190/name": "", +"slice_190/save_to_file/enabled": false, +"slice_190/save_to_file/keep_custom_tracks": false, +"slice_190/save_to_file/path": "", +"slice_190/start_frame": 0, +"slice_191/end_frame": 0, +"slice_191/loop_mode": 0, +"slice_191/name": "", +"slice_191/save_to_file/enabled": false, +"slice_191/save_to_file/keep_custom_tracks": false, +"slice_191/save_to_file/path": "", +"slice_191/start_frame": 0, +"slice_192/end_frame": 0, +"slice_192/loop_mode": 0, +"slice_192/name": "", +"slice_192/save_to_file/enabled": false, +"slice_192/save_to_file/keep_custom_tracks": false, +"slice_192/save_to_file/path": "", +"slice_192/start_frame": 0, +"slice_193/end_frame": 0, +"slice_193/loop_mode": 0, +"slice_193/name": "", +"slice_193/save_to_file/enabled": false, +"slice_193/save_to_file/keep_custom_tracks": false, +"slice_193/save_to_file/path": "", +"slice_193/start_frame": 0, +"slice_194/end_frame": 0, +"slice_194/loop_mode": 0, +"slice_194/name": "", +"slice_194/save_to_file/enabled": false, +"slice_194/save_to_file/keep_custom_tracks": false, +"slice_194/save_to_file/path": "", +"slice_194/start_frame": 0, +"slice_195/end_frame": 0, +"slice_195/loop_mode": 0, +"slice_195/name": "", +"slice_195/save_to_file/enabled": false, +"slice_195/save_to_file/keep_custom_tracks": false, +"slice_195/save_to_file/path": "", +"slice_195/start_frame": 0, +"slice_196/end_frame": 0, +"slice_196/loop_mode": 0, +"slice_196/name": "", +"slice_196/save_to_file/enabled": false, +"slice_196/save_to_file/keep_custom_tracks": false, +"slice_196/save_to_file/path": "", +"slice_196/start_frame": 0, +"slice_197/end_frame": 0, +"slice_197/loop_mode": 0, +"slice_197/name": "", +"slice_197/save_to_file/enabled": false, +"slice_197/save_to_file/keep_custom_tracks": false, +"slice_197/save_to_file/path": "", +"slice_197/start_frame": 0, +"slice_198/end_frame": 0, +"slice_198/loop_mode": 0, +"slice_198/name": "", +"slice_198/save_to_file/enabled": false, +"slice_198/save_to_file/keep_custom_tracks": false, +"slice_198/save_to_file/path": "", +"slice_198/start_frame": 0, +"slice_199/end_frame": 0, +"slice_199/loop_mode": 0, +"slice_199/name": "", +"slice_199/save_to_file/enabled": false, +"slice_199/save_to_file/keep_custom_tracks": false, +"slice_199/save_to_file/path": "", +"slice_199/start_frame": 0, +"slice_2/end_frame": 0, +"slice_2/loop_mode": 0, +"slice_2/name": "", +"slice_2/save_to_file/enabled": false, +"slice_2/save_to_file/keep_custom_tracks": false, +"slice_2/save_to_file/path": "", +"slice_2/start_frame": 0, +"slice_20/end_frame": 0, +"slice_20/loop_mode": 0, +"slice_20/name": "", +"slice_20/save_to_file/enabled": false, +"slice_20/save_to_file/keep_custom_tracks": false, +"slice_20/save_to_file/path": "", +"slice_20/start_frame": 0, +"slice_200/end_frame": 0, +"slice_200/loop_mode": 0, +"slice_200/name": "", +"slice_200/save_to_file/enabled": false, +"slice_200/save_to_file/keep_custom_tracks": false, +"slice_200/save_to_file/path": "", +"slice_200/start_frame": 0, +"slice_201/end_frame": 0, +"slice_201/loop_mode": 0, +"slice_201/name": "", +"slice_201/save_to_file/enabled": false, +"slice_201/save_to_file/keep_custom_tracks": false, +"slice_201/save_to_file/path": "", +"slice_201/start_frame": 0, +"slice_202/end_frame": 0, +"slice_202/loop_mode": 0, +"slice_202/name": "", +"slice_202/save_to_file/enabled": false, +"slice_202/save_to_file/keep_custom_tracks": false, +"slice_202/save_to_file/path": "", +"slice_202/start_frame": 0, +"slice_203/end_frame": 0, +"slice_203/loop_mode": 0, +"slice_203/name": "", +"slice_203/save_to_file/enabled": false, +"slice_203/save_to_file/keep_custom_tracks": false, +"slice_203/save_to_file/path": "", +"slice_203/start_frame": 0, +"slice_204/end_frame": 0, +"slice_204/loop_mode": 0, +"slice_204/name": "", +"slice_204/save_to_file/enabled": false, +"slice_204/save_to_file/keep_custom_tracks": false, +"slice_204/save_to_file/path": "", +"slice_204/start_frame": 0, +"slice_205/end_frame": 0, +"slice_205/loop_mode": 0, +"slice_205/name": "", +"slice_205/save_to_file/enabled": false, +"slice_205/save_to_file/keep_custom_tracks": false, +"slice_205/save_to_file/path": "", +"slice_205/start_frame": 0, +"slice_206/end_frame": 0, +"slice_206/loop_mode": 0, +"slice_206/name": "", +"slice_206/save_to_file/enabled": false, +"slice_206/save_to_file/keep_custom_tracks": false, +"slice_206/save_to_file/path": "", +"slice_206/start_frame": 0, +"slice_207/end_frame": 0, +"slice_207/loop_mode": 0, +"slice_207/name": "", +"slice_207/save_to_file/enabled": false, +"slice_207/save_to_file/keep_custom_tracks": false, +"slice_207/save_to_file/path": "", +"slice_207/start_frame": 0, +"slice_208/end_frame": 0, +"slice_208/loop_mode": 0, +"slice_208/name": "", +"slice_208/save_to_file/enabled": false, +"slice_208/save_to_file/keep_custom_tracks": false, +"slice_208/save_to_file/path": "", +"slice_208/start_frame": 0, +"slice_209/end_frame": 0, +"slice_209/loop_mode": 0, +"slice_209/name": "", +"slice_209/save_to_file/enabled": false, +"slice_209/save_to_file/keep_custom_tracks": false, +"slice_209/save_to_file/path": "", +"slice_209/start_frame": 0, +"slice_21/end_frame": 0, +"slice_21/loop_mode": 0, +"slice_21/name": "", +"slice_21/save_to_file/enabled": false, +"slice_21/save_to_file/keep_custom_tracks": false, +"slice_21/save_to_file/path": "", +"slice_21/start_frame": 0, +"slice_210/end_frame": 0, +"slice_210/loop_mode": 0, +"slice_210/name": "", +"slice_210/save_to_file/enabled": false, +"slice_210/save_to_file/keep_custom_tracks": false, +"slice_210/save_to_file/path": "", +"slice_210/start_frame": 0, +"slice_211/end_frame": 0, +"slice_211/loop_mode": 0, +"slice_211/name": "", +"slice_211/save_to_file/enabled": false, +"slice_211/save_to_file/keep_custom_tracks": false, +"slice_211/save_to_file/path": "", +"slice_211/start_frame": 0, +"slice_212/end_frame": 0, +"slice_212/loop_mode": 0, +"slice_212/name": "", +"slice_212/save_to_file/enabled": false, +"slice_212/save_to_file/keep_custom_tracks": false, +"slice_212/save_to_file/path": "", +"slice_212/start_frame": 0, +"slice_213/end_frame": 0, +"slice_213/loop_mode": 0, +"slice_213/name": "", +"slice_213/save_to_file/enabled": false, +"slice_213/save_to_file/keep_custom_tracks": false, +"slice_213/save_to_file/path": "", +"slice_213/start_frame": 0, +"slice_214/end_frame": 0, +"slice_214/loop_mode": 0, +"slice_214/name": "", +"slice_214/save_to_file/enabled": false, +"slice_214/save_to_file/keep_custom_tracks": false, +"slice_214/save_to_file/path": "", +"slice_214/start_frame": 0, +"slice_215/end_frame": 0, +"slice_215/loop_mode": 0, +"slice_215/name": "", +"slice_215/save_to_file/enabled": false, +"slice_215/save_to_file/keep_custom_tracks": false, +"slice_215/save_to_file/path": "", +"slice_215/start_frame": 0, +"slice_216/end_frame": 0, +"slice_216/loop_mode": 0, +"slice_216/name": "", +"slice_216/save_to_file/enabled": false, +"slice_216/save_to_file/keep_custom_tracks": false, +"slice_216/save_to_file/path": "", +"slice_216/start_frame": 0, +"slice_217/end_frame": 0, +"slice_217/loop_mode": 0, +"slice_217/name": "", +"slice_217/save_to_file/enabled": false, +"slice_217/save_to_file/keep_custom_tracks": false, +"slice_217/save_to_file/path": "", +"slice_217/start_frame": 0, +"slice_218/end_frame": 0, +"slice_218/loop_mode": 0, +"slice_218/name": "", +"slice_218/save_to_file/enabled": false, +"slice_218/save_to_file/keep_custom_tracks": false, +"slice_218/save_to_file/path": "", +"slice_218/start_frame": 0, +"slice_219/end_frame": 0, +"slice_219/loop_mode": 0, +"slice_219/name": "", +"slice_219/save_to_file/enabled": false, +"slice_219/save_to_file/keep_custom_tracks": false, +"slice_219/save_to_file/path": "", +"slice_219/start_frame": 0, +"slice_22/end_frame": 0, +"slice_22/loop_mode": 0, +"slice_22/name": "", +"slice_22/save_to_file/enabled": false, +"slice_22/save_to_file/keep_custom_tracks": false, +"slice_22/save_to_file/path": "", +"slice_22/start_frame": 0, +"slice_220/end_frame": 0, +"slice_220/loop_mode": 0, +"slice_220/name": "", +"slice_220/save_to_file/enabled": false, +"slice_220/save_to_file/keep_custom_tracks": false, +"slice_220/save_to_file/path": "", +"slice_220/start_frame": 0, +"slice_221/end_frame": 0, +"slice_221/loop_mode": 0, +"slice_221/name": "", +"slice_221/save_to_file/enabled": false, +"slice_221/save_to_file/keep_custom_tracks": false, +"slice_221/save_to_file/path": "", +"slice_221/start_frame": 0, +"slice_222/end_frame": 0, +"slice_222/loop_mode": 0, +"slice_222/name": "", +"slice_222/save_to_file/enabled": false, +"slice_222/save_to_file/keep_custom_tracks": false, +"slice_222/save_to_file/path": "", +"slice_222/start_frame": 0, +"slice_223/end_frame": 0, +"slice_223/loop_mode": 0, +"slice_223/name": "", +"slice_223/save_to_file/enabled": false, +"slice_223/save_to_file/keep_custom_tracks": false, +"slice_223/save_to_file/path": "", +"slice_223/start_frame": 0, +"slice_224/end_frame": 0, +"slice_224/loop_mode": 0, +"slice_224/name": "", +"slice_224/save_to_file/enabled": false, +"slice_224/save_to_file/keep_custom_tracks": false, +"slice_224/save_to_file/path": "", +"slice_224/start_frame": 0, +"slice_225/end_frame": 0, +"slice_225/loop_mode": 0, +"slice_225/name": "", +"slice_225/save_to_file/enabled": false, +"slice_225/save_to_file/keep_custom_tracks": false, +"slice_225/save_to_file/path": "", +"slice_225/start_frame": 0, +"slice_226/end_frame": 0, +"slice_226/loop_mode": 0, +"slice_226/name": "", +"slice_226/save_to_file/enabled": false, +"slice_226/save_to_file/keep_custom_tracks": false, +"slice_226/save_to_file/path": "", +"slice_226/start_frame": 0, +"slice_227/end_frame": 0, +"slice_227/loop_mode": 0, +"slice_227/name": "", +"slice_227/save_to_file/enabled": false, +"slice_227/save_to_file/keep_custom_tracks": false, +"slice_227/save_to_file/path": "", +"slice_227/start_frame": 0, +"slice_228/end_frame": 0, +"slice_228/loop_mode": 0, +"slice_228/name": "", +"slice_228/save_to_file/enabled": false, +"slice_228/save_to_file/keep_custom_tracks": false, +"slice_228/save_to_file/path": "", +"slice_228/start_frame": 0, +"slice_229/end_frame": 0, +"slice_229/loop_mode": 0, +"slice_229/name": "", +"slice_229/save_to_file/enabled": false, +"slice_229/save_to_file/keep_custom_tracks": false, +"slice_229/save_to_file/path": "", +"slice_229/start_frame": 0, +"slice_23/end_frame": 0, +"slice_23/loop_mode": 0, +"slice_23/name": "", +"slice_23/save_to_file/enabled": false, +"slice_23/save_to_file/keep_custom_tracks": false, +"slice_23/save_to_file/path": "", +"slice_23/start_frame": 0, +"slice_230/end_frame": 0, +"slice_230/loop_mode": 0, +"slice_230/name": "", +"slice_230/save_to_file/enabled": false, +"slice_230/save_to_file/keep_custom_tracks": false, +"slice_230/save_to_file/path": "", +"slice_230/start_frame": 0, +"slice_231/end_frame": 0, +"slice_231/loop_mode": 0, +"slice_231/name": "", +"slice_231/save_to_file/enabled": false, +"slice_231/save_to_file/keep_custom_tracks": false, +"slice_231/save_to_file/path": "", +"slice_231/start_frame": 0, +"slice_232/end_frame": 0, +"slice_232/loop_mode": 0, +"slice_232/name": "", +"slice_232/save_to_file/enabled": false, +"slice_232/save_to_file/keep_custom_tracks": false, +"slice_232/save_to_file/path": "", +"slice_232/start_frame": 0, +"slice_233/end_frame": 0, +"slice_233/loop_mode": 0, +"slice_233/name": "", +"slice_233/save_to_file/enabled": false, +"slice_233/save_to_file/keep_custom_tracks": false, +"slice_233/save_to_file/path": "", +"slice_233/start_frame": 0, +"slice_234/end_frame": 0, +"slice_234/loop_mode": 0, +"slice_234/name": "", +"slice_234/save_to_file/enabled": false, +"slice_234/save_to_file/keep_custom_tracks": false, +"slice_234/save_to_file/path": "", +"slice_234/start_frame": 0, +"slice_235/end_frame": 0, +"slice_235/loop_mode": 0, +"slice_235/name": "", +"slice_235/save_to_file/enabled": false, +"slice_235/save_to_file/keep_custom_tracks": false, +"slice_235/save_to_file/path": "", +"slice_235/start_frame": 0, +"slice_236/end_frame": 0, +"slice_236/loop_mode": 0, +"slice_236/name": "", +"slice_236/save_to_file/enabled": false, +"slice_236/save_to_file/keep_custom_tracks": false, +"slice_236/save_to_file/path": "", +"slice_236/start_frame": 0, +"slice_237/end_frame": 0, +"slice_237/loop_mode": 0, +"slice_237/name": "", +"slice_237/save_to_file/enabled": false, +"slice_237/save_to_file/keep_custom_tracks": false, +"slice_237/save_to_file/path": "", +"slice_237/start_frame": 0, +"slice_238/end_frame": 0, +"slice_238/loop_mode": 0, +"slice_238/name": "", +"slice_238/save_to_file/enabled": false, +"slice_238/save_to_file/keep_custom_tracks": false, +"slice_238/save_to_file/path": "", +"slice_238/start_frame": 0, +"slice_239/end_frame": 0, +"slice_239/loop_mode": 0, +"slice_239/name": "", +"slice_239/save_to_file/enabled": false, +"slice_239/save_to_file/keep_custom_tracks": false, +"slice_239/save_to_file/path": "", +"slice_239/start_frame": 0, +"slice_24/end_frame": 0, +"slice_24/loop_mode": 0, +"slice_24/name": "", +"slice_24/save_to_file/enabled": false, +"slice_24/save_to_file/keep_custom_tracks": false, +"slice_24/save_to_file/path": "", +"slice_24/start_frame": 0, +"slice_240/end_frame": 0, +"slice_240/loop_mode": 0, +"slice_240/name": "", +"slice_240/save_to_file/enabled": false, +"slice_240/save_to_file/keep_custom_tracks": false, +"slice_240/save_to_file/path": "", +"slice_240/start_frame": 0, +"slice_241/end_frame": 0, +"slice_241/loop_mode": 0, +"slice_241/name": "", +"slice_241/save_to_file/enabled": false, +"slice_241/save_to_file/keep_custom_tracks": false, +"slice_241/save_to_file/path": "", +"slice_241/start_frame": 0, +"slice_242/end_frame": 0, +"slice_242/loop_mode": 0, +"slice_242/name": "", +"slice_242/save_to_file/enabled": false, +"slice_242/save_to_file/keep_custom_tracks": false, +"slice_242/save_to_file/path": "", +"slice_242/start_frame": 0, +"slice_243/end_frame": 0, +"slice_243/loop_mode": 0, +"slice_243/name": "", +"slice_243/save_to_file/enabled": false, +"slice_243/save_to_file/keep_custom_tracks": false, +"slice_243/save_to_file/path": "", +"slice_243/start_frame": 0, +"slice_244/end_frame": 0, +"slice_244/loop_mode": 0, +"slice_244/name": "", +"slice_244/save_to_file/enabled": false, +"slice_244/save_to_file/keep_custom_tracks": false, +"slice_244/save_to_file/path": "", +"slice_244/start_frame": 0, +"slice_245/end_frame": 0, +"slice_245/loop_mode": 0, +"slice_245/name": "", +"slice_245/save_to_file/enabled": false, +"slice_245/save_to_file/keep_custom_tracks": false, +"slice_245/save_to_file/path": "", +"slice_245/start_frame": 0, +"slice_246/end_frame": 0, +"slice_246/loop_mode": 0, +"slice_246/name": "", +"slice_246/save_to_file/enabled": false, +"slice_246/save_to_file/keep_custom_tracks": false, +"slice_246/save_to_file/path": "", +"slice_246/start_frame": 0, +"slice_247/end_frame": 0, +"slice_247/loop_mode": 0, +"slice_247/name": "", +"slice_247/save_to_file/enabled": false, +"slice_247/save_to_file/keep_custom_tracks": false, +"slice_247/save_to_file/path": "", +"slice_247/start_frame": 0, +"slice_248/end_frame": 0, +"slice_248/loop_mode": 0, +"slice_248/name": "", +"slice_248/save_to_file/enabled": false, +"slice_248/save_to_file/keep_custom_tracks": false, +"slice_248/save_to_file/path": "", +"slice_248/start_frame": 0, +"slice_249/end_frame": 0, +"slice_249/loop_mode": 0, +"slice_249/name": "", +"slice_249/save_to_file/enabled": false, +"slice_249/save_to_file/keep_custom_tracks": false, +"slice_249/save_to_file/path": "", +"slice_249/start_frame": 0, +"slice_25/end_frame": 0, +"slice_25/loop_mode": 0, +"slice_25/name": "", +"slice_25/save_to_file/enabled": false, +"slice_25/save_to_file/keep_custom_tracks": false, +"slice_25/save_to_file/path": "", +"slice_25/start_frame": 0, +"slice_250/end_frame": 0, +"slice_250/loop_mode": 0, +"slice_250/name": "", +"slice_250/save_to_file/enabled": false, +"slice_250/save_to_file/keep_custom_tracks": false, +"slice_250/save_to_file/path": "", +"slice_250/start_frame": 0, +"slice_251/end_frame": 0, +"slice_251/loop_mode": 0, +"slice_251/name": "", +"slice_251/save_to_file/enabled": false, +"slice_251/save_to_file/keep_custom_tracks": false, +"slice_251/save_to_file/path": "", +"slice_251/start_frame": 0, +"slice_252/end_frame": 0, +"slice_252/loop_mode": 0, +"slice_252/name": "", +"slice_252/save_to_file/enabled": false, +"slice_252/save_to_file/keep_custom_tracks": false, +"slice_252/save_to_file/path": "", +"slice_252/start_frame": 0, +"slice_253/end_frame": 0, +"slice_253/loop_mode": 0, +"slice_253/name": "", +"slice_253/save_to_file/enabled": false, +"slice_253/save_to_file/keep_custom_tracks": false, +"slice_253/save_to_file/path": "", +"slice_253/start_frame": 0, +"slice_254/end_frame": 0, +"slice_254/loop_mode": 0, +"slice_254/name": "", +"slice_254/save_to_file/enabled": false, +"slice_254/save_to_file/keep_custom_tracks": false, +"slice_254/save_to_file/path": "", +"slice_254/start_frame": 0, +"slice_255/end_frame": 0, +"slice_255/loop_mode": 0, +"slice_255/name": "", +"slice_255/save_to_file/enabled": false, +"slice_255/save_to_file/keep_custom_tracks": false, +"slice_255/save_to_file/path": "", +"slice_255/start_frame": 0, +"slice_256/end_frame": 0, +"slice_256/loop_mode": 0, +"slice_256/name": "", +"slice_256/save_to_file/enabled": false, +"slice_256/save_to_file/keep_custom_tracks": false, +"slice_256/save_to_file/path": "", +"slice_256/start_frame": 0, +"slice_26/end_frame": 0, +"slice_26/loop_mode": 0, +"slice_26/name": "", +"slice_26/save_to_file/enabled": false, +"slice_26/save_to_file/keep_custom_tracks": false, +"slice_26/save_to_file/path": "", +"slice_26/start_frame": 0, +"slice_27/end_frame": 0, +"slice_27/loop_mode": 0, +"slice_27/name": "", +"slice_27/save_to_file/enabled": false, +"slice_27/save_to_file/keep_custom_tracks": false, +"slice_27/save_to_file/path": "", +"slice_27/start_frame": 0, +"slice_28/end_frame": 0, +"slice_28/loop_mode": 0, +"slice_28/name": "", +"slice_28/save_to_file/enabled": false, +"slice_28/save_to_file/keep_custom_tracks": false, +"slice_28/save_to_file/path": "", +"slice_28/start_frame": 0, +"slice_29/end_frame": 0, +"slice_29/loop_mode": 0, +"slice_29/name": "", +"slice_29/save_to_file/enabled": false, +"slice_29/save_to_file/keep_custom_tracks": false, +"slice_29/save_to_file/path": "", +"slice_29/start_frame": 0, +"slice_3/end_frame": 0, +"slice_3/loop_mode": 0, +"slice_3/name": "", +"slice_3/save_to_file/enabled": false, +"slice_3/save_to_file/keep_custom_tracks": false, +"slice_3/save_to_file/path": "", +"slice_3/start_frame": 0, +"slice_30/end_frame": 0, +"slice_30/loop_mode": 0, +"slice_30/name": "", +"slice_30/save_to_file/enabled": false, +"slice_30/save_to_file/keep_custom_tracks": false, +"slice_30/save_to_file/path": "", +"slice_30/start_frame": 0, +"slice_31/end_frame": 0, +"slice_31/loop_mode": 0, +"slice_31/name": "", +"slice_31/save_to_file/enabled": false, +"slice_31/save_to_file/keep_custom_tracks": false, +"slice_31/save_to_file/path": "", +"slice_31/start_frame": 0, +"slice_32/end_frame": 0, +"slice_32/loop_mode": 0, +"slice_32/name": "", +"slice_32/save_to_file/enabled": false, +"slice_32/save_to_file/keep_custom_tracks": false, +"slice_32/save_to_file/path": "", +"slice_32/start_frame": 0, +"slice_33/end_frame": 0, +"slice_33/loop_mode": 0, +"slice_33/name": "", +"slice_33/save_to_file/enabled": false, +"slice_33/save_to_file/keep_custom_tracks": false, +"slice_33/save_to_file/path": "", +"slice_33/start_frame": 0, +"slice_34/end_frame": 0, +"slice_34/loop_mode": 0, +"slice_34/name": "", +"slice_34/save_to_file/enabled": false, +"slice_34/save_to_file/keep_custom_tracks": false, +"slice_34/save_to_file/path": "", +"slice_34/start_frame": 0, +"slice_35/end_frame": 0, +"slice_35/loop_mode": 0, +"slice_35/name": "", +"slice_35/save_to_file/enabled": false, +"slice_35/save_to_file/keep_custom_tracks": false, +"slice_35/save_to_file/path": "", +"slice_35/start_frame": 0, +"slice_36/end_frame": 0, +"slice_36/loop_mode": 0, +"slice_36/name": "", +"slice_36/save_to_file/enabled": false, +"slice_36/save_to_file/keep_custom_tracks": false, +"slice_36/save_to_file/path": "", +"slice_36/start_frame": 0, +"slice_37/end_frame": 0, +"slice_37/loop_mode": 0, +"slice_37/name": "", +"slice_37/save_to_file/enabled": false, +"slice_37/save_to_file/keep_custom_tracks": false, +"slice_37/save_to_file/path": "", +"slice_37/start_frame": 0, +"slice_38/end_frame": 0, +"slice_38/loop_mode": 0, +"slice_38/name": "", +"slice_38/save_to_file/enabled": false, +"slice_38/save_to_file/keep_custom_tracks": false, +"slice_38/save_to_file/path": "", +"slice_38/start_frame": 0, +"slice_39/end_frame": 0, +"slice_39/loop_mode": 0, +"slice_39/name": "", +"slice_39/save_to_file/enabled": false, +"slice_39/save_to_file/keep_custom_tracks": false, +"slice_39/save_to_file/path": "", +"slice_39/start_frame": 0, +"slice_4/end_frame": 0, +"slice_4/loop_mode": 0, +"slice_4/name": "", +"slice_4/save_to_file/enabled": false, +"slice_4/save_to_file/keep_custom_tracks": false, +"slice_4/save_to_file/path": "", +"slice_4/start_frame": 0, +"slice_40/end_frame": 0, +"slice_40/loop_mode": 0, +"slice_40/name": "", +"slice_40/save_to_file/enabled": false, +"slice_40/save_to_file/keep_custom_tracks": false, +"slice_40/save_to_file/path": "", +"slice_40/start_frame": 0, +"slice_41/end_frame": 0, +"slice_41/loop_mode": 0, +"slice_41/name": "", +"slice_41/save_to_file/enabled": false, +"slice_41/save_to_file/keep_custom_tracks": false, +"slice_41/save_to_file/path": "", +"slice_41/start_frame": 0, +"slice_42/end_frame": 0, +"slice_42/loop_mode": 0, +"slice_42/name": "", +"slice_42/save_to_file/enabled": false, +"slice_42/save_to_file/keep_custom_tracks": false, +"slice_42/save_to_file/path": "", +"slice_42/start_frame": 0, +"slice_43/end_frame": 0, +"slice_43/loop_mode": 0, +"slice_43/name": "", +"slice_43/save_to_file/enabled": false, +"slice_43/save_to_file/keep_custom_tracks": false, +"slice_43/save_to_file/path": "", +"slice_43/start_frame": 0, +"slice_44/end_frame": 0, +"slice_44/loop_mode": 0, +"slice_44/name": "", +"slice_44/save_to_file/enabled": false, +"slice_44/save_to_file/keep_custom_tracks": false, +"slice_44/save_to_file/path": "", +"slice_44/start_frame": 0, +"slice_45/end_frame": 0, +"slice_45/loop_mode": 0, +"slice_45/name": "", +"slice_45/save_to_file/enabled": false, +"slice_45/save_to_file/keep_custom_tracks": false, +"slice_45/save_to_file/path": "", +"slice_45/start_frame": 0, +"slice_46/end_frame": 0, +"slice_46/loop_mode": 0, +"slice_46/name": "", +"slice_46/save_to_file/enabled": false, +"slice_46/save_to_file/keep_custom_tracks": false, +"slice_46/save_to_file/path": "", +"slice_46/start_frame": 0, +"slice_47/end_frame": 0, +"slice_47/loop_mode": 0, +"slice_47/name": "", +"slice_47/save_to_file/enabled": false, +"slice_47/save_to_file/keep_custom_tracks": false, +"slice_47/save_to_file/path": "", +"slice_47/start_frame": 0, +"slice_48/end_frame": 0, +"slice_48/loop_mode": 0, +"slice_48/name": "", +"slice_48/save_to_file/enabled": false, +"slice_48/save_to_file/keep_custom_tracks": false, +"slice_48/save_to_file/path": "", +"slice_48/start_frame": 0, +"slice_49/end_frame": 0, +"slice_49/loop_mode": 0, +"slice_49/name": "", +"slice_49/save_to_file/enabled": false, +"slice_49/save_to_file/keep_custom_tracks": false, +"slice_49/save_to_file/path": "", +"slice_49/start_frame": 0, +"slice_5/end_frame": 0, +"slice_5/loop_mode": 0, +"slice_5/name": "", +"slice_5/save_to_file/enabled": false, +"slice_5/save_to_file/keep_custom_tracks": false, +"slice_5/save_to_file/path": "", +"slice_5/start_frame": 0, +"slice_50/end_frame": 0, +"slice_50/loop_mode": 0, +"slice_50/name": "", +"slice_50/save_to_file/enabled": false, +"slice_50/save_to_file/keep_custom_tracks": false, +"slice_50/save_to_file/path": "", +"slice_50/start_frame": 0, +"slice_51/end_frame": 0, +"slice_51/loop_mode": 0, +"slice_51/name": "", +"slice_51/save_to_file/enabled": false, +"slice_51/save_to_file/keep_custom_tracks": false, +"slice_51/save_to_file/path": "", +"slice_51/start_frame": 0, +"slice_52/end_frame": 0, +"slice_52/loop_mode": 0, +"slice_52/name": "", +"slice_52/save_to_file/enabled": false, +"slice_52/save_to_file/keep_custom_tracks": false, +"slice_52/save_to_file/path": "", +"slice_52/start_frame": 0, +"slice_53/end_frame": 0, +"slice_53/loop_mode": 0, +"slice_53/name": "", +"slice_53/save_to_file/enabled": false, +"slice_53/save_to_file/keep_custom_tracks": false, +"slice_53/save_to_file/path": "", +"slice_53/start_frame": 0, +"slice_54/end_frame": 0, +"slice_54/loop_mode": 0, +"slice_54/name": "", +"slice_54/save_to_file/enabled": false, +"slice_54/save_to_file/keep_custom_tracks": false, +"slice_54/save_to_file/path": "", +"slice_54/start_frame": 0, +"slice_55/end_frame": 0, +"slice_55/loop_mode": 0, +"slice_55/name": "", +"slice_55/save_to_file/enabled": false, +"slice_55/save_to_file/keep_custom_tracks": false, +"slice_55/save_to_file/path": "", +"slice_55/start_frame": 0, +"slice_56/end_frame": 0, +"slice_56/loop_mode": 0, +"slice_56/name": "", +"slice_56/save_to_file/enabled": false, +"slice_56/save_to_file/keep_custom_tracks": false, +"slice_56/save_to_file/path": "", +"slice_56/start_frame": 0, +"slice_57/end_frame": 0, +"slice_57/loop_mode": 0, +"slice_57/name": "", +"slice_57/save_to_file/enabled": false, +"slice_57/save_to_file/keep_custom_tracks": false, +"slice_57/save_to_file/path": "", +"slice_57/start_frame": 0, +"slice_58/end_frame": 0, +"slice_58/loop_mode": 0, +"slice_58/name": "", +"slice_58/save_to_file/enabled": false, +"slice_58/save_to_file/keep_custom_tracks": false, +"slice_58/save_to_file/path": "", +"slice_58/start_frame": 0, +"slice_59/end_frame": 0, +"slice_59/loop_mode": 0, +"slice_59/name": "", +"slice_59/save_to_file/enabled": false, +"slice_59/save_to_file/keep_custom_tracks": false, +"slice_59/save_to_file/path": "", +"slice_59/start_frame": 0, +"slice_6/end_frame": 0, +"slice_6/loop_mode": 0, +"slice_6/name": "", +"slice_6/save_to_file/enabled": false, +"slice_6/save_to_file/keep_custom_tracks": false, +"slice_6/save_to_file/path": "", +"slice_6/start_frame": 0, +"slice_60/end_frame": 0, +"slice_60/loop_mode": 0, +"slice_60/name": "", +"slice_60/save_to_file/enabled": false, +"slice_60/save_to_file/keep_custom_tracks": false, +"slice_60/save_to_file/path": "", +"slice_60/start_frame": 0, +"slice_61/end_frame": 0, +"slice_61/loop_mode": 0, +"slice_61/name": "", +"slice_61/save_to_file/enabled": false, +"slice_61/save_to_file/keep_custom_tracks": false, +"slice_61/save_to_file/path": "", +"slice_61/start_frame": 0, +"slice_62/end_frame": 0, +"slice_62/loop_mode": 0, +"slice_62/name": "", +"slice_62/save_to_file/enabled": false, +"slice_62/save_to_file/keep_custom_tracks": false, +"slice_62/save_to_file/path": "", +"slice_62/start_frame": 0, +"slice_63/end_frame": 0, +"slice_63/loop_mode": 0, +"slice_63/name": "", +"slice_63/save_to_file/enabled": false, +"slice_63/save_to_file/keep_custom_tracks": false, +"slice_63/save_to_file/path": "", +"slice_63/start_frame": 0, +"slice_64/end_frame": 0, +"slice_64/loop_mode": 0, +"slice_64/name": "", +"slice_64/save_to_file/enabled": false, +"slice_64/save_to_file/keep_custom_tracks": false, +"slice_64/save_to_file/path": "", +"slice_64/start_frame": 0, +"slice_65/end_frame": 0, +"slice_65/loop_mode": 0, +"slice_65/name": "", +"slice_65/save_to_file/enabled": false, +"slice_65/save_to_file/keep_custom_tracks": false, +"slice_65/save_to_file/path": "", +"slice_65/start_frame": 0, +"slice_66/end_frame": 0, +"slice_66/loop_mode": 0, +"slice_66/name": "", +"slice_66/save_to_file/enabled": false, +"slice_66/save_to_file/keep_custom_tracks": false, +"slice_66/save_to_file/path": "", +"slice_66/start_frame": 0, +"slice_67/end_frame": 0, +"slice_67/loop_mode": 0, +"slice_67/name": "", +"slice_67/save_to_file/enabled": false, +"slice_67/save_to_file/keep_custom_tracks": false, +"slice_67/save_to_file/path": "", +"slice_67/start_frame": 0, +"slice_68/end_frame": 0, +"slice_68/loop_mode": 0, +"slice_68/name": "", +"slice_68/save_to_file/enabled": false, +"slice_68/save_to_file/keep_custom_tracks": false, +"slice_68/save_to_file/path": "", +"slice_68/start_frame": 0, +"slice_69/end_frame": 0, +"slice_69/loop_mode": 0, +"slice_69/name": "", +"slice_69/save_to_file/enabled": false, +"slice_69/save_to_file/keep_custom_tracks": false, +"slice_69/save_to_file/path": "", +"slice_69/start_frame": 0, +"slice_7/end_frame": 0, +"slice_7/loop_mode": 0, +"slice_7/name": "", +"slice_7/save_to_file/enabled": false, +"slice_7/save_to_file/keep_custom_tracks": false, +"slice_7/save_to_file/path": "", +"slice_7/start_frame": 0, +"slice_70/end_frame": 0, +"slice_70/loop_mode": 0, +"slice_70/name": "", +"slice_70/save_to_file/enabled": false, +"slice_70/save_to_file/keep_custom_tracks": false, +"slice_70/save_to_file/path": "", +"slice_70/start_frame": 0, +"slice_71/end_frame": 0, +"slice_71/loop_mode": 0, +"slice_71/name": "", +"slice_71/save_to_file/enabled": false, +"slice_71/save_to_file/keep_custom_tracks": false, +"slice_71/save_to_file/path": "", +"slice_71/start_frame": 0, +"slice_72/end_frame": 0, +"slice_72/loop_mode": 0, +"slice_72/name": "", +"slice_72/save_to_file/enabled": false, +"slice_72/save_to_file/keep_custom_tracks": false, +"slice_72/save_to_file/path": "", +"slice_72/start_frame": 0, +"slice_73/end_frame": 0, +"slice_73/loop_mode": 0, +"slice_73/name": "", +"slice_73/save_to_file/enabled": false, +"slice_73/save_to_file/keep_custom_tracks": false, +"slice_73/save_to_file/path": "", +"slice_73/start_frame": 0, +"slice_74/end_frame": 0, +"slice_74/loop_mode": 0, +"slice_74/name": "", +"slice_74/save_to_file/enabled": false, +"slice_74/save_to_file/keep_custom_tracks": false, +"slice_74/save_to_file/path": "", +"slice_74/start_frame": 0, +"slice_75/end_frame": 0, +"slice_75/loop_mode": 0, +"slice_75/name": "", +"slice_75/save_to_file/enabled": false, +"slice_75/save_to_file/keep_custom_tracks": false, +"slice_75/save_to_file/path": "", +"slice_75/start_frame": 0, +"slice_76/end_frame": 0, +"slice_76/loop_mode": 0, +"slice_76/name": "", +"slice_76/save_to_file/enabled": false, +"slice_76/save_to_file/keep_custom_tracks": false, +"slice_76/save_to_file/path": "", +"slice_76/start_frame": 0, +"slice_77/end_frame": 0, +"slice_77/loop_mode": 0, +"slice_77/name": "", +"slice_77/save_to_file/enabled": false, +"slice_77/save_to_file/keep_custom_tracks": false, +"slice_77/save_to_file/path": "", +"slice_77/start_frame": 0, +"slice_78/end_frame": 0, +"slice_78/loop_mode": 0, +"slice_78/name": "", +"slice_78/save_to_file/enabled": false, +"slice_78/save_to_file/keep_custom_tracks": false, +"slice_78/save_to_file/path": "", +"slice_78/start_frame": 0, +"slice_79/end_frame": 0, +"slice_79/loop_mode": 0, +"slice_79/name": "", +"slice_79/save_to_file/enabled": false, +"slice_79/save_to_file/keep_custom_tracks": false, +"slice_79/save_to_file/path": "", +"slice_79/start_frame": 0, +"slice_8/end_frame": 0, +"slice_8/loop_mode": 0, +"slice_8/name": "", +"slice_8/save_to_file/enabled": false, +"slice_8/save_to_file/keep_custom_tracks": false, +"slice_8/save_to_file/path": "", +"slice_8/start_frame": 0, +"slice_80/end_frame": 0, +"slice_80/loop_mode": 0, +"slice_80/name": "", +"slice_80/save_to_file/enabled": false, +"slice_80/save_to_file/keep_custom_tracks": false, +"slice_80/save_to_file/path": "", +"slice_80/start_frame": 0, +"slice_81/end_frame": 0, +"slice_81/loop_mode": 0, +"slice_81/name": "", +"slice_81/save_to_file/enabled": false, +"slice_81/save_to_file/keep_custom_tracks": false, +"slice_81/save_to_file/path": "", +"slice_81/start_frame": 0, +"slice_82/end_frame": 0, +"slice_82/loop_mode": 0, +"slice_82/name": "", +"slice_82/save_to_file/enabled": false, +"slice_82/save_to_file/keep_custom_tracks": false, +"slice_82/save_to_file/path": "", +"slice_82/start_frame": 0, +"slice_83/end_frame": 0, +"slice_83/loop_mode": 0, +"slice_83/name": "", +"slice_83/save_to_file/enabled": false, +"slice_83/save_to_file/keep_custom_tracks": false, +"slice_83/save_to_file/path": "", +"slice_83/start_frame": 0, +"slice_84/end_frame": 0, +"slice_84/loop_mode": 0, +"slice_84/name": "", +"slice_84/save_to_file/enabled": false, +"slice_84/save_to_file/keep_custom_tracks": false, +"slice_84/save_to_file/path": "", +"slice_84/start_frame": 0, +"slice_85/end_frame": 0, +"slice_85/loop_mode": 0, +"slice_85/name": "", +"slice_85/save_to_file/enabled": false, +"slice_85/save_to_file/keep_custom_tracks": false, +"slice_85/save_to_file/path": "", +"slice_85/start_frame": 0, +"slice_86/end_frame": 0, +"slice_86/loop_mode": 0, +"slice_86/name": "", +"slice_86/save_to_file/enabled": false, +"slice_86/save_to_file/keep_custom_tracks": false, +"slice_86/save_to_file/path": "", +"slice_86/start_frame": 0, +"slice_87/end_frame": 0, +"slice_87/loop_mode": 0, +"slice_87/name": "", +"slice_87/save_to_file/enabled": false, +"slice_87/save_to_file/keep_custom_tracks": false, +"slice_87/save_to_file/path": "", +"slice_87/start_frame": 0, +"slice_88/end_frame": 0, +"slice_88/loop_mode": 0, +"slice_88/name": "", +"slice_88/save_to_file/enabled": false, +"slice_88/save_to_file/keep_custom_tracks": false, +"slice_88/save_to_file/path": "", +"slice_88/start_frame": 0, +"slice_89/end_frame": 0, +"slice_89/loop_mode": 0, +"slice_89/name": "", +"slice_89/save_to_file/enabled": false, +"slice_89/save_to_file/keep_custom_tracks": false, +"slice_89/save_to_file/path": "", +"slice_89/start_frame": 0, +"slice_9/end_frame": 0, +"slice_9/loop_mode": 0, +"slice_9/name": "", +"slice_9/save_to_file/enabled": false, +"slice_9/save_to_file/keep_custom_tracks": false, +"slice_9/save_to_file/path": "", +"slice_9/start_frame": 0, +"slice_90/end_frame": 0, +"slice_90/loop_mode": 0, +"slice_90/name": "", +"slice_90/save_to_file/enabled": false, +"slice_90/save_to_file/keep_custom_tracks": false, +"slice_90/save_to_file/path": "", +"slice_90/start_frame": 0, +"slice_91/end_frame": 0, +"slice_91/loop_mode": 0, +"slice_91/name": "", +"slice_91/save_to_file/enabled": false, +"slice_91/save_to_file/keep_custom_tracks": false, +"slice_91/save_to_file/path": "", +"slice_91/start_frame": 0, +"slice_92/end_frame": 0, +"slice_92/loop_mode": 0, +"slice_92/name": "", +"slice_92/save_to_file/enabled": false, +"slice_92/save_to_file/keep_custom_tracks": false, +"slice_92/save_to_file/path": "", +"slice_92/start_frame": 0, +"slice_93/end_frame": 0, +"slice_93/loop_mode": 0, +"slice_93/name": "", +"slice_93/save_to_file/enabled": false, +"slice_93/save_to_file/keep_custom_tracks": false, +"slice_93/save_to_file/path": "", +"slice_93/start_frame": 0, +"slice_94/end_frame": 0, +"slice_94/loop_mode": 0, +"slice_94/name": "", +"slice_94/save_to_file/enabled": false, +"slice_94/save_to_file/keep_custom_tracks": false, +"slice_94/save_to_file/path": "", +"slice_94/start_frame": 0, +"slice_95/end_frame": 0, +"slice_95/loop_mode": 0, +"slice_95/name": "", +"slice_95/save_to_file/enabled": false, +"slice_95/save_to_file/keep_custom_tracks": false, +"slice_95/save_to_file/path": "", +"slice_95/start_frame": 0, +"slice_96/end_frame": 0, +"slice_96/loop_mode": 0, +"slice_96/name": "", +"slice_96/save_to_file/enabled": false, +"slice_96/save_to_file/keep_custom_tracks": false, +"slice_96/save_to_file/path": "", +"slice_96/start_frame": 0, +"slice_97/end_frame": 0, +"slice_97/loop_mode": 0, +"slice_97/name": "", +"slice_97/save_to_file/enabled": false, +"slice_97/save_to_file/keep_custom_tracks": false, +"slice_97/save_to_file/path": "", +"slice_97/start_frame": 0, +"slice_98/end_frame": 0, +"slice_98/loop_mode": 0, +"slice_98/name": "", +"slice_98/save_to_file/enabled": false, +"slice_98/save_to_file/keep_custom_tracks": false, +"slice_98/save_to_file/path": "", +"slice_98/start_frame": 0, +"slice_99/end_frame": 0, +"slice_99/loop_mode": 0, +"slice_99/name": "", +"slice_99/save_to_file/enabled": false, +"slice_99/save_to_file/keep_custom_tracks": false, +"slice_99/save_to_file/path": "", +"slice_99/start_frame": 0, +"slices/amount": 0 +} +}, +"nodes": { +"PATH:AnimationPlayer": { +"import_tracks/position": 2, +"import_tracks/scale": 2 +}, +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Empty": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +}, +"PATH:Light_001": { +"import/skip_import": true +}, +"PATH:Light_002": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/grandma_2.gd b/grandma_2.gd new file mode 100644 index 0000000..50f9458 --- /dev/null +++ b/grandma_2.gd @@ -0,0 +1,12 @@ +extends Node3D + + +# Called when the node enters the scene tree for the first time. +# In your script attached to a node with AnimationPlayer +func _ready(): + var animation_player = $AnimationPlayer + animation_player.play("CubeAction001") + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _process(delta: float) -> void: + pass diff --git a/grandma_2.tscn b/grandma_2.tscn new file mode 100644 index 0000000..a3cc387 --- /dev/null +++ b/grandma_2.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=3 format=3 uid="uid://cqgycc7hbhmfm"] + +[ext_resource type="PackedScene" uid="uid://imngx2ofuvb5" path="res://grandma2.blend" id="1_u2g1e"] +[ext_resource type="Script" path="res://grandma_2.gd" id="2_xmit7"] + +[node name="grandma2" instance=ExtResource("1_u2g1e")] +script = ExtResource("2_xmit7") + +[node name="Cube" parent="." index="0"] +transform = Transform3D(1, 0, 0, 0, 0.999427, 0.0338373, 0, -0.0338373, 0.999427, 0, 0, 0) diff --git a/green.png b/green.png new file mode 100644 index 0000000..e0f2995 Binary files /dev/null and b/green.png differ diff --git a/green.png.import b/green.png.import new file mode 100644 index 0000000..a6ff822 --- /dev/null +++ b/green.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://jr8dc3ddvd6t" +path.s3tc="res://.godot/imported/green.png-5db815cc8219d4fb24db6968e2796f87.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://green.png" +dest_files=["res://.godot/imported/green.png-5db815cc8219d4fb24db6968e2796f87.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/groelandia_body.tscn b/groelandia_body.tscn new file mode 100644 index 0000000..80628c2 --- /dev/null +++ b/groelandia_body.tscn @@ -0,0 +1,37 @@ +[gd_scene load_steps=6 format=3 uid="uid://wp7eo3761d2"] + +[ext_resource type="Script" path="res://unfreeze.gd" id="1_6ji32"] +[ext_resource type="PackedScene" uid="uid://b35dhrc1pi5v0" path="res://cuadros/groenlandia.blend" id="2_dq13w"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_k5yi4"] +bounce = 0.6 + +[sub_resource type="BoxShape3D" id="BoxShape3D_syxxm"] +size = Vector3(0.924446, 5.95655, 4.67223) + +[sub_resource type="BoxShape3D" id="BoxShape3D_4joy6"] +size = Vector3(2.15191, 6.64619, 5.80484) + +[node name="Area3D" type="Area3D"] +top_level = true +script = ExtResource("1_6ji32") + +[node name="RigidBody3D" type="RigidBody3D" parent="."] +mass = 5.0 +physics_material_override = SubResource("PhysicsMaterial_k5yi4") +can_sleep = false +freeze = true + +[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0217552, 0.0256115, 0.0177237) +shape = SubResource("BoxShape3D_syxxm") + +[node name="groenlandia" parent="RigidBody3D/CollisionShape3D" instance=ExtResource("2_dq13w")] +transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0288181, 0.129071, 0.0955728) +shape = SubResource("BoxShape3D_4joy6") + +[connection signal="body_entered" from="." to="." method="_on_body_entered"] +[connection signal="body_entered" from="RigidBody3D" to="RigidBody3D" method="_on_body_entered"] diff --git a/groenlandia.png b/groenlandia.png new file mode 100644 index 0000000..fc3e1a3 Binary files /dev/null and b/groenlandia.png differ diff --git a/groenlandia.png.import b/groenlandia.png.import new file mode 100644 index 0000000..087b14a --- /dev/null +++ b/groenlandia.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://wu3sjxssjqd3" +path="res://.godot/imported/groenlandia.png-20c49e98ef19f852a21664ebb5fd0734.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://groenlandia.png" +dest_files=["res://.godot/imported/groenlandia.png-20c49e98ef19f852a21664ebb5fd0734.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/guitar.blend b/guitar.blend new file mode 100644 index 0000000..8e83953 Binary files /dev/null and b/guitar.blend differ diff --git a/guitar.blend.import b/guitar.blend.import new file mode 100644 index 0000000..7234a2e --- /dev/null +++ b/guitar.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bpxkvb4llkfkg" +path="res://.godot/imported/guitar.blend-caaf34797925df8f57b369a47ecb3c5d.scn" + +[deps] + +source_file="res://guitar.blend" +dest_files=["res://.godot/imported/guitar.blend-caaf34797925df8f57b369a47ecb3c5d.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/guitar.blend1 b/guitar.blend1 new file mode 100644 index 0000000..d926bae Binary files /dev/null and b/guitar.blend1 differ diff --git a/guitar.tscn b/guitar.tscn new file mode 100644 index 0000000..ae14233 --- /dev/null +++ b/guitar.tscn @@ -0,0 +1,14 @@ +[gd_scene load_steps=3 format=3 uid="uid://h7x5q6aypno7"] + +[ext_resource type="PackedScene" uid="uid://bpxkvb4llkfkg" path="res://guitar.blend" id="1_2t2nx"] + +[sub_resource type="BoxShape3D" id="BoxShape3D_lg76b"] +size = Vector3(0.349747, 4.58259, 1.76514) + +[node name="guitar" type="RigidBody3D"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.150612, -0.0139656, -0.029541) +shape = SubResource("BoxShape3D_lg76b") + +[node name="guitar" parent="." instance=ExtResource("1_2t2nx")] diff --git a/hall.glb b/hall.glb new file mode 100644 index 0000000..48bcbee Binary files /dev/null and b/hall.glb differ diff --git a/hall.glb.import b/hall.glb.import new file mode 100644 index 0000000..b29e61a --- /dev/null +++ b/hall.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dmjyqhxihwl1p" +path="res://.godot/imported/hall.glb-a678fedf3c2615ec541d4a8be9f38e25.scn" + +[deps] + +source_file="res://hall.glb" +dest_files=["res://.godot/imported/hall.glb-a678fedf3c2615ec541d4a8be9f38e25.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Plane": { +"generate/physics": true +} +} +} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/hall_Material.png b/hall_Material.png new file mode 100644 index 0000000..dfe2397 Binary files /dev/null and b/hall_Material.png differ diff --git a/hall_Material.png.import b/hall_Material.png.import new file mode 100644 index 0000000..6d49b5a --- /dev/null +++ b/hall_Material.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://2rhxi5akpq7u" +path.s3tc="res://.godot/imported/hall_Material.png-660de93ff60f514e4c86cd51df2169cc.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "3000beb47f20c9c8c55244d8d254911a" +} + +[deps] + +source_file="res://hall_Material.png" +dest_files=["res://.godot/imported/hall_Material.png-660de93ff60f514e4c86cd51df2169cc.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/head_sprites.tscn b/head_sprites.tscn new file mode 100644 index 0000000..ab5950e --- /dev/null +++ b/head_sprites.tscn @@ -0,0 +1,106 @@ +[gd_scene load_steps=16 format=3 uid="uid://kyeso0rrr8d2"] + +[ext_resource type="Texture2D" uid="uid://bitppfbusv5ru" path="res://bignose.png" id="1_x6qkt"] +[ext_resource type="Texture2D" uid="uid://d1ui584ata70r" path="res://mehgh.png" id="2_uh3t4"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_v7lsl"] +atlas = ExtResource("1_x6qkt") +region = Rect2(0, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_54wi7"] +atlas = ExtResource("1_x6qkt") +region = Rect2(256, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_6nudo"] +atlas = ExtResource("1_x6qkt") +region = Rect2(512, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_dd8vx"] +atlas = ExtResource("1_x6qkt") +region = Rect2(768, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_dd16q"] +atlas = ExtResource("1_x6qkt") +region = Rect2(1024, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_lbo5k"] +atlas = ExtResource("1_x6qkt") +region = Rect2(1280, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_mqjfs"] +atlas = ExtResource("1_x6qkt") +region = Rect2(1536, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_hprn6"] +atlas = ExtResource("1_x6qkt") +region = Rect2(1792, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_c36hq"] +atlas = ExtResource("2_uh3t4") +region = Rect2(0, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ukuld"] +atlas = ExtResource("2_uh3t4") +region = Rect2(128, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_tnt4i"] +atlas = ExtResource("2_uh3t4") +region = Rect2(256, 0, 128, 128) + +[sub_resource type="AtlasTexture" id="AtlasTexture_e6hs4"] +atlas = ExtResource("2_uh3t4") +region = Rect2(384, 0, 128, 128) + +[sub_resource type="SpriteFrames" id="SpriteFrames_ub1ys"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_v7lsl") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_54wi7") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_6nudo") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_dd8vx") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_dd16q") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_lbo5k") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_mqjfs") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_hprn6") +}], +"loop": true, +"name": &"big_nose", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_c36hq") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ukuld") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_tnt4i") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_e6hs4") +}], +"loop": true, +"name": &"megh", +"speed": 5.0 +}] + +[node name="head_sprites" type="AnimatedSprite3D"] +sprite_frames = SubResource("SpriteFrames_ub1ys") +animation = &"megh" +autoplay = "big_nose" diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..9d8b7fa --- /dev/null +++ b/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon.svg.import b/icon.svg.import new file mode 100644 index 0000000..cb367d5 --- /dev/null +++ b/icon.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://6grkcugg762g" +path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon.svg" +dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/jueves_chebe.png b/jueves_chebe.png new file mode 100644 index 0000000..fca7322 Binary files /dev/null and b/jueves_chebe.png differ diff --git a/jueves_chebe.png.import b/jueves_chebe.png.import new file mode 100644 index 0000000..33cdd84 --- /dev/null +++ b/jueves_chebe.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://52rgnb5pdnqn" +path.s3tc="res://.godot/imported/jueves_chebe.png-b26764b75bb4bf609ebf169b8cb748c3.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://jueves_chebe.png" +dest_files=["res://.godot/imported/jueves_chebe.png-b26764b75bb4bf609ebf169b8cb748c3.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/level.tscn b/level.tscn new file mode 100644 index 0000000..74c55f8 --- /dev/null +++ b/level.tscn @@ -0,0 +1,141 @@ +[gd_scene load_steps=22 format=3 uid="uid://c6tw46ulwlhlx"] + +[ext_resource type="PackedScene" uid="uid://c4wvyj1acjnlq" path="res://ghost.tscn" id="2_nkb48"] +[ext_resource type="PackedScene" uid="uid://c74mla2fosacw" path="res://player.tscn" id="2_oiaej"] +[ext_resource type="PackedScene" uid="uid://d4frtn4pe7pnt" path="res://test_4.tscn" id="4_lvwvx"] +[ext_resource type="PackedScene" uid="uid://brpg2qwk0x4jb" path="res://sky_chapel.glb" id="4_y8486"] +[ext_resource type="PackedScene" uid="uid://df5km75w5vocj" path="res://cuadro.tscn" id="5_yc870"] +[ext_resource type="PackedScene" uid="uid://brybev4obe3on" path="res://cross.glb" id="6_h24lv"] +[ext_resource type="PackedScene" uid="uid://d3kc4lw5ei0h2" path="res://standing_sprites.tscn" id="7_w38u4"] +[ext_resource type="PackedScene" uid="uid://kyeso0rrr8d2" path="res://head_sprites.tscn" id="8_5x6f3"] +[ext_resource type="PackedScene" uid="uid://cow8dtn8dk5at" path="res://berty.blend" id="9_eds0t"] +[ext_resource type="PackedScene" uid="uid://vh5nuayhwrca" path="res://angiee.glb" id="10_l4k53"] +[ext_resource type="PackedScene" uid="uid://ksqpie3mkv7u" path="res://din.blend" id="11_dcifn"] +[ext_resource type="PackedScene" uid="uid://dvpdkhf22kxok" path="res://bison.blend" id="12_oolml"] +[ext_resource type="PackedScene" uid="uid://6xxnpd5xjx0r" path="res://lincer.blend" id="13_76yus"] +[ext_resource type="Texture2D" uid="uid://w1vf5a78u8uh" path="res://coolschene.png" id="14_8kpdf"] +[ext_resource type="Texture2D" uid="uid://52rgnb5pdnqn" path="res://jueves_chebe.png" id="15_u5ngf"] +[ext_resource type="PackedScene" uid="uid://2ceopmx14u7x" path="res://glutamato_text.glb" id="16_cg377"] +[ext_resource type="PackedScene" uid="uid://c2e433oxhvfn8" path="res://totem.blend" id="17_d8f0l"] +[ext_resource type="PackedScene" uid="uid://d28gvu327vi6x" path="res://lighty.glb" id="18_b2b5s"] +[ext_resource type="PackedScene" uid="uid://bc7toowbm7yan" path="res://lincer.tscn" id="19_lbkqj"] + +[sub_resource type="Sky" id="Sky_kybgh"] + +[sub_resource type="Environment" id="Environment_bqtbl"] +background_mode = 1 +background_color = Color(0.547609, 0.00174243, 0.750292, 1) +background_energy_multiplier = 0.83 +sky = SubResource("Sky_kybgh") +sky_custom_fov = 13.3 +ambient_light_source = 3 +ambient_light_color = Color(0.867742, 0.318522, 0.673831, 1) +ambient_light_sky_contribution = 0.7 +ambient_light_energy = 4.01 +reflected_light_source = 2 +glow_intensity = 0.72 +glow_bloom = 0.16 +glow_hdr_threshold = 1.42 +glow_hdr_scale = 2.29 +glow_hdr_luminance_cap = 14.65 +fog_light_color = Color(0.692396, 0.000116284, 0.599591, 1) +fog_light_energy = 0.0 +fog_density = 0.0079 +volumetric_fog_density = 0.25 +volumetric_fog_albedo = Color(0.980349, 0.614579, 0.788257, 1) + +[node name="Node3D" type="Node3D"] + +[node name="Player" parent="." instance=ExtResource("2_oiaej")] +transform = Transform3D(0.999999, 0, 0.00113446, 0, 1, 0, -0.00113446, 0, 0.999999, -17.9678, 6.84528, 1.4515) + +[node name="AnimatedSprite3D" parent="." instance=ExtResource("2_nkb48")] +autoplay = "green" +frame_progress = 0.00383805 + +[node name="test4" parent="." instance=ExtResource("4_lvwvx")] +transform = Transform3D(5, 0, 0, 0, 5, 0, 0, 0, 5, -15.7385, -1.56937, 1.56744) + +[node name="sky_chapel" parent="." instance=ExtResource("4_y8486")] +transform = Transform3D(3.5, 0, 0, 0, 3.5, 0, 0, 0, 3.5, 26.2035, 9.01325, 4.91871) + +[node name="Node3D" parent="." instance=ExtResource("5_yc870")] +transform = Transform3D(2.99987, -0.0280645, 0, 0.0280645, 2.99987, 0, 0, 0, 3, 14.0019, 12.6871, -9.33467) + +[node name="cross" parent="." instance=ExtResource("6_h24lv")] +transform = Transform3D(3.13808, -0.136269, 1.54399, 0.151849, 3.4967, -1.20671e-05, -1.54254, 0.0669972, 3.14104, 166.449, 5.12995, -100.265) + +[node name="fire_dancer" parent="." instance=ExtResource("7_w38u4")] +transform = Transform3D(5, 0, 0, 0, 5, 0, 0, 0, 5, 35.4538, 18.5639, 0.0971794) +animation = &"fire_dancer" + +[node name="fire_dancer2" parent="." instance=ExtResource("7_w38u4")] +transform = Transform3D(5, 0, 0, 0, 5, 0, 0, 0, 5, 16.4441, 18.5639, 0.0971794) +animation = &"fire_dancer" + +[node name="fire_dancer3" parent="." instance=ExtResource("7_w38u4")] +transform = Transform3D(200, 0, 0, 0, 200, 0, 0, 0, 200, 125.135, 18.5639, 1516.19) +animation = &"raisi" +autoplay = "raisi" + +[node name="head_sprites" parent="." instance=ExtResource("8_5x6f3")] +transform = Transform3D(8, 0, 0, 0, 8, 0, 0, 0, 8, 26.6514, 18.3328, 4.06017) +animation = &"big_nose" + +[node name="standing_sprite" parent="." instance=ExtResource("7_w38u4")] +transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 26.9898, 7.35785, -46.6536) +autoplay = "kafka" +frame_progress = 0.368058 + +[node name="berty" parent="." instance=ExtResource("9_eds0t")] +transform = Transform3D(-22.0034, -13.6309, 15.1673, -11.2229, 26.7245, 7.73613, -17.0263, 0, -24.7003, 95.6059, 70.8863, 41.6293) + +[node name="angiee" parent="." instance=ExtResource("10_l4k53")] +transform = Transform3D(-9.23017, -11.6906, -39.0615, -10.5281, 26.8333, -12.4719, 26.5323, 6.58059, -18.5378, 74.295, 41.5671, -101.397) + +[node name="bison" parent="." instance=ExtResource("12_oolml")] +transform = Transform3D(10, 0, 0, 0, 10, 0, 0, 0, 10, 194.472, -2.36744, 14.0011) + +[node name="bison2" parent="." instance=ExtResource("12_oolml")] +transform = Transform3D(-13.9185, 0, 48.0237, 0, 50, 0, -48.0237, 0, -13.9185, 339.43, -2.36744, -15.7706) + +[node name="bison3" parent="." instance=ExtResource("12_oolml")] +transform = Transform3D(14.4, 0, 0, 0, 12, 0, 0, 0, 12, 243.712, -2.36744, 4.85927) + +[node name="lincer" parent="." instance=ExtResource("13_76yus")] +transform = Transform3D(0.907705, 0.417534, 0.0416895, -0.419061, 0.89695, 0.140956, 0.0214602, -0.145417, 0.989138, -89.7678, 4.69474, 2.72185) + +[node name="WorldEnvironment" type="WorldEnvironment" parent="."] +environment = SubResource("Environment_bqtbl") + +[node name="coolscene" type="Sprite3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 25.3151, 13.5971, -23.1805) +texture = ExtResource("14_8kpdf") + +[node name="jueves" type="Sprite3D" parent="."] +transform = Transform3D(-2.18557e-08, 0, -0.5, 0, 0.5, 0, 0.5, 0, -2.18557e-08, 40.8971, 13.5971, -10.3417) +texture = ExtResource("15_u5ngf") + +[node name="glutamato_text" parent="." instance=ExtResource("16_cg377")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.99229, 5.12522, -14.9028) + +[node name="totem" parent="." instance=ExtResource("17_d8f0l")] +transform = Transform3D(5, 0, 0, 0, 4.19758, -2.71668, 0, 2.71668, 4.19758, -0.604326, 3.26361, -8.0542) + +[node name="lincer2" parent="." instance=ExtResource("19_lbkqj")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -78.2644, 5.5592, -2.83976) + +[node name="din" parent="." instance=ExtResource("11_dcifn")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 47.6862, 15.2286, 2.02325) + +[node name="din2" parent="." instance=ExtResource("11_dcifn")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 47.6862, 15.2286, 2.02325) + +[node name="din3" parent="." instance=ExtResource("11_dcifn")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -225.693, 550.736, 732.061) + +[node name="din4" parent="." instance=ExtResource("11_dcifn")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -88.6745, 4.47451, 11.9826) + +[node name="lighty" parent="." instance=ExtResource("18_b2b5s")] +transform = Transform3D(10, 0, 0, 0, 10, 0, 0, 0, 10, -58.7887, -4.61453, 1.10803) diff --git a/level_body_est.tscn b/level_body_est.tscn new file mode 100644 index 0000000..d56b6f3 --- /dev/null +++ b/level_body_est.tscn @@ -0,0 +1,12 @@ +[gd_scene load_steps=3 format=3 uid="uid://ye2qh6v5lknk"] + +[ext_resource type="PackedScene" uid="uid://b1xvc4c33vvqy" path="res://levels/test_body.blend" id="1_e20at"] +[ext_resource type="PackedScene" uid="uid://c74mla2fosacw" path="res://player.tscn" id="2_qp6il"] + +[node name="Node3D" type="Node3D"] + +[node name="test_body" parent="." instance=ExtResource("1_e20at")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.36839, 0, -0.458286) + +[node name="Player" parent="." instance=ExtResource("2_qp6il")] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, -3.04476, 1.34518, 0.327724) diff --git a/levels/gallerybody.blend b/levels/gallerybody.blend new file mode 100644 index 0000000..5df7baf Binary files /dev/null and b/levels/gallerybody.blend differ diff --git a/levels/gallerybody.blend.import b/levels/gallerybody.blend.import new file mode 100644 index 0000000..92257a7 --- /dev/null +++ b/levels/gallerybody.blend.import @@ -0,0 +1,114 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b65uou207w7gk" +path="res://.godot/imported/gallerybody.blend-b12eb912b689c5324d7308efdbdd13e9.scn" + +[deps] + +source_file="res://levels/gallerybody.blend" +dest_files=["res://.godot/imported/gallerybody.blend-b12eb912b689c5324d7308efdbdd13e9.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Camera/Camera_Orientation": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +}, +"PATH:Light/Light_Orientation": { +"import/skip_import": true +}, +"PATH:Plane_003": { +"generate/physics": true +}, +"PATH:Plane_004": { +"generate/physics": true +}, +"PATH:Plane_005": { +"generate/physics": true +}, +"PATH:Plane_006": { +"generate/physics": true +}, +"PATH:Point": { +"import/skip_import": true +}, +"PATH:back": { +"import/skip_import": true +}, +"PATH:back_001": { +"generate/physics": true +}, +"PATH:back_002": { +"generate/physics": true +}, +"PATH:back_003": { +"generate/physics": true +}, +"PATH:back_004": { +"generate/physics": true +}, +"PATH:floor": { +"generate/physics": true +}, +"PATH:front": { +"generate/physics": true +}, +"PATH:front1": { +"generate/physics": true +}, +"PATH:front2": { +"generate/physics": true +}, +"PATH:roof": { +"generate/physics": true +}, +"PATH:secret_chamber": { +"generate/physics": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/levels/gallerybody.blend1 b/levels/gallerybody.blend1 new file mode 100644 index 0000000..1702eec Binary files /dev/null and b/levels/gallerybody.blend1 differ diff --git a/levels/ostrich.blend b/levels/ostrich.blend new file mode 100644 index 0000000..c6b5ae4 Binary files /dev/null and b/levels/ostrich.blend differ diff --git a/levels/ostrich.blend.import b/levels/ostrich.blend.import new file mode 100644 index 0000000..1d2af8a --- /dev/null +++ b/levels/ostrich.blend.import @@ -0,0 +1,51 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://de50yk6llvsk7" +path="res://.godot/imported/ostrich.blend-61ef56a517ff7f64124effa302a26363.scn" + +[deps] + +source_file="res://levels/ostrich.blend" +dest_files=["res://.godot/imported/ostrich.blend-61ef56a517ff7f64124effa302a26363.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/levels/test_body.blend b/levels/test_body.blend new file mode 100644 index 0000000..971a5da Binary files /dev/null and b/levels/test_body.blend differ diff --git a/levels/test_body.blend.import b/levels/test_body.blend.import new file mode 100644 index 0000000..247f501 --- /dev/null +++ b/levels/test_body.blend.import @@ -0,0 +1,71 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b1xvc4c33vvqy" +path="res://.godot/imported/test_body.blend-e633d4a21a090c3237dbdf56bd92ff77.scn" + +[deps] + +source_file="res://levels/test_body.blend" +dest_files=["res://.godot/imported/test_body.blend-e633d4a21a090c3237dbdf56bd92ff77.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +}, +"PATH:Plane": { +"generate/physics": true, +"physics/body_type": 1 +}, +"PATH:Plane_001": { +"generate/physics": true, +"physics/body_type": 1 +}, +"PATH:Plane_002": { +"generate/physics": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/levels/test_body.blend1 b/levels/test_body.blend1 new file mode 100644 index 0000000..df1cc4f Binary files /dev/null and b/levels/test_body.blend1 differ diff --git a/lighty.glb b/lighty.glb new file mode 100644 index 0000000..2d47e41 Binary files /dev/null and b/lighty.glb differ diff --git a/lighty.glb.import b/lighty.glb.import new file mode 100644 index 0000000..1ef6689 --- /dev/null +++ b/lighty.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://d28gvu327vi6x" +path="res://.godot/imported/lighty.glb-4af62d0aa435bea094d51d44ed48ff04.scn" + +[deps] + +source_file="res://lighty.glb" +dest_files=["res://.godot/imported/lighty.glb-4af62d0aa435bea094d51d44ed48ff04.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Plane_001": { +"generate/physics": true +} +} +} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/lighty.tscn b/lighty.tscn new file mode 100644 index 0000000..07dcd1e --- /dev/null +++ b/lighty.tscn @@ -0,0 +1,74 @@ +[gd_scene load_steps=9 format=3 uid="uid://bgnr323cf4d8y"] + +[ext_resource type="PackedScene" uid="uid://d28gvu327vi6x" path="res://lighty.glb" id="1_rxnhv"] +[ext_resource type="PackedScene" uid="uid://c74mla2fosacw" path="res://player.tscn" id="2_1nfs7"] +[ext_resource type="Shader" path="res://woody.gdshader" id="2_hva1n"] +[ext_resource type="PackedScene" uid="uid://cl5qryjq77gix" path="res://marco.blend" id="4_jimh2"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_bb7p2"] +albedo_color = Color(1, 0.397944, 0.708961, 1) +metallic_specular = 0.04 +roughness = 0.2 + +[sub_resource type="ShaderMaterial" id="ShaderMaterial_3hpfo"] +render_priority = 0 +shader = ExtResource("2_hva1n") +shader_parameter/light_color = Color(0.991141, 0.991123, 0.991513, 1) +shader_parameter/dark_color = Color(0.74902, 0.619608, 0.490196, 1) +shader_parameter/ring_scale = 4.4 +shader_parameter/wave_scale = 8.454 +shader_parameter/random_scale = 4.6 +shader_parameter/noise_scale = 0.03 + +[sub_resource type="Sky" id="Sky_u8wa4"] +sky_material = SubResource("ShaderMaterial_3hpfo") + +[sub_resource type="Environment" id="Environment_2e6cp"] +background_mode = 1 +background_color = Color(0.93829, 0.740832, 0.946098, 1) +sky = SubResource("Sky_u8wa4") +ambient_light_source = 3 +ambient_light_color = Color(1, 0.139306, 0.488702, 1) +reflected_light_source = 1 + +[node name="lighty" instance=ExtResource("1_rxnhv")] +physics_interpolation_mode = 1 +transform = Transform3D(10, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0) + +[node name="Plane" parent="." index="0"] +physics_interpolation_mode = 1 +gi_mode = 2 +surface_material_override/0 = SubResource("StandardMaterial3D_bb7p2") + +[node name="Plane_001" parent="." index="1"] +visible = false + +[node name="StaticBody3D" parent="Plane_001" index="0"] +physics_interpolation_mode = 1 + +[node name="CollisionShape3D" parent="Plane_001/StaticBody3D2" index="0"] +physics_interpolation_mode = 1 + +[node name="Player" parent="." index="2" instance=ExtResource("2_1nfs7")] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 2.31715, 0.370836, -0.128922) + +[node name="WorldEnvironment" type="WorldEnvironment" parent="." index="3"] +environment = SubResource("Environment_2e6cp") + +[node name="OmniLight3D" type="OmniLight3D" parent="." index="4"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.39142, 1.17716, 0.0559696) +light_energy = 12.184 +light_volumetric_fog_energy = 2.293 +light_size = 0.343 +light_specular = 2.116 +shadow_enabled = true +distance_fade_enabled = true +distance_fade_length = 2699.29 +omni_range = 19.177 + +[node name="pastel_pollo" parent="." index="5" instance=ExtResource("4_jimh2")] +transform = Transform3D(-3.27835e-08, 0, 0.75, 0, 0.75, 0, -0.75, 0, -3.27835e-08, 0.099182, 0.839186, 0.859651) + +[node name="OmniLight3D2" type="OmniLight3D" parent="." index="6"] +transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 2.40856, 2.09178, 0.0259356) +omni_range = 29.7892 diff --git a/lighty_Material Base Color.png b/lighty_Material Base Color.png new file mode 100644 index 0000000..408878c Binary files /dev/null and b/lighty_Material Base Color.png differ diff --git a/lighty_Material Base Color.png.import b/lighty_Material Base Color.png.import new file mode 100644 index 0000000..a50db0e --- /dev/null +++ b/lighty_Material Base Color.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dxxakbel5ggqn" +path.s3tc="res://.godot/imported/lighty_Material Base Color.png-f0f87779171150c6c5e7fd4d2649c0ea.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "e5d933d01b5af2e7d5abfbc33a5b66bc" +} + +[deps] + +source_file="res://lighty_Material Base Color.png" +dest_files=["res://.godot/imported/lighty_Material Base Color.png-f0f87779171150c6c5e7fd4d2649c0ea.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/lincer.blend b/lincer.blend new file mode 100644 index 0000000..2b2ff61 Binary files /dev/null and b/lincer.blend differ diff --git a/lincer.blend.import b/lincer.blend.import new file mode 100644 index 0000000..fb18f8a --- /dev/null +++ b/lincer.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://6xxnpd5xjx0r" +path="res://.godot/imported/lincer.blend-457d855448e142492f2de990b83baa62.scn" + +[deps] + +source_file="res://lincer.blend" +dest_files=["res://.godot/imported/lincer.blend-457d855448e142492f2de990b83baa62.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/lincer.tscn b/lincer.tscn new file mode 100644 index 0000000..5a662d6 --- /dev/null +++ b/lincer.tscn @@ -0,0 +1,17 @@ +[gd_scene load_steps=4 format=3 uid="uid://bc7toowbm7yan"] + +[ext_resource type="PackedScene" uid="uid://6xxnpd5xjx0r" path="res://lincer.blend" id="1_ngsmq"] + +[sub_resource type="MeshTexture" id="MeshTexture_g8h41"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_7g0qm"] +metallic = 1.0 +metallic_specular = 0.9 +metallic_texture = SubResource("MeshTexture_g8h41") +roughness = 0.38 +refraction_enabled = true + +[node name="lincer" instance=ExtResource("1_ngsmq")] + +[node name="Cube" parent="." index="0"] +surface_material_override/0 = SubResource("StandardMaterial3D_7g0qm") diff --git a/marco.blend b/marco.blend new file mode 100644 index 0000000..8690b78 Binary files /dev/null and b/marco.blend differ diff --git a/marco.blend.import b/marco.blend.import new file mode 100644 index 0000000..53f6ac8 --- /dev/null +++ b/marco.blend.import @@ -0,0 +1,60 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cl5qryjq77gix" +path="res://.godot/imported/marco.blend-73c2b04912fa548c80139f59cb17a154.scn" + +[deps] + +source_file="res://marco.blend" +dest_files=["res://.godot/imported/marco.blend-73c2b04912fa548c80139f59cb17a154.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/marco.glb b/marco.glb new file mode 100644 index 0000000..203b993 Binary files /dev/null and b/marco.glb differ diff --git a/marco.glb.import b/marco.glb.import new file mode 100644 index 0000000..ddae1d8 --- /dev/null +++ b/marco.glb.import @@ -0,0 +1,36 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b20fd133rp0yj" +path="res://.godot/imported/marco.glb-8cc91a3cc02c4efee44bec0f867b3912.scn" + +[deps] + +source_file="res://marco.glb" +dest_files=["res://.godot/imported/marco.glb-8cc91a3cc02c4efee44bec0f867b3912.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/marco_pastel.png b/marco_pastel.png new file mode 100644 index 0000000..d99e4ca Binary files /dev/null and b/marco_pastel.png differ diff --git a/marco_pastel.png.import b/marco_pastel.png.import new file mode 100644 index 0000000..fa4a5e0 --- /dev/null +++ b/marco_pastel.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://sqk5u2i2s7cg" +path.s3tc="res://.godot/imported/marco_pastel.png-2c63d919751d9ef548f33e6e49e04b10.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "0d06db5f49b35843e7ea9284eb012f95" +} + +[deps] + +source_file="res://marco_pastel.png" +dest_files=["res://.godot/imported/marco_pastel.png-2c63d919751d9ef548f33e6e49e04b10.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/mascara.tscn b/mascara.tscn new file mode 100644 index 0000000..bbb2c36 --- /dev/null +++ b/mascara.tscn @@ -0,0 +1,37 @@ +[gd_scene load_steps=6 format=3 uid="uid://e0p04ulhj73o"] + +[ext_resource type="Script" path="res://unfreeze.gd" id="1_k3fnu"] +[ext_resource type="PackedScene" uid="uid://pfwri7ox7s0r" path="res://mascara_v.blend" id="2_kdapr"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_k5yi4"] +bounce = 0.6 + +[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_04m7c"] +radius = 0.72867 + +[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_i8nuy"] +radius = 1.32741 +height = 2.65482 + +[node name="Area3D" type="Area3D"] +top_level = true +script = ExtResource("1_k3fnu") + +[node name="RigidBody3D" type="RigidBody3D" parent="."] +mass = 10.0 +physics_material_override = SubResource("PhysicsMaterial_k5yi4") +can_sleep = false +freeze = true + +[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0217552, 0.143441, -0.248832) +shape = SubResource("CapsuleShape3D_04m7c") + +[node name="mascara_v" parent="RigidBody3D" instance=ExtResource("2_kdapr")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0505753, 0.148719, -0.206702) +shape = SubResource("CapsuleShape3D_i8nuy") + +[connection signal="body_entered" from="." to="." method="_on_body_entered"] +[connection signal="body_entered" from="RigidBody3D" to="RigidBody3D" method="_on_body_entered"] diff --git a/mascara_v.blend b/mascara_v.blend new file mode 100644 index 0000000..fd0c4d2 Binary files /dev/null and b/mascara_v.blend differ diff --git a/mascara_v.blend.import b/mascara_v.blend.import new file mode 100644 index 0000000..c7857e5 --- /dev/null +++ b/mascara_v.blend.import @@ -0,0 +1,63 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://pfwri7ox7s0r" +path="res://.godot/imported/mascara_v.blend-205c677d916092bce0374d822b5c69a5.scn" + +[deps] + +source_file="res://mascara_v.blend" +dest_files=["res://.godot/imported/mascara_v.blend-205c677d916092bce0374d822b5c69a5.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Empty": { +"import/skip_import": true +}, +"PATH:Point": { +"import/skip_import": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/mehgh.gif b/mehgh.gif new file mode 100644 index 0000000..8b469d7 Binary files /dev/null and b/mehgh.gif differ diff --git a/mehgh.png b/mehgh.png new file mode 100644 index 0000000..3e4fb07 Binary files /dev/null and b/mehgh.png differ diff --git a/mehgh.png.import b/mehgh.png.import new file mode 100644 index 0000000..403ba3c --- /dev/null +++ b/mehgh.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d1ui584ata70r" +path.s3tc="res://.godot/imported/mehgh.png-eed1bcfa85041cd48bcad8d5040d5e07.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://mehgh.png" +dest_files=["res://.godot/imported/mehgh.png-eed1bcfa85041cd48bcad8d5040d5e07.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/miercoles_azulitos.png b/miercoles_azulitos.png new file mode 100644 index 0000000..69e39de Binary files /dev/null and b/miercoles_azulitos.png differ diff --git a/miercoles_azulitos.png.import b/miercoles_azulitos.png.import new file mode 100644 index 0000000..edaca1a --- /dev/null +++ b/miercoles_azulitos.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ratfhgcwayt7" +path="res://.godot/imported/miercoles_azulitos.png-c2e846121cb7f5e257ebbf053dd8f8b9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://miercoles_azulitos.png" +dest_files=["res://.godot/imported/miercoles_azulitos.png-c2e846121cb7f5e257ebbf053dd8f8b9.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/miki11.blend b/miki11.blend new file mode 100644 index 0000000..f738e42 Binary files /dev/null and b/miki11.blend differ diff --git a/miki11.blend.import b/miki11.blend.import new file mode 100644 index 0000000..0d94723 --- /dev/null +++ b/miki11.blend.import @@ -0,0 +1,51 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c4ljj8g18107f" +path="res://.godot/imported/miki11.blend-06d152e0497c247493981fd3a9d137a1.scn" + +[deps] + +source_file="res://miki11.blend" +dest_files=["res://.godot/imported/miki11.blend-06d152e0497c247493981fd3a9d137a1.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/miki11.blend1 b/miki11.blend1 new file mode 100644 index 0000000..ca30a76 Binary files /dev/null and b/miki11.blend1 differ diff --git a/miki11.glb b/miki11.glb new file mode 100644 index 0000000..d63e76f Binary files /dev/null and b/miki11.glb differ diff --git a/miki11.glb.import b/miki11.glb.import new file mode 100644 index 0000000..83ad549 --- /dev/null +++ b/miki11.glb.import @@ -0,0 +1,36 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://d4iokenl0vl01" +path="res://.godot/imported/miki11.glb-2c31d12b5dc7b889b359fca108a97171.scn" + +[deps] + +source_file="res://miki11.glb" +dest_files=["res://.godot/imported/miki11.glb-2c31d12b5dc7b889b359fca108a97171.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/miki11_Material Base Color.png b/miki11_Material Base Color.png new file mode 100644 index 0000000..f237634 Binary files /dev/null and b/miki11_Material Base Color.png differ diff --git a/miki11_Material Base Color.png.import b/miki11_Material Base Color.png.import new file mode 100644 index 0000000..fbb80f1 --- /dev/null +++ b/miki11_Material Base Color.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b51ydd7duq8bm" +path.s3tc="res://.godot/imported/miki11_Material Base Color.png-e8240b4257c7651ba4df2b4ccebf9a63.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "ef2c94cd8bcf78ba1dbc347f07cf208d" +} + +[deps] + +source_file="res://miki11_Material Base Color.png" +dest_files=["res://.godot/imported/miki11_Material Base Color.png-e8240b4257c7651ba4df2b4ccebf9a63.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/miky.tscn b/miky.tscn new file mode 100644 index 0000000..557dcc3 --- /dev/null +++ b/miky.tscn @@ -0,0 +1,15 @@ +[gd_scene load_steps=3 format=3 uid="uid://ct3638m7e672f"] + +[ext_resource type="PackedScene" uid="uid://d4iokenl0vl01" path="res://miki11.glb" id="1_5gswe"] + +[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_wgykb"] +radius = 2.41474 +height = 8.06836 + +[node name="RigidBody3D" type="RigidBody3D"] + +[node name="miki11" parent="." instance=ExtResource("1_5gswe")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.185966, 0) +shape = SubResource("CapsuleShape3D_wgykb") diff --git a/monin.png b/monin.png new file mode 100644 index 0000000..6935cc3 Binary files /dev/null and b/monin.png differ diff --git a/monin.png.import b/monin.png.import new file mode 100644 index 0000000..c6026da --- /dev/null +++ b/monin.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bmy8su87iqhd8" +path.s3tc="res://.godot/imported/monin.png-1a348ee37d7f0145e64ee7a705b556cc.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://monin.png" +dest_files=["res://.godot/imported/monin.png-1a348ee37d7f0145e64ee7a705b556cc.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/nani.png b/nani.png new file mode 100644 index 0000000..b2b7b51 Binary files /dev/null and b/nani.png differ diff --git a/nani.png.import b/nani.png.import new file mode 100644 index 0000000..cb7be03 --- /dev/null +++ b/nani.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c6miuc04vavc0" +path="res://.godot/imported/nani.png-5d22c00e0e7d5f14c959c63af576b0e9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://nani.png" +dest_files=["res://.godot/imported/nani.png-5d22c00e0e7d5f14c959c63af576b0e9.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ok.blend b/ok.blend new file mode 100644 index 0000000..772900e Binary files /dev/null and b/ok.blend differ diff --git a/ok.blend.import b/ok.blend.import new file mode 100644 index 0000000..e64b216 --- /dev/null +++ b/ok.blend.import @@ -0,0 +1,66 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ctuwc8cvco1f8" +path="res://.godot/imported/ok.blend-b065c2930b7b66a86de2ee9bbf328231.scn" + +[deps] + +source_file="res://ok.blend" +dest_files=["res://.godot/imported/ok.blend-b065c2930b7b66a86de2ee9bbf328231.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Camera": { +"import/skip_import": true +}, +"PATH:Light": { +"import/skip_import": true +}, +"PATH:crypts": { +"generate/physics": true +}, +"PATH:stairs": { +"generate/physics": true +} +} +} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true diff --git a/ok.blend1 b/ok.blend1 new file mode 100644 index 0000000..998342f Binary files /dev/null and b/ok.blend1 differ diff --git a/ok.tscn b/ok.tscn new file mode 100644 index 0000000..e0f7f17 --- /dev/null +++ b/ok.tscn @@ -0,0 +1,33 @@ +[gd_scene load_steps=5 format=3 uid="uid://lkisuwqhqnmx"] + +[ext_resource type="PackedScene" uid="uid://ctuwc8cvco1f8" path="res://ok.blend" id="1_0bm4n"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1nvd6"] +albedo_color = Color(0.939961, 0, 0.37517, 1) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_fg64a"] +albedo_color = Color(1, 0.219608, 1, 1) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_gkumi"] +albedo_color = Color(1, 0.337255, 1, 1) + +[node name="ok" instance=ExtResource("1_0bm4n")] + +[node name="main" parent="." index="0"] +surface_material_override/0 = SubResource("StandardMaterial3D_1nvd6") + +[node name="player_ref" parent="." index="1"] +transform = Transform3D(0.146622, 0, 0, 0, 0.146622, 0, 0, 0, 0.146622, 3.99548, 4.13575, -4.23816) + +[node name="stairs" parent="." index="2"] +surface_material_override/0 = SubResource("StandardMaterial3D_fg64a") + +[node name="crypts" parent="." index="3"] +surface_material_override/0 = SubResource("StandardMaterial3D_gkumi") + +[node name="StaticBody3D" parent="crypts" index="0"] +collision_layer = 3 +collision_mask = 3 + +[node name="main_COL" parent="." index="4"] +visible = false diff --git a/ok_main.gd b/ok_main.gd new file mode 100644 index 0000000..9a4fbf5 --- /dev/null +++ b/ok_main.gd @@ -0,0 +1,12 @@ +extends Node3D + + +# Called when the node enters the scene tree for the first time. +func _ready() -> void: + pass # Replace with function body. + + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _process(delta: float) -> void: + if Input.is_action_pressed("restart"): + get_tree().reload_current_scene() diff --git a/ok_main.tscn b/ok_main.tscn new file mode 100644 index 0000000..99b53a4 --- /dev/null +++ b/ok_main.tscn @@ -0,0 +1,102 @@ +[gd_scene load_steps=19 format=3 uid="uid://d3dbto11o83au"] + +[ext_resource type="Script" path="res://ok_main.gd" id="1_vitxq"] +[ext_resource type="PackedScene" uid="uid://lkisuwqhqnmx" path="res://ok.tscn" id="1_ynaxh"] +[ext_resource type="PackedScene" uid="uid://c74mla2fosacw" path="res://player.tscn" id="2_qy88k"] +[ext_resource type="PackedScene" uid="uid://wp7eo3761d2" path="res://groelandia_body.tscn" id="8_e0ihk"] +[ext_resource type="PackedScene" uid="uid://b6wq5koqxd50m" path="res://wacy_out.tscn" id="9_5vmpn"] +[ext_resource type="PackedScene" uid="uid://bvmqfrarfcfeb" path="res://caoba_body.tscn" id="10_w0o57"] +[ext_resource type="PackedScene" uid="uid://dstybr0b8y305" path="res://dini_body.tscn" id="11_1ndrj"] +[ext_resource type="PackedScene" uid="uid://dbo3ofm2dhb6j" path="res://out_body.tscn" id="12_rrwt1"] +[ext_resource type="PackedScene" uid="uid://c0oma3bf4gwuj" path="res://angie_body.tscn" id="13_h3cxh"] +[ext_resource type="PackedScene" uid="uid://cynwv0ru00b6w" path="res://ah_true_body.tscn" id="13_jfwfp"] +[ext_resource type="PackedScene" uid="uid://c75traasc254t" path="res://din_body.tscn" id="14_4vbhm"] +[ext_resource type="PackedScene" uid="uid://bynmt6ae5rihn" path="res://cortal_body.tscn" id="14_5xann"] +[ext_resource type="PackedScene" uid="uid://c7lt84jefewle" path="res://pastel_body.tscn" id="14_l7mcu"] +[ext_resource type="PackedScene" uid="uid://dji5vsy7xvc55" path="res://ah_body.tscn" id="15_o7ytl"] +[ext_resource type="PackedScene" uid="uid://dafk7dviniope" path="res://yanoai_body.tscn" id="15_tlxhi"] +[ext_resource type="PackedScene" uid="uid://dv6l50jx1lrfv" path="res://totembody.tscn" id="16_0512f"] + +[sub_resource type="Sky" id="Sky_1ibsg"] + +[sub_resource type="Environment" id="Environment_nvhh3"] +background_mode = 1 +background_color = Color(0.581834, 0.341362, 0.796722, 1) +sky = SubResource("Sky_1ibsg") +ambient_light_source = 3 +ambient_light_color = Color(0.894207, 0.479026, 0.732176, 1) + +[node name="Node3D" type="Node3D"] +script = ExtResource("1_vitxq") + +[node name="ok" parent="." instance=ExtResource("1_ynaxh")] +transform = Transform3D(8, 0, 0, 0, 8, 0, 0, 0, 8, -0.00207841, -1.85551, 1.3466) + +[node name="WorldEnvironment" type="WorldEnvironment" parent="."] +environment = SubResource("Environment_nvhh3") + +[node name="OmniLight3D" type="OmniLight3D" parent="." groups=["flicker_lights"]] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 14.1826, 19.3198, 8.55936) +light_energy = 4.598 +omni_range = 47.5789 + +[node name="OmniLight3D2" type="OmniLight3D" parent="." groups=["flicker_lights"]] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -23.8791, 15.9203, 9.97851) +light_energy = 12.739 +omni_range = 22.7705 + +[node name="OmniLight3D3" type="OmniLight3D" parent="." groups=["flicker_lights"]] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13.9471, 14.5754, 11.8381) +omni_range = 3.61074 + +[node name="din_box" parent="." instance=ExtResource("14_4vbhm")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -25.9227, 15.6884, 12.4814) +mass = 10.0 + +[node name="RigidBody3D2" parent="." instance=ExtResource("13_h3cxh")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13.5936, 19.2638, 5.71671) + +[node name="pastel_cuadro" parent="." instance=ExtResource("14_l7mcu")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 18.7463, 16.0073, 18.9906) + +[node name="Area3D" parent="." instance=ExtResource("15_tlxhi")] +transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 24.1536, 16.3505, 15.6287) + +[node name="Area3D2" parent="." instance=ExtResource("8_e0ihk")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 10.9483, 15.9607, 19.5788) + +[node name="Area3D3" parent="." instance=ExtResource("9_5vmpn")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 3.26535, 16.0955, 20.079) + +[node name="Area3D4" parent="." instance=ExtResource("10_w0o57")] +transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -5.7697, 16.0013, 19.6769) + +[node name="Area3D5" parent="." instance=ExtResource("11_1ndrj")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12.4385, 16.7455, 15.7328) + +[node name="Area3D6" parent="." instance=ExtResource("12_rrwt1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -14.2123, 16.1218, 2.70335) + +[node name="Area3D7" parent="." instance=ExtResource("13_jfwfp")] +transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -9.70123, 16.1321, -1.39927) + +[node name="Area3D8" parent="." instance=ExtResource("14_5xann")] +transform = Transform3D(0.0543227, 0, -0.998523, 0, 1, 0, 0.998523, 0, 0.0543227, 19.1974, 16.2805, -1.12117) + +[node name="Area3D9" parent="." instance=ExtResource("15_o7ytl")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 24.2128, 15.8843, 2.88517) + +[node name="totembody" parent="." instance=ExtResource("16_0512f")] +transform = Transform3D(0.800805, 0, 0.598926, 0, 1, 0, -0.598926, 0, 0.800805, -1.30497, 10.072, 3.42939) +mass = 100.0 + +[node name="Player" parent="." instance=ExtResource("2_qy88k")] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 19.4379, 12.8313, 5.46574) +flicker_intensity = 1.0 + +[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5349, 79.9455, -29.6395) +light_color = Color(0.947488, 0.174165, 0.590416, 1) +light_energy = 2.137 + +[editable path="totembody"] diff --git a/ostrich.glb b/ostrich.glb new file mode 100644 index 0000000..37726af Binary files /dev/null and b/ostrich.glb differ diff --git a/ostrich.glb.import b/ostrich.glb.import new file mode 100644 index 0000000..c18e823 --- /dev/null +++ b/ostrich.glb.import @@ -0,0 +1,36 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dmrkysolng6y1" +path="res://.godot/imported/ostrich.glb-0d1263bfa010308f51c438eac49456ab.scn" + +[deps] + +source_file="res://ostrich.glb" +dest_files=["res://.godot/imported/ostrich.glb-0d1263bfa010308f51c438eac49456ab.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/ostrich.tscn b/ostrich.tscn new file mode 100644 index 0000000..bef33ac --- /dev/null +++ b/ostrich.tscn @@ -0,0 +1,15 @@ +[gd_scene load_steps=3 format=3 uid="uid://byyrpwa4o64yc"] + +[ext_resource type="PackedScene" uid="uid://dmrkysolng6y1" path="res://ostrich.glb" id="1_smrqq"] + +[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_4f4vg"] +radius = 3.13973 +height = 15.1479 + +[node name="ostrich" type="RigidBody3D"] + +[node name="ostrich" parent="." instance=ExtResource("1_smrqq")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 7.14667, 0) +shape = SubResource("CapsuleShape3D_4f4vg") diff --git a/out_body.tscn b/out_body.tscn new file mode 100644 index 0000000..aa88468 --- /dev/null +++ b/out_body.tscn @@ -0,0 +1,37 @@ +[gd_scene load_steps=6 format=3 uid="uid://dbo3ofm2dhb6j"] + +[ext_resource type="Script" path="res://unfreeze.gd" id="1_ttkg0"] +[ext_resource type="PackedScene" uid="uid://bikswyxgwocdt" path="res://cuadros/outoftime.blend" id="2_6wxv1"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_k5yi4"] +bounce = 0.6 + +[sub_resource type="BoxShape3D" id="BoxShape3D_syxxm"] +size = Vector3(0.924446, 5.95655, 4.67223) + +[sub_resource type="BoxShape3D" id="BoxShape3D_4joy6"] +size = Vector3(2.15191, 6.64619, 5.80484) + +[node name="Area3D" type="Area3D"] +top_level = true +script = ExtResource("1_ttkg0") + +[node name="RigidBody3D" type="RigidBody3D" parent="."] +mass = 5.0 +physics_material_override = SubResource("PhysicsMaterial_k5yi4") +can_sleep = false +freeze = true + +[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0217552, 0.0256115, 0.0177237) +shape = SubResource("BoxShape3D_syxxm") + +[node name="outoftime" parent="RigidBody3D/CollisionShape3D" instance=ExtResource("2_6wxv1")] +transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0288181, 0.129071, 0.0955728) +shape = SubResource("BoxShape3D_4joy6") + +[connection signal="body_entered" from="." to="." method="_on_body_entered"] +[connection signal="body_entered" from="RigidBody3D" to="RigidBody3D" method="_on_body_entered"] diff --git a/pastel_body.tscn b/pastel_body.tscn new file mode 100644 index 0000000..56deea2 --- /dev/null +++ b/pastel_body.tscn @@ -0,0 +1,37 @@ +[gd_scene load_steps=6 format=3 uid="uid://c7lt84jefewle"] + +[ext_resource type="Script" path="res://unfreeze.gd" id="1_5r63c"] +[ext_resource type="PackedScene" uid="uid://tm7ovybcv2uk" path="res://cuadros/marco.blend" id="1_tl580"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_k5yi4"] +bounce = 0.6 + +[sub_resource type="BoxShape3D" id="BoxShape3D_syxxm"] +size = Vector3(0.924446, 5.93348, 4.46344) + +[sub_resource type="BoxShape3D" id="BoxShape3D_4joy6"] +size = Vector3(3.20795, 8.55511, 7.26123) + +[node name="Area3D" type="Area3D"] +top_level = true +script = ExtResource("1_5r63c") + +[node name="RigidBody3D" type="RigidBody3D" parent="."] +mass = 20.0 +physics_material_override = SubResource("PhysicsMaterial_k5yi4") +can_sleep = false +freeze = true + +[node name="pastel" parent="RigidBody3D" instance=ExtResource("1_tl580")] +transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0217552, 0.0137119, -0.127533) +shape = SubResource("BoxShape3D_syxxm") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0464783, -0.390961, 0.118408) +shape = SubResource("BoxShape3D_4joy6") + +[connection signal="body_entered" from="." to="." method="_on_body_entered"] +[connection signal="body_entered" from="RigidBody3D" to="RigidBody3D" method="_on_body_entered"] diff --git a/player.gd b/player.gd new file mode 100644 index 0000000..8966fee --- /dev/null +++ b/player.gd @@ -0,0 +1,173 @@ +extends CharacterBody3D + +# Movement settings +@export var speed: float = 5.0 +@export var jump_force: float = 10.0 +@export var gravity: float = 20.0 +@export var push_force: float = 10.0 # Force applied to RigidBody3D +@export var mouse_sensitivity: float = 0.002 # Mouse sensitivity +@export var max_look_angle: float = 90.0 # Maximum vertical look angle +@export var interaction_range: float = 3.0 # Range for interacting with objects +@export var interaction_strenght: int = 10 + +# Ghost mode settings +@export var ghost_mode: bool = false # Toggle ghost mode +@export var ghost_speed: float = 10.0 # Movement speed in ghost mode + +# Collision layers +@export var normal_collision_layer: int = 1 # Layer 1: Normal +@export var ghost_collision_layer: int = 2 # Layer 2: Ghost + +# Light flicker settings +@export var flicker_interval: float = 0.1 # Time between flickers +@export var flicker_intensity: float = 0.5 # Intensity of flicker (0 to 1) +@export var flicker_range: float = 10.0 # Range within which lights flicker +var flicker_timer: float = 0.0 + +func _ready() -> void: + # Capture the mouse so it doesn't leave the game window + Input.set_mouse_mode(Input.MOUSE_MODE_CAPTURED) + # Initialize collision layer based on starting mode + update_collision_layer() + +func _input(event: InputEvent) -> void: + if event is InputEventMouseMotion: + # Rotate the player horizontally (yaw) + rotate_y(-event.relative.x * mouse_sensitivity) + + # Rotate the camera vertically (pitch) + $Camera3D.rotate_x(-event.relative.y * mouse_sensitivity) + $Camera3D.rotation_degrees.x = clamp($Camera3D.rotation_degrees.x, -max_look_angle, max_look_angle) + + # Check for interaction input (e.g., pressing "E") + if event.is_action_pressed("interact"): + interact_with_object() + + # Toggle ghost mode (e.g., pressing "G") + if event.is_action_pressed("toggle_ghost_mode"): + if ghost_mode: + interaction_strenght=10 + else: + interaction_strenght=50 + ghost_mode = !ghost_mode + print("Ghost mode: ", ghost_mode) + # Update collision layer when toggling ghost mode + update_collision_layer() + +func update_collision_layer() -> void: + if ghost_mode: + # Set collision layer and mask for ghost mode + collision_layer = ghost_collision_layer + collision_mask = ghost_collision_layer + else: + # Set collision layer and mask for normal mode + collision_layer = normal_collision_layer + collision_mask = normal_collision_layer + +func _physics_process(delta: float) -> void: + if ghost_mode: + ghost_movement(delta) + flicker_lights(delta) + else: + normal_movement(delta) + +func normal_movement(delta: float) -> void: + var input_direction: Vector3 = Vector3.ZERO + + # Get input for movement + if Input.is_action_pressed("move_forward"): + input_direction.z -= 1 + if Input.is_action_pressed("move_backward"): + input_direction.z += 1 + if Input.is_action_pressed("move_left"): + input_direction.x -= 1 + if Input.is_action_pressed("move_right"): + input_direction.x += 1 + + # Normalize input to prevent faster diagonal movement + input_direction = input_direction.normalized() + + # Apply movement in the camera's direction + var direction: Vector3 = (transform.basis * input_direction).normalized() + velocity.x = direction.x * speed + velocity.z = direction.z * speed + + # Apply gravity + if not is_on_floor(): + velocity.y -= gravity * delta + + # Jumping + if Input.is_action_just_pressed("jump") and is_on_floor(): + velocity.y = jump_force + + # Move the player and detect collisions + move_and_slide() + + # Apply force to RigidBody3D objects on collision + for index in range(get_slide_collision_count()): + var collision = get_slide_collision(index) + var collider = collision.get_collider() + + if collider is RigidBody3D: + # Calculate the direction and force to apply + var force_direction = -collision.get_normal() + var force = force_direction * push_force + + # Apply the force to the RigidBody3D + collider.apply_central_impulse(force) + +func ghost_movement(delta: float) -> void: + var input_direction: Vector3 = Vector3.ZERO + + # Get input for movement + if Input.is_action_pressed("move_forward"): + input_direction.z -= 1 # Forward + if Input.is_action_pressed("move_backward"): + input_direction.z += 1 # Backward + if Input.is_action_pressed("move_left"): + input_direction.x -= 1 # Left + if Input.is_action_pressed("move_right"): + input_direction.x += 1 # Right + + # Normalize input to prevent faster diagonal movement + input_direction = input_direction.normalized() + + # Calculate movement direction relative to the camera + var camera_basis = $Camera3D.global_transform.basis + var direction: Vector3 = ( + camera_basis.z * input_direction.z + # Forward/backward + camera_basis.x * input_direction.x # Left/right + ).normalized() + + # Apply movement + velocity = direction * ghost_speed + + # Move the player + move_and_slide() + +func flicker_lights(delta: float) -> void: + flicker_timer += delta + if flicker_timer >= flicker_interval: + flicker_timer = 0.0 + # Get all lights in the "flicker_lights" group + var lights = get_tree().get_nodes_in_group("flicker_lights") + for light in lights: + if light is OmniLight3D or light is SpotLight3D: + # Check if the light is within range + if light.global_transform.origin.distance_to(global_transform.origin) <= flicker_range: + # Randomly adjust the light's energy + light.light_energy = randf_range(1.0 - flicker_intensity, 1.0 + flicker_intensity) + +func interact_with_object() -> void: + # Raycast to check for interactable objects in front of the player + var raycast = $Camera3D/RayCast3D + if raycast.is_colliding(): + var collider = raycast.get_collider() + + if collider is RigidBody3D: + # Apply a force or torque to flip the object + collider.freeze = false + var flip_force = Vector3(0, interaction_strenght, 0) # Force to flip the object upward + var flip_torque = Vector3(interaction_strenght, 0, 0) # Torque to rotate the object + collider.apply_central_impulse(flip_force) + collider.apply_torque_impulse(flip_torque) diff --git a/player.gd.uid b/player.gd.uid new file mode 100644 index 0000000..7bc3299 --- /dev/null +++ b/player.gd.uid @@ -0,0 +1 @@ +uid://bkdc0ehbo8dwr diff --git a/player.tscn b/player.tscn new file mode 100644 index 0000000..1638a36 --- /dev/null +++ b/player.tscn @@ -0,0 +1,36 @@ +[gd_scene load_steps=4 format=3 uid="uid://c74mla2fosacw"] + +[ext_resource type="Script" path="res://player.gd" id="1_2amqy"] + +[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_ice4f"] +radius = 2.24485 +height = 9.0915 + +[sub_resource type="SphereShape3D" id="SphereShape3D_u0t3u"] +radius = 3.42438 + +[node name="Player" type="CharacterBody3D"] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) +wall_min_slide_angle = 0.349066 +floor_stop_on_slope = false +floor_constant_speed = true +floor_snap_length = 0.13 +safe_margin = 0.02 +script = ExtResource("1_2amqy") +speed = 8.0 + +[node name="Camera3D" type="Camera3D" parent="."] +transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 2.92874, 0) + +[node name="RayCast3D" type="RayCast3D" parent="Camera3D"] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, -0.200669, 0) +target_position = Vector3(0, 0, -5) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) +shape = SubResource("CapsuleShape3D_ice4f") + +[node name="Area3D" type="Area3D" parent="."] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"] +shape = SubResource("SphereShape3D_u0t3u") diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..3d21f3b --- /dev/null +++ b/project.godot @@ -0,0 +1,72 @@ +; 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=5 + +[application] + +config/name="gallery" +run/main_scene="res://ok_main.tscn" +config/features=PackedStringArray("4.3", "GL Compatibility") +config/icon="res://icon.svg" + +[editor] + +movie_writer/movie_file="/home/rafael/Godot4.3/gallery/demo.avi" + +[input] + +move_forward={ +"deadzone": 0.5, +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":119,"location":0,"echo":false,"script":null) +] +} +move_backward={ +"deadzone": 0.5, +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":115,"location":0,"echo":false,"script":null) +] +} +move_left={ +"deadzone": 0.5, +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":97,"location":0,"echo":false,"script":null) +] +} +move_right={ +"deadzone": 0.5, +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":100,"location":0,"echo":false,"script":null) +] +} +jump={ +"deadzone": 0.5, +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"key_label":0,"unicode":32,"location":0,"echo":false,"script":null) +] +} +restart={ +"deadzone": 0.5, +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":82,"key_label":0,"unicode":114,"location":0,"echo":false,"script":null) +] +} +toggle_jetpack={ +"deadzone": 0.5, +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":74,"key_label":0,"unicode":106,"location":0,"echo":false,"script":null) +] +} +interact={ +"deadzone": 0.5, +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":70,"key_label":0,"unicode":102,"location":0,"echo":false,"script":null) +] +} +toggle_ghost_mode={ +"deadzone": 0.5, +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":71,"key_label":0,"unicode":103,"location":0,"echo":false,"script":null) +] +} + +[rendering] + +renderer/rendering_method="gl_compatibility" diff --git a/purple.png b/purple.png new file mode 100644 index 0000000..2bc2866 Binary files /dev/null and b/purple.png differ diff --git a/purple.png.import b/purple.png.import new file mode 100644 index 0000000..2e3a5a2 --- /dev/null +++ b/purple.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://45qmyb0ec4c8" +path.s3tc="res://.godot/imported/purple.png-993a3fae7325db95475822da4ec84ea6.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://purple.png" +dest_files=["res://.godot/imported/purple.png-993a3fae7325db95475822da4ec84ea6.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/purpli.png b/purpli.png new file mode 100644 index 0000000..1bc0c88 Binary files /dev/null and b/purpli.png differ diff --git a/purpli.png.import b/purpli.png.import new file mode 100644 index 0000000..7707c18 --- /dev/null +++ b/purpli.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://beduei3rqct2x" +path.s3tc="res://.godot/imported/purpli.png-5189726c226a81f7f2c51d470e1ef4eb.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://purpli.png" +dest_files=["res://.godot/imported/purpli.png-5189726c226a81f7f2c51d470e1ef4eb.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/raisi.png b/raisi.png new file mode 100644 index 0000000..f58097d Binary files /dev/null and b/raisi.png differ diff --git a/raisi.png.import b/raisi.png.import new file mode 100644 index 0000000..98ee39a --- /dev/null +++ b/raisi.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dr6xscvygco4y" +path.s3tc="res://.godot/imported/raisi.png-7ad8c53fb024ed805392ce5e0d1330f0.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://raisi.png" +dest_files=["res://.godot/imported/raisi.png-7ad8c53fb024ed805392ce5e0d1330f0.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/red.png b/red.png new file mode 100644 index 0000000..e0825f4 Binary files /dev/null and b/red.png differ diff --git a/red.png.import b/red.png.import new file mode 100644 index 0000000..a140b39 --- /dev/null +++ b/red.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c412kg7llxt5a" +path.s3tc="res://.godot/imported/red.png-13f6abb0e0c70056504666ed9c349d99.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://red.png" +dest_files=["res://.godot/imported/red.png-13f6abb0e0c70056504666ed9c349d99.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/resident.tscn b/resident.tscn new file mode 100644 index 0000000..27015f0 --- /dev/null +++ b/resident.tscn @@ -0,0 +1,15 @@ +[gd_scene load_steps=3 format=3 uid="uid://omwxw56mhq4m"] + +[ext_resource type="PackedScene" uid="uid://rwbqu0uvk47s" path="res://eyei.blend" id="1_58lma"] + +[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_6f1es"] +radius = 1.30816 +height = 6.32675 + +[node name="Resident" type="RigidBody3D"] + +[node name="eyei" parent="." instance=ExtResource("1_58lma")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.626228, 0) +shape = SubResource("CapsuleShape3D_6f1es") diff --git a/resized.jpg b/resized.jpg new file mode 100644 index 0000000..6153065 Binary files /dev/null and b/resized.jpg differ diff --git a/resized.jpg.import b/resized.jpg.import new file mode 100644 index 0000000..67a8bce --- /dev/null +++ b/resized.jpg.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://loo3q5huk3wh" +path.s3tc="res://.godot/imported/resized.jpg-94889667ca69b2cbe39a1de8566f27d5.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://resized.jpg" +dest_files=["res://.godot/imported/resized.jpg-94889667ca69b2cbe39a1de8566f27d5.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/resuuu.png b/resuuu.png new file mode 100644 index 0000000..6e80dea Binary files /dev/null and b/resuuu.png differ diff --git a/resuuu.png.import b/resuuu.png.import new file mode 100644 index 0000000..b26268b --- /dev/null +++ b/resuuu.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ds7008kfqydyp" +path.s3tc="res://.godot/imported/resuuu.png-9d8cb12fb0c3f73faad925b5b6cf934a.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://resuuu.png" +dest_files=["res://.godot/imported/resuuu.png-9d8cb12fb0c3f73faad925b5b6cf934a.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/rigidbody.tscn b/rigidbody.tscn new file mode 100644 index 0000000..ecc75de --- /dev/null +++ b/rigidbody.tscn @@ -0,0 +1,26 @@ +[gd_scene load_steps=5 format=3 uid="uid://d38arqfef0mus"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_tsw8h"] +bounce = 0.6 + +[sub_resource type="SphereMesh" id="SphereMesh_jxw6a"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hqfjg"] +albedo_color = Color(1, 0.2, 1, 1) + +[sub_resource type="SphereShape3D" id="SphereShape3D_ud4sx"] + +[node name="Node3D" type="Node3D"] + +[node name="RigidBody3D" type="RigidBody3D" parent="."] +physics_material_override = SubResource("PhysicsMaterial_tsw8h") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="RigidBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0103722, 0, 0) +mesh = SubResource("SphereMesh_jxw6a") +skeleton = NodePath("") +surface_material_override/0 = SubResource("StandardMaterial3D_hqfjg") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0103722, 0, 0) +shape = SubResource("SphereShape3D_ud4sx") diff --git a/rigidbody_scale.gd b/rigidbody_scale.gd new file mode 100644 index 0000000..207bc69 --- /dev/null +++ b/rigidbody_scale.gd @@ -0,0 +1,46 @@ +@tool +extends RigidBody3D + +# Store the original scale of the RigidBody3D +var original_scale: Vector3 = Vector3.ONE + +# Store the original properties of the collision shape +var original_extents: Vector3 # For BoxShape3D +var original_radius: float # For SphereShape3D and CapsuleShape3D +var original_height: float # For CapsuleShape3D + +func _ready(): + # Save the original properties of the collision shape + if $CollisionShape3D.shape: + if $CollisionShape3D.shape is BoxShape3D: + original_extents = $CollisionShape3D.shape.extents + elif $CollisionShape3D.shape is SphereShape3D: + original_radius = $CollisionShape3D.shape.radius + elif $CollisionShape3D.shape is CapsuleShape3D: + original_radius = $CollisionShape3D.shape.radius + original_height = $CollisionShape3D.shape.height + +func _process(delta): + if Engine.is_editor_hint(): # Only run in the editor + if scale != original_scale: + # Apply the scale to the MeshInstance3D + $MeshInstance3D.scale = scale + + # Apply the scale to the CollisionShape3D + if $CollisionShape3D.shape: + var average_scale = (scale.x + scale.y + scale.z) / 3.0 # Uniform scaling + + if $CollisionShape3D.shape is BoxShape3D: + # Scale the extents of the BoxShape3D + $CollisionShape3D.shape.extents = original_extents * average_scale + elif $CollisionShape3D.shape is SphereShape3D: + # Scale the radius of the SphereShape3D + $CollisionShape3D.shape.radius = original_radius * average_scale + elif $CollisionShape3D.shape is CapsuleShape3D: + # Scale the radius and height of the CapsuleShape3D + $CollisionShape3D.shape.radius = original_radius * average_scale + $CollisionShape3D.shape.height = original_height * average_scale + + # Reset the RigidBody3D's scale to avoid physics issues + scale = Vector3.ONE + original_scale = scale diff --git a/rigidbody_scale.gd.uid b/rigidbody_scale.gd.uid new file mode 100644 index 0000000..20a65a6 --- /dev/null +++ b/rigidbody_scale.gd.uid @@ -0,0 +1 @@ +uid://ckb2hshxs3de5 diff --git a/rustyblue.tres b/rustyblue.tres new file mode 100644 index 0000000..a227e35 --- /dev/null +++ b/rustyblue.tres @@ -0,0 +1,6 @@ +[gd_resource type="StandardMaterial3D" format=3 uid="uid://dcncg0fjfj20p"] + +[resource] +resource_name = "rustyblue" +cull_mode = 2 +metallic = 1.0 diff --git a/sky_chapel.glb b/sky_chapel.glb new file mode 100644 index 0000000..d6fe304 Binary files /dev/null and b/sky_chapel.glb differ diff --git a/sky_chapel.glb.import b/sky_chapel.glb.import new file mode 100644 index 0000000..65dbbf4 --- /dev/null +++ b/sky_chapel.glb.import @@ -0,0 +1,36 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://brpg2qwk0x4jb" +path="res://.godot/imported/sky_chapel.glb-f2fd54f4d7d570d8020dcb148ec82a64.scn" + +[deps] + +source_file="res://sky_chapel.glb" +dest_files=["res://.godot/imported/sky_chapel.glb-f2fd54f4d7d570d8020dcb148ec82a64.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/sky_chapel_Material Base Color.png b/sky_chapel_Material Base Color.png new file mode 100644 index 0000000..e4fa125 Binary files /dev/null and b/sky_chapel_Material Base Color.png differ diff --git a/sky_chapel_Material Base Color.png.import b/sky_chapel_Material Base Color.png.import new file mode 100644 index 0000000..f17ec5a --- /dev/null +++ b/sky_chapel_Material Base Color.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://chf5h8qvo7lxy" +path.s3tc="res://.godot/imported/sky_chapel_Material Base Color.png-2e3aa610a45f11cbde1fb02fcb5b01b2.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "7b8a8c29dec7d6f142e1dfc697ee3cc8" +} + +[deps] + +source_file="res://sky_chapel_Material Base Color.png" +dest_files=["res://.godot/imported/sky_chapel_Material Base Color.png-2e3aa610a45f11cbde1fb02fcb5b01b2.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/standing_sprites.tscn b/standing_sprites.tscn new file mode 100644 index 0000000..aa9f108 --- /dev/null +++ b/standing_sprites.tscn @@ -0,0 +1,285 @@ +[gd_scene load_steps=42 format=3 uid="uid://d3kc4lw5ei0h2"] + +[ext_resource type="Texture2D" uid="uid://d08rxfoctf4kb" path="res://fire.png" id="1_b41vr"] +[ext_resource type="Texture2D" uid="uid://bvxmbsstnh8qv" path="res://dancin.png" id="2_y6knl"] +[ext_resource type="Texture2D" uid="uid://bmy8su87iqhd8" path="res://monin.png" id="3_30sa6"] +[ext_resource type="Texture2D" uid="uid://beduei3rqct2x" path="res://purpli.png" id="4_jvsy3"] +[ext_resource type="Texture2D" uid="uid://dr6xscvygco4y" path="res://raisi.png" id="5_yxjml"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_4054e"] +atlas = ExtResource("1_b41vr") +region = Rect2(0, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_7ekea"] +atlas = ExtResource("1_b41vr") +region = Rect2(256, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_eqscq"] +atlas = ExtResource("1_b41vr") +region = Rect2(512, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_43x2m"] +atlas = ExtResource("2_y6knl") +region = Rect2(0, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_18fx7"] +atlas = ExtResource("2_y6knl") +region = Rect2(256, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_10ou8"] +atlas = ExtResource("2_y6knl") +region = Rect2(512, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_md38u"] +atlas = ExtResource("2_y6knl") +region = Rect2(768, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_5b8eq"] +atlas = ExtResource("3_30sa6") +region = Rect2(0, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_oys3r"] +atlas = ExtResource("3_30sa6") +region = Rect2(256, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_qtlpy"] +atlas = ExtResource("3_30sa6") +region = Rect2(512, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_fs1ac"] +atlas = ExtResource("3_30sa6") +region = Rect2(768, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_flpsa"] +atlas = ExtResource("4_jvsy3") +region = Rect2(0, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_2141b"] +atlas = ExtResource("4_jvsy3") +region = Rect2(256, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_w7o12"] +atlas = ExtResource("4_jvsy3") +region = Rect2(512, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_l8ni6"] +atlas = ExtResource("4_jvsy3") +region = Rect2(768, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_u81gb"] +atlas = ExtResource("4_jvsy3") +region = Rect2(1024, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ihsb5"] +atlas = ExtResource("4_jvsy3") +region = Rect2(1280, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_mwio3"] +atlas = ExtResource("4_jvsy3") +region = Rect2(1536, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_0b6e3"] +atlas = ExtResource("4_jvsy3") +region = Rect2(1792, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_x4x5e"] +atlas = ExtResource("4_jvsy3") +region = Rect2(2048, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_ys061"] +atlas = ExtResource("4_jvsy3") +region = Rect2(2304, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_spxp8"] +atlas = ExtResource("4_jvsy3") +region = Rect2(2560, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_lshu7"] +atlas = ExtResource("5_yxjml") +region = Rect2(0, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_6lk5k"] +atlas = ExtResource("5_yxjml") +region = Rect2(256, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_h5n5u"] +atlas = ExtResource("5_yxjml") +region = Rect2(512, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_4f0my"] +atlas = ExtResource("5_yxjml") +region = Rect2(768, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_0s2kl"] +atlas = ExtResource("5_yxjml") +region = Rect2(1024, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_0jyd0"] +atlas = ExtResource("5_yxjml") +region = Rect2(1280, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_k8jlm"] +atlas = ExtResource("5_yxjml") +region = Rect2(1536, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_b7uws"] +atlas = ExtResource("5_yxjml") +region = Rect2(1792, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_y12gl"] +atlas = ExtResource("5_yxjml") +region = Rect2(2048, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_i2jlt"] +atlas = ExtResource("5_yxjml") +region = Rect2(2304, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_1fnmp"] +atlas = ExtResource("5_yxjml") +region = Rect2(2560, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_m5jg4"] +atlas = ExtResource("5_yxjml") +region = Rect2(2816, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_bxmpb"] +atlas = ExtResource("5_yxjml") +region = Rect2(3072, 0, 256, 256) + +[sub_resource type="SpriteFrames" id="SpriteFrames_k8ljd"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_4054e") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_7ekea") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_eqscq") +}], +"loop": true, +"name": &"fire_dancer", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_43x2m") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_18fx7") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_10ou8") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_md38u") +}], +"loop": true, +"name": &"kafka", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_5b8eq") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_oys3r") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_qtlpy") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_fs1ac") +}], +"loop": true, +"name": &"monin", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_flpsa") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_2141b") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_w7o12") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_l8ni6") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_u81gb") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ihsb5") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_mwio3") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_0b6e3") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_x4x5e") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_ys061") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_spxp8") +}], +"loop": true, +"name": &"purpli", +"speed": 5.0 +}, { +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_lshu7") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_6lk5k") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_h5n5u") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_4f0my") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_0s2kl") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_0jyd0") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_k8jlm") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_b7uws") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_y12gl") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_i2jlt") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_1fnmp") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_m5jg4") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_bxmpb") +}], +"loop": true, +"name": &"raisi", +"speed": 5.0 +}] + +[node name="standing_sprite" type="AnimatedSprite3D"] +sprite_frames = SubResource("SpriteFrames_k8ljd") +animation = &"kafka" +autoplay = "fire_dancer" diff --git a/sun.gdshader b/sun.gdshader new file mode 100644 index 0000000..2a4e99c --- /dev/null +++ b/sun.gdshader @@ -0,0 +1,9 @@ +shader_type spatial; + +uniform vec4 albedo : source_color; +uniform float emission_energy : hint_range(0, 10) = 1.0; + +void fragment() { + ALBEDO = albedo.rgb; + EMISSION = albedo.rgb * emission_energy; +} \ No newline at end of file diff --git a/sun.gdshader.uid b/sun.gdshader.uid new file mode 100644 index 0000000..b78424b --- /dev/null +++ b/sun.gdshader.uid @@ -0,0 +1 @@ +uid://lv47b75s38sn diff --git a/sun.tscn b/sun.tscn new file mode 100644 index 0000000..45b232e --- /dev/null +++ b/sun.tscn @@ -0,0 +1,18 @@ +[gd_scene load_steps=4 format=3 uid="uid://ddvjmsxxw475i"] + +[ext_resource type="Shader" path="res://sun.gdshader" id="1_aq1xg"] + +[sub_resource type="SphereMesh" id="SphereMesh_uixs1"] + +[sub_resource type="ShaderMaterial" id="ShaderMaterial_fxo68"] +render_priority = 0 +shader = ExtResource("1_aq1xg") +shader_parameter/albedo = Color(0.714593, 0, 0.341163, 1) +shader_parameter/emission_energy = 1.0 + +[node name="MeshInstance3D" type="MeshInstance3D"] +mesh = SubResource("SphereMesh_uixs1") +surface_material_override/0 = SubResource("ShaderMaterial_fxo68") + +[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 0.890919, 0.454162, 0, -0.454162, 0.890919, 0, 0, 0) diff --git a/test.glb b/test.glb new file mode 100644 index 0000000..70c882b Binary files /dev/null and b/test.glb differ diff --git a/test.glb.import b/test.glb.import new file mode 100644 index 0000000..e9276ac --- /dev/null +++ b/test.glb.import @@ -0,0 +1,48 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cgq1g85igq7i7" +path="res://.godot/imported/test.glb-b7cd63e55133c35658a284ee17d9a0db.scn" + +[deps] + +source_file="res://test.glb" +dest_files=["res://.godot/imported/test.glb-b7cd63e55133c35658a284ee17d9a0db.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={ +"nodes": { +"PATH:Plane": { +"generate/physics": true +}, +"PATH:Plane_001": { +"generate/physics": true +}, +"PATH:Plane_002": { +"generate/physics": true +} +} +} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/test2_Material.png b/test2_Material.png new file mode 100644 index 0000000..12795e7 Binary files /dev/null and b/test2_Material.png differ diff --git a/test2_Material.png.import b/test2_Material.png.import new file mode 100644 index 0000000..dd2d0aa --- /dev/null +++ b/test2_Material.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bdja0klid5kr4" +path="res://.godot/imported/test2_Material.png-9850570e5d7a618c8a56501cd30a9599.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://test2_Material.png" +dest_files=["res://.godot/imported/test2_Material.png-9850570e5d7a618c8a56501cd30a9599.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/test2_col.glb b/test2_col.glb new file mode 100644 index 0000000..720ec78 Binary files /dev/null and b/test2_col.glb differ diff --git a/test2_col.glb.import b/test2_col.glb.import new file mode 100644 index 0000000..76f1bad --- /dev/null +++ b/test2_col.glb.import @@ -0,0 +1,36 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bvt8cho778vie" +path="res://.godot/imported/test2_col.glb-85fdf998c324046b40587b23b2adcc36.scn" + +[deps] + +source_file="res://test2_col.glb" +dest_files=["res://.godot/imported/test2_col.glb-85fdf998c324046b40587b23b2adcc36.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/test2_col_Material.png b/test2_col_Material.png new file mode 100644 index 0000000..12795e7 Binary files /dev/null and b/test2_col_Material.png differ diff --git a/test2_col_Material.png.import b/test2_col_Material.png.import new file mode 100644 index 0000000..1409995 --- /dev/null +++ b/test2_col_Material.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c2kvxxskiwpvn" +path.s3tc="res://.godot/imported/test2_col_Material.png-7feeb69770287ae7cadc5a047934020b.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "de7d720b626c39be315ac875f91fb009" +} + +[deps] + +source_file="res://test2_col_Material.png" +dest_files=["res://.godot/imported/test2_col_Material.png-7feeb69770287ae7cadc5a047934020b.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/test4.glb b/test4.glb new file mode 100644 index 0000000..b5d1970 Binary files /dev/null and b/test4.glb differ diff --git a/test4.glb.import b/test4.glb.import new file mode 100644 index 0000000..a4db19a --- /dev/null +++ b/test4.glb.import @@ -0,0 +1,36 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bb0725a2wnkec" +path="res://.godot/imported/test4.glb-0a6d7ed80a47c50980f2d11602ce5358.scn" + +[deps] + +source_file="res://test4.glb" +dest_files=["res://.godot/imported/test4.glb-0a6d7ed80a47c50980f2d11602ce5358.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/test4_Material.png b/test4_Material.png new file mode 100644 index 0000000..a5e2fc9 Binary files /dev/null and b/test4_Material.png differ diff --git a/test4_Material.png.import b/test4_Material.png.import new file mode 100644 index 0000000..3305545 --- /dev/null +++ b/test4_Material.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cafxmdpqm8fdw" +path.s3tc="res://.godot/imported/test4_Material.png-cfc4d0c9c846cfac5d167e638b2bdaa5.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "409610f5c69a4135459330fa49b7012d" +} + +[deps] + +source_file="res://test4_Material.png" +dest_files=["res://.godot/imported/test4_Material.png-cfc4d0c9c846cfac5d167e638b2bdaa5.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/test_4.tscn b/test_4.tscn new file mode 100644 index 0000000..310c639 --- /dev/null +++ b/test_4.tscn @@ -0,0 +1,8 @@ +[gd_scene load_steps=2 format=3 uid="uid://d4frtn4pe7pnt"] + +[ext_resource type="PackedScene" uid="uid://bb0725a2wnkec" path="res://test4.glb" id="1_pqt5j"] + +[node name="test4" instance=ExtResource("1_pqt5j")] + +[node name="Plane_COL" parent="." index="0"] +visible = false diff --git a/test_body2.tscn b/test_body2.tscn new file mode 100644 index 0000000..81114be --- /dev/null +++ b/test_body2.tscn @@ -0,0 +1,9 @@ +[gd_scene load_steps=3 format=3 uid="uid://jd5e52801qe3"] + +[ext_resource type="PackedScene" uid="uid://b1xvc4c33vvqy" path="res://levels/test_body.blend" id="1_yb1cr"] +[ext_resource type="PackedScene" uid="uid://c74mla2fosacw" path="res://player.tscn" id="2_kqnju"] + +[node name="test_body" instance=ExtResource("1_yb1cr")] + +[node name="Player" parent="Plane" index="2" instance=ExtResource("2_kqnju")] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, -0.0552359, 2.04406, 1.47136) diff --git a/textures/Material Base Color.png b/textures/Material Base Color.png new file mode 100644 index 0000000..8bbd697 Binary files /dev/null and b/textures/Material Base Color.png differ diff --git a/textures/Material Base Color.png.import b/textures/Material Base Color.png.import new file mode 100644 index 0000000..f9afb8f --- /dev/null +++ b/textures/Material Base Color.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://o8qrpre1c0im" +path.s3tc="res://.godot/imported/Material Base Color.png-084799a3120ee1493c17c65827c7ef01.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://textures/Material Base Color.png" +dest_files=["res://.godot/imported/Material Base Color.png-084799a3120ee1493c17c65827c7ef01.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/textures/Material.001 Base Color.001.png b/textures/Material.001 Base Color.001.png new file mode 100644 index 0000000..dfa611c Binary files /dev/null and b/textures/Material.001 Base Color.001.png differ diff --git a/textures/Material.001 Base Color.001.png.import b/textures/Material.001 Base Color.001.png.import new file mode 100644 index 0000000..d4219ce --- /dev/null +++ b/textures/Material.001 Base Color.001.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://v6ssvojc15fc" +path.s3tc="res://.godot/imported/Material.001 Base Color.001.png-6f1ab885da589c7b814f63bc3efe1bfa.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://textures/Material.001 Base Color.001.png" +dest_files=["res://.godot/imported/Material.001 Base Color.001.png-6f1ab885da589c7b814f63bc3efe1bfa.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/textures/pastel.png b/textures/pastel.png new file mode 100644 index 0000000..448114b Binary files /dev/null and b/textures/pastel.png differ diff --git a/textures/pastel.png.import b/textures/pastel.png.import new file mode 100644 index 0000000..d845160 --- /dev/null +++ b/textures/pastel.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dumc8qvv44s7c" +path="res://.godot/imported/pastel.png-6d1889a7696786a1a57ab081ef452bd2.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://textures/pastel.png" +dest_files=["res://.godot/imported/pastel.png-6d1889a7696786a1a57ab081ef452bd2.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/totem.glb b/totem.glb new file mode 100644 index 0000000..6b594aa Binary files /dev/null and b/totem.glb differ diff --git a/totem.glb.import b/totem.glb.import new file mode 100644 index 0000000..049f740 --- /dev/null +++ b/totem.glb.import @@ -0,0 +1,36 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://hu3338em7nnb" +path="res://.godot/imported/totem.glb-a6f259be99888af1dfd66582bc0a8693.scn" + +[deps] + +source_file="res://totem.glb" +dest_files=["res://.godot/imported/totem.glb-a6f259be99888af1dfd66582bc0a8693.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/totem.tscn b/totem.tscn new file mode 100644 index 0000000..534f2b7 --- /dev/null +++ b/totem.tscn @@ -0,0 +1,16 @@ +[gd_scene load_steps=3 format=3 uid="uid://bbof0qw4cdkdv"] + +[ext_resource type="PackedScene" uid="uid://hu3338em7nnb" path="res://totem.glb" id="1_ol35c"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_fyi2x"] +albedo_color = Color(0.996065, 0.0756401, 1.92523e-07, 1) +metallic = 0.48 +metallic_specular = 0.76 +roughness = 0.4 + +[node name="totem" instance=ExtResource("1_ol35c")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.284134, 0) + +[node name="Plane" parent="." index="0"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.135599, 0) +surface_material_override/0 = SubResource("StandardMaterial3D_fyi2x") diff --git a/totembody.tscn b/totembody.tscn new file mode 100644 index 0000000..e38bbcb --- /dev/null +++ b/totembody.tscn @@ -0,0 +1,17 @@ +[gd_scene load_steps=3 format=3 uid="uid://dv6l50jx1lrfv"] + +[ext_resource type="PackedScene" uid="uid://bbof0qw4cdkdv" path="res://totem.tscn" id="1_mxfc6"] + +[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_35d8c"] +radius = 2.02607 +height = 10.2118 + +[node name="totembody" type="RigidBody3D"] +mass = 50.0 + +[node name="totem" parent="." instance=ExtResource("1_mxfc6")] +transform = Transform3D(5, 0, 0, 0, 5, 0, 0, 0, 5, 0, 0.284134, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00526787, 7.07729, -1.08083) +shape = SubResource("CapsuleShape3D_35d8c") diff --git a/unfreeze.gd b/unfreeze.gd new file mode 100644 index 0000000..d82be67 --- /dev/null +++ b/unfreeze.gd @@ -0,0 +1,16 @@ +extends Area3D + +func _ready(): + # Ensure the RigidBody3D child is frozen initially + var rigid_body = get_node("RigidBody3D") + if rigid_body: + rigid_body.freeze = true + +func _on_body_entered(body): + # Check if the entering body is a Character3D or RigidBody3D and not a child of this Area3D + if (body is CharacterBody3D or body is RigidBody3D) and not is_ancestor_of(body): + print("body") + # Unfreeze the RigidBody3D child + var rigid_body = get_node("RigidBody3D") + if rigid_body: + rigid_body.freeze = false diff --git a/unfreeze.gd.uid b/unfreeze.gd.uid new file mode 100644 index 0000000..6b36a00 --- /dev/null +++ b/unfreeze.gd.uid @@ -0,0 +1 @@ +uid://cqb3hln5nwhl8 diff --git a/wacy.glb b/wacy.glb new file mode 100644 index 0000000..03018c7 Binary files /dev/null and b/wacy.glb differ diff --git a/wacy.glb.import b/wacy.glb.import new file mode 100644 index 0000000..7a1ecb9 --- /dev/null +++ b/wacy.glb.import @@ -0,0 +1,36 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b5glhau3p1u51" +path="res://.godot/imported/wacy.glb-ac26deb0a4aa808af89bba4f2c23b9e3.scn" + +[deps] + +source_file="res://wacy.glb" +dest_files=["res://.godot/imported/wacy.glb-ac26deb0a4aa808af89bba4f2c23b9e3.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/apply_root_scale=true +nodes/root_scale=1.0 +nodes/import_as_skeleton_bones=false +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +animation/import_rest_as_RESET=false +import_script/path="" +_subresources={} +gltf/naming_version=1 +gltf/embedded_image_handling=1 diff --git a/wacy_Material Base Color.png b/wacy_Material Base Color.png new file mode 100644 index 0000000..5cda582 Binary files /dev/null and b/wacy_Material Base Color.png differ diff --git a/wacy_Material Base Color.png.import b/wacy_Material Base Color.png.import new file mode 100644 index 0000000..4407a43 --- /dev/null +++ b/wacy_Material Base Color.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cpbrccdjfd5ur" +path.s3tc="res://.godot/imported/wacy_Material Base Color.png-c237890f7b470db139f5448102f6eca0.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "6cee1602b034f931b8ba111db3e9a592" +} + +[deps] + +source_file="res://wacy_Material Base Color.png" +dest_files=["res://.godot/imported/wacy_Material Base Color.png-c237890f7b470db139f5448102f6eca0.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/wacy_Material.png b/wacy_Material.png new file mode 100644 index 0000000..f982b95 Binary files /dev/null and b/wacy_Material.png differ diff --git a/wacy_Material.png.import b/wacy_Material.png.import new file mode 100644 index 0000000..68f654f --- /dev/null +++ b/wacy_Material.png.import @@ -0,0 +1,38 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bwfutvykejm3s" +path.s3tc="res://.godot/imported/wacy_Material.png-12f1d0f76925d444db1968b91ac455ae.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={ +"md5": "2d5d94ec3129755f55f5fb12d6e1106e" +} + +[deps] + +source_file="res://wacy_Material.png" +dest_files=["res://.godot/imported/wacy_Material.png-12f1d0f76925d444db1968b91ac455ae.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/wacy_out.tscn b/wacy_out.tscn new file mode 100644 index 0000000..0ec53d7 --- /dev/null +++ b/wacy_out.tscn @@ -0,0 +1,37 @@ +[gd_scene load_steps=6 format=3 uid="uid://b6wq5koqxd50m"] + +[ext_resource type="Script" path="res://unfreeze.gd" id="1_u6jpu"] +[ext_resource type="PackedScene" uid="uid://dt1usms062fa0" path="res://cuadros/wacy.blend" id="2_ksarx"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_k5yi4"] +bounce = 0.6 + +[sub_resource type="BoxShape3D" id="BoxShape3D_syxxm"] +size = Vector3(0.924446, 5.95655, 4.67223) + +[sub_resource type="BoxShape3D" id="BoxShape3D_4joy6"] +size = Vector3(2.15191, 6.64619, 5.80484) + +[node name="Area3D" type="Area3D"] +top_level = true +script = ExtResource("1_u6jpu") + +[node name="RigidBody3D" type="RigidBody3D" parent="."] +mass = 13.0 +physics_material_override = SubResource("PhysicsMaterial_k5yi4") +can_sleep = false +freeze = true + +[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0217552, 0.0256115, 0.0177237) +shape = SubResource("BoxShape3D_syxxm") + +[node name="wacy" parent="RigidBody3D/CollisionShape3D" instance=ExtResource("2_ksarx")] +transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0288181, 0.129071, 0.0955728) +shape = SubResource("BoxShape3D_4joy6") + +[connection signal="body_entered" from="." to="." method="_on_body_entered"] +[connection signal="body_entered" from="RigidBody3D" to="RigidBody3D" method="_on_body_entered"] diff --git a/wall_physics.tres b/wall_physics.tres new file mode 100644 index 0000000..b141bf6 --- /dev/null +++ b/wall_physics.tres @@ -0,0 +1,3 @@ +[gd_resource type="PhysicsMaterial" format=3 uid="uid://7l4bqs40s48m"] + +[resource] diff --git a/woody.gdshader b/woody.gdshader new file mode 100644 index 0000000..62f6955 --- /dev/null +++ b/woody.gdshader @@ -0,0 +1,54 @@ +/* + 木目シェーダー by あるる(きのもと 結衣) + Grain Shader by Yui Kinomoto @arlez80 + + MIT License +*/ +shader_type spatial; +// render_mode; + +uniform vec4 light_color : source_color = vec4( 0.9529411764705882, 0.8588235294117647, 0.7490196078431373, 1.0 ); +uniform vec4 dark_color : source_color = vec4( 0.7490196078431373, 0.6196078431372549, 0.49019607843137253, 1.0 ); + +uniform float ring_scale = 4.4; +uniform float wave_scale = 8.454; +uniform float random_scale = 4.6; +uniform float noise_scale = 0.03; + +vec2 random( vec2 pos ) +{ + return fract( + sin( + vec2( + dot(pos, vec2(12.9898,78.233)) + , dot(pos, vec2(-148.998,-65.233)) + ) + ) * 43758.5453 + ); +} + +float value_noise( vec2 pos ) +{ + vec2 p = floor( pos ); + vec2 f = fract( pos ); + + float v00 = random( p + vec2( 0.0, 0.0 ) ).x; + float v10 = random( p + vec2( 1.0, 0.0 ) ).x; + float v01 = random( p + vec2( 0.0, 1.0 ) ).x; + float v11 = random( p + vec2( 1.0, 1.0 ) ).x; + + vec2 u = f * f * ( 3.0 - 2.0 * f ); + + return mix( mix( v00, v10, u.x ), mix( v01, v11, u.x ), u.y ); +} + +void fragment( ) +{ + vec2 shift_uv = UV; + shift_uv.x += value_noise( UV * random_scale ); + float x = shift_uv.x + sin( shift_uv.y * wave_scale ); + float f = mod( x * ring_scale + random( UV ).x * noise_scale, 1.0 ); + + ALBEDO = mix( light_color, dark_color, f ).rgb; + ALPHA = mix( light_color, dark_color, f ).a; +} diff --git a/woody.gdshader.uid b/woody.gdshader.uid new file mode 100644 index 0000000..97ce400 --- /dev/null +++ b/woody.gdshader.uid @@ -0,0 +1 @@ +uid://tdllkh1vw1nu diff --git a/yanoai_body.tscn b/yanoai_body.tscn new file mode 100644 index 0000000..c6a5711 --- /dev/null +++ b/yanoai_body.tscn @@ -0,0 +1,37 @@ +[gd_scene load_steps=6 format=3 uid="uid://dafk7dviniope"] + +[ext_resource type="Script" path="res://unfreeze.gd" id="1_nhgun"] +[ext_resource type="PackedScene" uid="uid://xgrte3w1ofvk" path="res://cuadros/yanoai.blend" id="2_4olaj"] + +[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_k5yi4"] +bounce = 0.6 + +[sub_resource type="BoxShape3D" id="BoxShape3D_syxxm"] +size = Vector3(0.924446, 5.95655, 4.67223) + +[sub_resource type="BoxShape3D" id="BoxShape3D_4joy6"] +size = Vector3(2.15191, 6.64619, 5.80484) + +[node name="Area3D" type="Area3D"] +top_level = true +script = ExtResource("1_nhgun") + +[node name="RigidBody3D" type="RigidBody3D" parent="."] +mass = 10.0 +physics_material_override = SubResource("PhysicsMaterial_k5yi4") +can_sleep = false +freeze = true + +[node name="yanoai" parent="RigidBody3D" instance=ExtResource("2_4olaj")] +transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0217552, 0.0256115, 0.0177237) +shape = SubResource("BoxShape3D_syxxm") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0288181, 0.129071, 0.0955728) +shape = SubResource("BoxShape3D_4joy6") + +[connection signal="body_entered" from="." to="." method="_on_body_entered"] +[connection signal="body_entered" from="RigidBody3D" to="RigidBody3D" method="_on_body_entered"] diff --git a/yellow.png b/yellow.png new file mode 100644 index 0000000..f22269a Binary files /dev/null and b/yellow.png differ diff --git a/yellow.png.import b/yellow.png.import new file mode 100644 index 0000000..9c27819 --- /dev/null +++ b/yellow.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://7vavc6twrba7" +path.s3tc="res://.godot/imported/yellow.png-1fff2f74667453120412091eeb717b92.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} + +[deps] + +source_file="res://yellow.png" +dest_files=["res://.godot/imported/yellow.png-1fff2f74667453120412091eeb717b92.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0