diff --git a/backgounds/Midori Asgardius Sleeping on Grass.jpg b/backgounds/Midori Asgardius Sleeping on Grass.jpg new file mode 100644 index 0000000..92125a9 Binary files /dev/null and b/backgounds/Midori Asgardius Sleeping on Grass.jpg differ diff --git a/backgounds/Midori Asgardius Sleeping on Grass.jpg.import b/backgounds/Midori Asgardius Sleeping on Grass.jpg.import new file mode 100644 index 0000000..35f468d --- /dev/null +++ b/backgounds/Midori Asgardius Sleeping on Grass.jpg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dnmdgwuabqg58" +path="res://.godot/imported/Midori Asgardius Sleeping on Grass.jpg-e2c6b2f24f62db12fe429ff9daba066e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://backgounds/Midori Asgardius Sleeping on Grass.jpg" +dest_files=["res://.godot/imported/Midori Asgardius Sleeping on Grass.jpg-e2c6b2f24f62db12fe429ff9daba066e.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/global.gd b/global.gd index 9c5c92d..309eac7 100644 --- a/global.gd +++ b/global.gd @@ -11,7 +11,7 @@ var bossready = false var playerx var playery var ccutscene -const cutscenes = [["res://levels/Cutscenes/opening.tscn", "res://levels/ui/gameplay.tscn", "res://music/scholartrip.wav", true]] +const cutscenes = [["res://levels/Cutscenes/opening/aboutkaizo.tscn", "res://levels/Cutscenes/opening/midorihello.tscn", "res://music/scholartrip.wav", false], ["res://levels/Cutscenes/opening/midorihello.tscn", "res://levels/Cutscenes/opening/fearlessmidori.tscn", "res://music/scholartrip.wav", false], ["res://levels/Cutscenes/opening/fearlessmidori.tscn", "res://levels/Cutscenes/opening/midoriwaterfall.tscn", "res://music/midorinoakuma.wav", false], ["res://levels/Cutscenes/opening/midoriwaterfall.tscn", "res://levels/Cutscenes/opening/chasing.tscn", "res://music/midorinoakuma.wav", false], ["res://levels/Cutscenes/opening/chasing.tscn", "res://levels/ui/gameplay.tscn", "res://music/midorinoakuma.wav", true]] const pcnames = ["Midori Asgardius", "Diana Asgardius", null, "Kimberly Arch", null, null, null, null, null, "Natasha Dostoyevsky"] const npcnames = ["Lily", null, null, "Kimberly Arch", null, null, null, null, null, "Natasha Dostoyevsky"] const pcfaces = [["res://sprites/common/midori/face.png"], ["res://sprites/common/tuna/face.png"], [null], ["res://sprites/common/kimberly/face.png"], [null], [null], [null], [null], [null], ["res://sprites/common/natasha/face.png"]] diff --git a/levels/Cutscenes/opening.tscn b/levels/Cutscenes/opening/aboutkaizo.tscn similarity index 94% rename from levels/Cutscenes/opening.tscn rename to levels/Cutscenes/opening/aboutkaizo.tscn index 61e5437..4b46cc0 100644 --- a/levels/Cutscenes/opening.tscn +++ b/levels/Cutscenes/opening/aboutkaizo.tscn @@ -3,7 +3,7 @@ [ext_resource type="Texture2D" uid="uid://coc14j3ju0w16" path="res://backgounds/kaizoclassroom.jpg" id="1_lebbt"] [ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="2_qhxdm"] -[node name="Opening" type="Node2D"] +[node name="Aboutkaizo" type="Node2D"] [node name="TextureRect" type="TextureRect" parent="."] offset_right = 40.0 diff --git a/levels/Cutscenes/opening/chasing.tscn b/levels/Cutscenes/opening/chasing.tscn new file mode 100644 index 0000000..c209e1a --- /dev/null +++ b/levels/Cutscenes/opening/chasing.tscn @@ -0,0 +1,20 @@ +[gd_scene load_steps=2 format=3 uid="uid://c1t2vu12bpoki"] + +[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="2_vq0js"] + +[node name="Chasing" type="Node2D"] + +[node name="TextureRect" type="TextureRect" parent="."] +offset_right = 1278.0 +offset_bottom = 600.0 + +[node name="Text" type="Label" parent="."] +offset_left = 52.0 +offset_top = 606.0 +offset_right = 1224.0 +offset_bottom = 714.0 +theme_override_font_sizes/font_size = 40 +text = "CUTSCENE_0_5" +horizontal_alignment = 1 + +[node name="Bottomhud" parent="." instance=ExtResource("2_vq0js")] diff --git a/levels/Cutscenes/opening/fearlessmidori.tscn b/levels/Cutscenes/opening/fearlessmidori.tscn new file mode 100644 index 0000000..d5b4771 --- /dev/null +++ b/levels/Cutscenes/opening/fearlessmidori.tscn @@ -0,0 +1,22 @@ +[gd_scene load_steps=3 format=3 uid="uid://dmmmmfcc0lp5"] + +[ext_resource type="Texture2D" uid="uid://chr01sorihbb2" path="res://backgounds/Midori No Akuma.jpg" id="1_v5r6a"] +[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="2_fog7h"] + +[node name="Fearlessmidori" type="Node2D"] + +[node name="TextureRect" type="TextureRect" parent="."] +offset_right = 1278.0 +offset_bottom = 600.0 +texture = ExtResource("1_v5r6a") + +[node name="Text" type="Label" parent="."] +offset_left = 52.0 +offset_top = 606.0 +offset_right = 1224.0 +offset_bottom = 714.0 +theme_override_font_sizes/font_size = 40 +text = "CUTSCENE_0_2" +horizontal_alignment = 1 + +[node name="Bottomhud" parent="." instance=ExtResource("2_fog7h")] diff --git a/levels/Cutscenes/opening/midorihello.tscn b/levels/Cutscenes/opening/midorihello.tscn new file mode 100644 index 0000000..e114dad --- /dev/null +++ b/levels/Cutscenes/opening/midorihello.tscn @@ -0,0 +1,23 @@ +[gd_scene load_steps=3 format=3 uid="uid://v4ge140gc645"] + +[ext_resource type="Texture2D" uid="uid://dnmdgwuabqg58" path="res://backgounds/Midori Asgardius Sleeping on Grass.jpg" id="1_uqps8"] +[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="2_j60n0"] + +[node name="Midorihello" type="Node2D"] + +[node name="TextureRect" type="TextureRect" parent="."] +offset_right = 1278.0 +offset_bottom = 600.0 +texture = ExtResource("1_uqps8") + +[node name="Text" type="Label" parent="."] +offset_left = 52.0 +offset_top = 606.0 +offset_right = 1224.0 +offset_bottom = 714.0 +theme_override_colors/font_color = Color(0, 0, 0, 1) +theme_override_font_sizes/font_size = 40 +text = "CUTSCENE_0_1" +horizontal_alignment = 1 + +[node name="Bottomhud" parent="." instance=ExtResource("2_j60n0")] diff --git a/levels/Cutscenes/opening/midorireading.tscn b/levels/Cutscenes/opening/midorireading.tscn new file mode 100644 index 0000000..44a95b3 --- /dev/null +++ b/levels/Cutscenes/opening/midorireading.tscn @@ -0,0 +1,20 @@ +[gd_scene load_steps=2 format=3 uid="uid://bi8dsxjedvmxw"] + +[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="2_0wcve"] + +[node name="Midorireading" type="Node2D"] + +[node name="TextureRect" type="TextureRect" parent="."] +offset_right = 1278.0 +offset_bottom = 600.0 + +[node name="Text" type="Label" parent="."] +offset_left = 52.0 +offset_top = 606.0 +offset_right = 1224.0 +offset_bottom = 714.0 +theme_override_font_sizes/font_size = 40 +text = "CUTSCENE_0_4" +horizontal_alignment = 1 + +[node name="Bottomhud" parent="." instance=ExtResource("2_0wcve")] diff --git a/levels/Cutscenes/opening/midoriwaterfall.tscn b/levels/Cutscenes/opening/midoriwaterfall.tscn new file mode 100644 index 0000000..37505e2 --- /dev/null +++ b/levels/Cutscenes/opening/midoriwaterfall.tscn @@ -0,0 +1,20 @@ +[gd_scene load_steps=2 format=3 uid="uid://dbho2m55yi3ty"] + +[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="2_r0grr"] + +[node name="Midoriwaterfall" type="Node2D"] + +[node name="TextureRect" type="TextureRect" parent="."] +offset_right = 1278.0 +offset_bottom = 600.0 + +[node name="Text" type="Label" parent="."] +offset_left = 52.0 +offset_top = 606.0 +offset_right = 1224.0 +offset_bottom = 714.0 +theme_override_font_sizes/font_size = 40 +text = "CUTSCENE_0_3" +horizontal_alignment = 1 + +[node name="Bottomhud" parent="." instance=ExtResource("2_r0grr")] diff --git a/text.csv b/text.csv index 2d17971..1b426a3 100644 --- a/text.csv +++ b/text.csv @@ -87,5 +87,18 @@ DIALOG_CERES_L20_0;I won’t be a healer;No seré una sanadora;私はヒーラ DIALOG_CERES_L20_1;I want a friendly challenge, loser will obey the winner;Haremos un reto amistoso, El perdedor obedecerá al ganador;友好的な挑戦をしたい、負けた者は勝者に従う DIALOG_CERES_L20_2;My magic wand VS your bow;Mi vara mágica contra tu arco;私の魔法の杖 VS あなたの弓 CERES_L20_DESC;Kimberly’s Challenge;Reto de Kimberly;キンバリーの挑戦 +MENU_CHARACTER;Character List;Lista de Personajes;キャラクター一覧 +MENU_TEAM;Team List;Lista de Equipos;チーム +MENU_MAP;World Map;Mapa Mundial;世界地図 +MENU_SETTINGS;Settings;Ajustes;設定 +MENU_BOUKEN;Adventure Journal;Diario de Aventura;冒険日記 +MENU_CHALLENGES;Challenges;Desafíos;チャレンジリスト +MENU_BACKPACK;Backpack;Mochila;バックパック +MENU_EXIT;Return to Title;Regresar a Título;タイトルに戻る CUTSCENE_0_NAME;Prologue;Prólogo;プロローグ CUTSCENE_0_0;most underrated children will be the best magicians\nFalcighol Arch, Kaizo Magic School founder;Los niños más subestimados serán los mejores magos\nFalcighol Arch, fundador de la Escuela de Magia Kaizo;最も過小評価されている子供たちが最高のマジシャンになるだろう\nファルシゴール・アーチ、カイゾー・マジック・スクール創設者 +CUTSCENE_0_1;Hello, my name is Midori Asgardius, I am a 15 year old elf girl;Hola, mi nombre es Midori Asgardius,\nSoy una niña elfo de 15 años;こんにちは、私の名前はミドリ・アスガルディウスです。\n15歳のエルフの女の子です +CUTSCENE_0_2;They say I run around here and there as if fear didn't exist;Dicen que corro de aquí para allá como si el miedo no existiera;まるで恐怖が存在しないかのように、私はあちこち走り回っていると彼らは言う +CUTSCENE_0_3;But I'm actually a pretty shy and reserved girl;Pero en realidad soy una niña bastante tímida y reservada;でも実際は私はかなり内気で控えめな女の子です +CUTSCENE_0_4;I love reading, when I concentrate\nno one will bother me;Me encanta leer, cueando me\nconcentro nadie me molestará;私は読書が大好きです。集中すれば誰にも邪魔されません +CUTSCENE_0_5;A very funny anecdote was when I set fire to\nmy adoptive mother's, trophy room;Una anécdota muy divertida fue cuando incendié la\nsala de trofeos de mi madre adoptiva;とても面白い逸話は、\n私が養母のトロフィールームに火をつけた時のことです