-
Notifications
You must be signed in to change notification settings - Fork 258
Add Yuke: el latido de los 3 reinos StoryQuest #1633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
74b86a5
Duplicado del Storyquests
Levanxx 559217f
Merge pull request #43 from Game-Lab-5-0-UTP-Group-4-Team-1/copy-rena…
Arebuayon 66e7b03
INTRO-OK
KennyCASO28 6450038
Merge pull request #44 from Game-Lab-5-0-UTP-Group-4-Team-1/new-branc…
ProdigyFm 20f594c
Spectal code todo ok
KennyCASO28 f82fbd3
Merge pull request #45 from Game-Lab-5-0-UTP-Group-4-Team-1/Minijuego1
KennyCASO28 f94da30
Musica agregada
Zaleo3 8b6b382
Merge pull request #46 from Game-Lab-5-0-UTP-Group-4-Team-1/Zaleo
Zaleo3 2295e62
Add intro, minigame1, minigame2, minigame3 and outro of Yuke: el lati…
Zaleo3 f9a21d3
Videojuego completo Spectral Code
Zaleo3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
scenes/quests/story_quests/spectral_code__story/0_intro/Intro.wav
Git LFS file not shown
24 changes: 24 additions & 0 deletions
24
scenes/quests/story_quests/spectral_code__story/0_intro/Intro.wav.import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| [remap] | ||
|
|
||
| importer="wav" | ||
| type="AudioStreamWAV" | ||
| uid="uid://cblxciy8g042a" | ||
| path="res://.godot/imported/Intro.wav-3c2df95f7ac5dca376bf2cb5e9b8e655.sample" | ||
|
|
||
| [deps] | ||
|
|
||
| source_file="res://scenes/quests/story_quests/spectral_code__story/0_intro/Intro.wav" | ||
| dest_files=["res://.godot/imported/Intro.wav-3c2df95f7ac5dca376bf2cb5e9b8e655.sample"] | ||
|
|
||
| [params] | ||
|
|
||
| force/8_bit=false | ||
| force/mono=false | ||
| force/max_rate=false | ||
| force/max_rate_hz=44100 | ||
| edit/trim=false | ||
| edit/normalize=false | ||
| edit/loop_mode=2 | ||
| edit/loop_begin=0 | ||
| edit/loop_end=-1 | ||
| compress/mode=2 |
13 changes: 13 additions & 0 deletions
13
scenes/quests/story_quests/spectral_code__story/0_intro/animation_player.gd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # SPDX-FileCopyrightText: The Threadbare Authors | ||
| # SPDX-License-Identifier: MPL-2.0 | ||
| extends AnimationPlayer | ||
|
|
||
|
|
||
| # 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: | ||
| pass |
1 change: 1 addition & 0 deletions
1
scenes/quests/story_quests/spectral_code__story/0_intro/animation_player.gd.uid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| uid://da5nhqtiratr8 |
6 changes: 6 additions & 0 deletions
6
scenes/quests/story_quests/spectral_code__story/0_intro/audio_stream_player.gd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| extends Node | ||
|
|
||
| @onready var music_player : AudioStreamPlayer = $AudioStreamPlayer | ||
|
|
||
| func _ready() -> void: | ||
| pass |
1 change: 1 addition & 0 deletions
1
scenes/quests/story_quests/spectral_code__story/0_intro/audio_stream_player.gd.uid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| uid://b70ccmiyxhh1v |
3 changes: 3 additions & 0 deletions
3
..._quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/16tiles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions
40
...ory_quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/16tiles.png.import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| [remap] | ||
|
|
||
| importer="texture" | ||
| type="CompressedTexture2D" | ||
| uid="uid://bfkwku3afcjbi" | ||
| path="res://.godot/imported/16tiles.png-6696879ab111cfce92713d4478baa6b9.ctex" | ||
| metadata={ | ||
| "vram_texture": false | ||
| } | ||
|
|
||
| [deps] | ||
|
|
||
| source_file="res://scenes/quests/story_quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/16tiles.png" | ||
| dest_files=["res://.godot/imported/16tiles.png-6696879ab111cfce92713d4478baa6b9.ctex"] | ||
|
|
||
| [params] | ||
|
|
||
| compress/mode=0 | ||
| compress/high_quality=false | ||
| compress/lossy_quality=0.7 | ||
| compress/uastc_level=0 | ||
| compress/rdo_quality_loss=0.0 | ||
| 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/channel_remap/red=0 | ||
| process/channel_remap/green=1 | ||
| process/channel_remap/blue=2 | ||
| process/channel_remap/alpha=3 | ||
| 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 |
3 changes: 3 additions & 0 deletions
3
...y_quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/AGUA-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions
40
...tory_quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/AGUA-1.png.import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| [remap] | ||
|
|
||
| importer="texture" | ||
| type="CompressedTexture2D" | ||
| uid="uid://bprrxiv7b4jwx" | ||
| path="res://.godot/imported/AGUA-1.png-2ec0090a700a3770fb3e637b537cefe0.ctex" | ||
| metadata={ | ||
| "vram_texture": false | ||
| } | ||
|
|
||
| [deps] | ||
|
|
||
| source_file="res://scenes/quests/story_quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/AGUA-1.png" | ||
| dest_files=["res://.godot/imported/AGUA-1.png-2ec0090a700a3770fb3e637b537cefe0.ctex"] | ||
|
|
||
| [params] | ||
|
|
||
| compress/mode=0 | ||
| compress/high_quality=false | ||
| compress/lossy_quality=0.7 | ||
| compress/uastc_level=0 | ||
| compress/rdo_quality_loss=0.0 | ||
| 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/channel_remap/red=0 | ||
| process/channel_remap/green=1 | ||
| process/channel_remap/blue=2 | ||
| process/channel_remap/alpha=3 | ||
| 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 |
4 changes: 4 additions & 0 deletions
4
...uests/story_quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/Bandera.gd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| extends Node2D | ||
|
|
||
| func _ready(): | ||
| $AnimatedSprite2D.play("idle") |
1 change: 1 addition & 0 deletions
1
...s/story_quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/Bandera.gd.uid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| uid://cj2qwish5f1rn |
51 changes: 51 additions & 0 deletions
51
...sts/story_quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/Bandera.tscn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| [gd_scene load_steps=8 format=3 uid="uid://65d2lia3fjdv"] | ||
|
|
||
| [ext_resource type="Script" uid="uid://cj2qwish5f1rn" path="res://scenes/quests/story_quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/Bandera.gd" id="1_c6fdk"] | ||
| [ext_resource type="Texture2D" uid="uid://1pniycv0sunf" path="res://scenes/quests/story_quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/bandera-sheet.png" id="2_74a8d"] | ||
|
|
||
| [sub_resource type="RectangleShape2D" id="RectangleShape2D_pl1v2"] | ||
| size = Vector2(3, 67) | ||
|
|
||
| [sub_resource type="AtlasTexture" id="AtlasTexture_ai68a"] | ||
| atlas = ExtResource("2_74a8d") | ||
| region = Rect2(0, 0, 128, 128) | ||
|
|
||
| [sub_resource type="AtlasTexture" id="AtlasTexture_ku7u1"] | ||
| atlas = ExtResource("2_74a8d") | ||
| region = Rect2(128, 0, 128, 128) | ||
|
|
||
| [sub_resource type="AtlasTexture" id="AtlasTexture_sl6qn"] | ||
| atlas = ExtResource("2_74a8d") | ||
| region = Rect2(256, 0, 128, 128) | ||
|
|
||
| [sub_resource type="SpriteFrames" id="SpriteFrames_1rbhi"] | ||
| animations = [{ | ||
| "frames": [{ | ||
| "duration": 2.0, | ||
| "texture": SubResource("AtlasTexture_ai68a") | ||
| }, { | ||
| "duration": 2.0, | ||
| "texture": SubResource("AtlasTexture_ku7u1") | ||
| }, { | ||
| "duration": 2.0, | ||
| "texture": SubResource("AtlasTexture_sl6qn") | ||
| }], | ||
| "loop": true, | ||
| "name": &"idle", | ||
| "speed": 5.0 | ||
| }] | ||
|
|
||
| [node name="Node2D" type="Node2D"] | ||
| script = ExtResource("1_c6fdk") | ||
|
|
||
| [node name="CollisionShape2D" type="CollisionShape2D" parent="."] | ||
| position = Vector2(1.5, 109.5) | ||
| shape = SubResource("RectangleShape2D_pl1v2") | ||
|
|
||
| [node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] | ||
| position = Vector2(28, 104) | ||
| scale = Vector2(0.7981644, 0.7601838) | ||
| sprite_frames = SubResource("SpriteFrames_1rbhi") | ||
| animation = &"idle" | ||
| autoplay = "idle" | ||
| frame_progress = 0.12283086 |
3 changes: 3 additions & 0 deletions
3
...components/TERRENO COSTA/Slates [32x32px orthogonal tileset by Ivan Voirol].png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions
40
...ro_components/TERRENO COSTA/Slates [32x32px orthogonal tileset by Ivan Voirol].png.import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| [remap] | ||
|
|
||
| importer="texture" | ||
| type="CompressedTexture2D" | ||
| uid="uid://c3eo0xg86xwpd" | ||
| path="res://.godot/imported/Slates [32x32px orthogonal tileset by Ivan Voirol].png-fc49f01a0c5cc685bf946e841824834c.ctex" | ||
| metadata={ | ||
| "vram_texture": false | ||
| } | ||
|
|
||
| [deps] | ||
|
|
||
| source_file="res://scenes/quests/story_quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/Slates [32x32px orthogonal tileset by Ivan Voirol].png" | ||
| dest_files=["res://.godot/imported/Slates [32x32px orthogonal tileset by Ivan Voirol].png-fc49f01a0c5cc685bf946e841824834c.ctex"] | ||
|
|
||
| [params] | ||
|
|
||
| compress/mode=0 | ||
| compress/high_quality=false | ||
| compress/lossy_quality=0.7 | ||
| compress/uastc_level=0 | ||
| compress/rdo_quality_loss=0.0 | ||
| 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/channel_remap/red=0 | ||
| process/channel_remap/green=1 | ||
| process/channel_remap/blue=2 | ||
| process/channel_remap/alpha=3 | ||
| 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 |
3 changes: 3 additions & 0 deletions
3
...onents/TERRENO COSTA/Slates v.2 [32x32px orthogonal tileset by Ivan Voirol].png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions
40
...omponents/TERRENO COSTA/Slates v.2 [32x32px orthogonal tileset by Ivan Voirol].png.import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| [remap] | ||
|
|
||
| importer="texture" | ||
| type="CompressedTexture2D" | ||
| uid="uid://blwh5qr761ut3" | ||
| path="res://.godot/imported/Slates v.2 [32x32px orthogonal tileset by Ivan Voirol].png-aadb5877a280a2396ff846326768ba76.ctex" | ||
| metadata={ | ||
| "vram_texture": false | ||
| } | ||
|
|
||
| [deps] | ||
|
|
||
| source_file="res://scenes/quests/story_quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/Slates v.2 [32x32px orthogonal tileset by Ivan Voirol].png" | ||
| dest_files=["res://.godot/imported/Slates v.2 [32x32px orthogonal tileset by Ivan Voirol].png-aadb5877a280a2396ff846326768ba76.ctex"] | ||
|
|
||
| [params] | ||
|
|
||
| compress/mode=0 | ||
| compress/high_quality=false | ||
| compress/lossy_quality=0.7 | ||
| compress/uastc_level=0 | ||
| compress/rdo_quality_loss=0.0 | ||
| 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/channel_remap/red=0 | ||
| process/channel_remap/green=1 | ||
| process/channel_remap/blue=2 | ||
| process/channel_remap/alpha=3 | ||
| 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 |
3 changes: 3 additions & 0 deletions
3
.../spectral_code__story/0_intro/intro_components/TERRENO COSTA/Terreno Sierra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions
40
...sts/spectral_code__story/0_intro/intro_components/TERRENO COSTA/Terreno Sierra.png.import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| [remap] | ||
|
|
||
| importer="texture" | ||
| type="CompressedTexture2D" | ||
| uid="uid://de368gp0c1eub" | ||
| path="res://.godot/imported/Terreno Sierra.png-f4cfbcf5468efd2fd8d56175484a3807.ctex" | ||
| metadata={ | ||
| "vram_texture": false | ||
| } | ||
|
|
||
| [deps] | ||
|
|
||
| source_file="res://scenes/quests/story_quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/Terreno Sierra.png" | ||
| dest_files=["res://.godot/imported/Terreno Sierra.png-f4cfbcf5468efd2fd8d56175484a3807.ctex"] | ||
|
|
||
| [params] | ||
|
|
||
| compress/mode=0 | ||
| compress/high_quality=false | ||
| compress/lossy_quality=0.7 | ||
| compress/uastc_level=0 | ||
| compress/rdo_quality_loss=0.0 | ||
| 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/channel_remap/red=0 | ||
| process/channel_remap/green=1 | ||
| process/channel_remap/blue=2 | ||
| process/channel_remap/alpha=3 | ||
| 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 |
4 changes: 4 additions & 0 deletions
4
...quests/story_quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/agua_1.gd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| extends Node2D | ||
|
|
||
| func _ready(): | ||
| $AnimatedSprite2D.play("idle") |
1 change: 1 addition & 0 deletions
1
...ts/story_quests/spectral_code__story/0_intro/intro_components/TERRENO COSTA/agua_1.gd.uid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| uid://dptw7lox7k3wg |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this file to upstream main.