progress
This commit is contained in:
Binary file not shown.
@@ -13,9 +13,35 @@ func _on_shady_wooded_area_interacted() -> void:
|
||||
$kq4_009_shady_wooded_area.default_script(self)
|
||||
|
||||
|
||||
func _on_forest_path_interacted() -> void:
|
||||
$kq4_010_forest_path.default_script(self)
|
||||
|
||||
|
||||
func _on_forest_path_27_interacted() -> void:
|
||||
$kq4_027_forest_path.default_script(self)
|
||||
|
||||
|
||||
func _on_pool_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "The beautiful pool is lined with tall marble columns. Its crystal clear water looks very inviting.")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
|
||||
func _on_columns_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "The marble columns flank the lovely pool.")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
|
||||
func _on_stairs_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "There are steps at the north end of the pool.")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
|
||||
func _on_ground_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "You see nothing of importance on the ground.")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
|
||||
func _on_room_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "The beautiful pool, with its elegant marble columns, has a wonderful setting in these woods. The water looks so cool and inviting; you're almost tempted to jump in.")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_1g2ot"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="4_6r684"]
|
||||
[ext_resource type="Texture2D" uid="uid://bmvcn5pl2qble" path="res://scenes/kq4_003_fountain_pool/fg.png" id="5_cu368"]
|
||||
[ext_resource type="Script" uid="uid://bounwnqg34t5k" path="res://SetPiece_.gd" id="6_n67q9"]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="NavigationPolygon_heq0u"]
|
||||
vertices = PackedVector2Array(2047.41, 716.57, 2016.32, 718.031, 2012.05, 588.461, 2016.21, 588.297, -24.7109, 554.789, -30.1563, 678.656, -32.4922, 678.719, -26.5, 554.672, 1549.08, 973.094, 1600.39, 892.133, 1664.59, 879.789, 1849.6, 912.438, 2010.65, 1152.71, 1938.66, 866.219, 1997.01, 738.961, 1913.5, 767.961, 1652.01, 755.148, 1694.65, 795.859, 1548.2, 566.008, 1990.35, 536.656, 1991.42, 569.242, 1521.82, 587.352, -3.86719, 536.156, -3.4375, 526.25, 1322.68, 566.07, 572.727, 554.938, -28.5625, 1097.27, -11.0078, 698.188, 363.648, 688.758, 233.078, 917.219, 522.023, 998.82, 544.961, 937, 1256.86, 937, 1356.66, 1006.56, 1515.53, 657.82, 368.352, 561.688, 319.969, 1004.11)
|
||||
@@ -91,6 +92,34 @@ position = Vector2(207, 489)
|
||||
[node name="exit" parent="kq4_027_forest_path" index="1"]
|
||||
position = Vector2(396, 438)
|
||||
|
||||
[node name="pool" type="Polygon2D" parent="."]
|
||||
position = Vector2(577, 565)
|
||||
polygon = PackedVector2Array(-297, 55, 23, 45, 623, 45, 873, 55, 1023, 115, 1103, 155, 1043, 215, 923, 295, 423, 305, -77, 300, -197, 275, -277, 215, -317, 135, -297, 55)
|
||||
color = Color(0, 0.407843, 0.776471, 0.25)
|
||||
script = ExtResource("6_n67q9")
|
||||
label = "Pool"
|
||||
|
||||
[node name="columns" type="Polygon2D" parent="."]
|
||||
position = Vector2(-43, 689)
|
||||
polygon = PackedVector2Array(398, -10, 402, -118, -4, -128, 0, -19)
|
||||
color = Color(0.7, 0.7, 0.7, 0.25)
|
||||
script = ExtResource("6_n67q9")
|
||||
label = "Columns"
|
||||
|
||||
[node name="stairs" type="Polygon2D" parent="."]
|
||||
position = Vector2(1526, 653)
|
||||
polygon = PackedVector2Array(129, 92, 534, 73, 498, -75, 5, -56)
|
||||
color = Color(0.5, 0.5, 0.5, 0.25)
|
||||
script = ExtResource("6_n67q9")
|
||||
label = "Stairs"
|
||||
|
||||
[node name="ground" type="Polygon2D" parent="."]
|
||||
position = Vector2(-28.5625, 1097.27)
|
||||
polygon = PackedVector2Array(17.5625, -399.27, 392.211, -408.512, 261.641, -180.051, 550.586, -98.4498, 573.523, -160.27, 1285.42, -160.27, 1385.22, -90.7104, 1544.09, -439.453, 396.914, -535.582, 17.5547, -1051.08)
|
||||
color = Color(0.4, 0.27, 0.13, 0.25)
|
||||
script = ExtResource("6_n67q9")
|
||||
label = "Ground"
|
||||
|
||||
[node name="Fg" type="Sprite2D" parent="." unique_id=1431047880]
|
||||
scale = Vector2(1.163, 1.179)
|
||||
texture = ExtResource("5_cu368")
|
||||
@@ -100,6 +129,10 @@ centered = false
|
||||
[connection signal="interacted" from="kq4_004_ogres_cottage" to="." method="_on_ogre_house_interacted"]
|
||||
[connection signal="interacted" from="kq4_009_shady_wooded_area" to="." method="_on_shady_wooded_area_interacted"]
|
||||
[connection signal="interacted" from="kq4_027_forest_path" to="." method="_on_forest_path_27_interacted"]
|
||||
[connection signal="looked" from="pool" to="." method="_on_pool_looked"]
|
||||
[connection signal="looked" from="columns" to="." method="_on_columns_looked"]
|
||||
[connection signal="looked" from="stairs" to="." method="_on_stairs_looked"]
|
||||
[connection signal="looked" from="ground" to="." method="_on_ground_looked"]
|
||||
|
||||
[editable path="kq4_002_meadow"]
|
||||
[editable path="kq4_004_ogres_cottage"]
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://4i745qs1ajso"
|
||||
path="res://.godot/imported/pic_033_visual.png-f48b5e68c4f8f8b43900894f028e4c88.ctex"
|
||||
path="res://.godot/imported/pic_033_visual.png-7d958135897a14c572c6ceb746f9efb1.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
@@ -11,7 +11,7 @@ metadata={
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/kq4_033_enchanted_island_beach/pic_033_visual.png"
|
||||
dest_files=["res://.godot/imported/pic_033_visual.png-f48b5e68c4f8f8b43900894f028e4c88.ctex"]
|
||||
dest_files=["res://.godot/imported/pic_033_visual.png-7d958135897a14c572c6ceb746f9efb1.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://3lzzxx8sa7efj"
|
||||
path="res://.godot/imported/pic_034_visual.png-08a7063bb52231a537a77c2aa0d51a90.ctex"
|
||||
uid="uid://bj5wtks1cr836"
|
||||
path="res://.godot/imported/pic_034_visual.png-fd027bfdc09f536882fb2456a3191ce9.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
@@ -11,7 +11,7 @@ metadata={
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/kq4_034_island_beach/pic_034_visual.png"
|
||||
dest_files=["res://.godot/imported/pic_034_visual.png-08a7063bb52231a537a77c2aa0d51a90.ctex"]
|
||||
dest_files=["res://.godot/imported/pic_034_visual.png-fd027bfdc09f536882fb2456a3191ce9.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://2t90ucp6ry7ui"
|
||||
path="res://.godot/imported/pic_035_visual.png-08a7063bb52231a537a77c2aa0d51a90.ctex"
|
||||
uid="uid://sfwpxbftk3j5"
|
||||
path="res://.godot/imported/pic_035_visual.png-3642d7fcbea13d3e79221cfb6b5d3dc3.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
@@ -11,7 +11,7 @@ metadata={
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/kq4_035_island_beach/pic_035_visual.png"
|
||||
dest_files=["res://.godot/imported/pic_035_visual.png-08a7063bb52231a537a77c2aa0d51a90.ctex"]
|
||||
dest_files=["res://.godot/imported/pic_035_visual.png-3642d7fcbea13d3e79221cfb6b5d3dc3.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
uid://cspbeeahpf7u2
|
||||
40
scenes/kq4_036_island_garden_pond/pic_036_visual.png.import
Normal file
40
scenes/kq4_036_island_garden_pond/pic_036_visual.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cu7x3a50ixjb3"
|
||||
path="res://.godot/imported/pic_036_visual.png-1071dff74b7b1bf267bc20a706a5aa47.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/kq4_036_island_garden_pond/pic_036_visual.png"
|
||||
dest_files=["res://.godot/imported/pic_036_visual.png-1071dff74b7b1bf267bc20a706a5aa47.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
|
||||
@@ -1,17 +1,25 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://1odhh61zw5dfn"
|
||||
path="res://.godot/imported/pic_037_visual.png-037.ctex"
|
||||
uid="uid://dhv8xujijw3u2"
|
||||
path="res://.godot/imported/pic_037_visual.png-f9e5b36e59323668a757d4831f57b7de.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/kq4_037_fairy_island/pic_037_visual.png"
|
||||
dest_files=["res://.godot/imported/pic_037_visual.png-037.ctex"]
|
||||
dest_files=["res://.godot/imported/pic_037_visual.png-f9e5b36e59323668a757d4831f57b7de.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
|
||||
@@ -19,6 +27,10 @@ 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
|
||||
|
||||
@@ -3,15 +3,15 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://4renh70n7dut"
|
||||
path="res://.godot/imported/pic_038_visual.png-08a7063bb52231a537a77c2aa0d51a90.ctex"
|
||||
path="res://.godot/imported/pic_038_visual.png-333b5ddea87cecd64b8b5cef2a111b41.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://kq4-sierra-decompile/rooms/kq4-038-island-garden/pic_038_visual.png"
|
||||
dest_files=["res://.godot/imported/pic_038_visual.png-08a7063bb52231a537a77c2aa0d51a90.ctex"]
|
||||
source_file="res://scenes/kq4_038_island_garden/pic_038_visual.png"
|
||||
dest_files=["res://.godot/imported/pic_038_visual.png-333b5ddea87cecd64b8b5cef2a111b41.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
||||
40
scenes/kq4_039_island_beach/pic_039_visual.png.import
Normal file
40
scenes/kq4_039_island_beach/pic_039_visual.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ctd1mana03fh5"
|
||||
path="res://.godot/imported/pic_039_visual.png-5bd4615d94bcfc0ef075902963112ac8.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/kq4_039_island_beach/pic_039_visual.png"
|
||||
dest_files=["res://.godot/imported/pic_039_visual.png-5bd4615d94bcfc0ef075902963112ac8.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
|
||||
40
scenes/kq4_040_island_beach_east/pic_040_visual.png.import
Normal file
40
scenes/kq4_040_island_beach_east/pic_040_visual.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cmwi0jf4ssqad"
|
||||
path="res://.godot/imported/pic_040_visual.png-6482487b37ee0f9fcec394eee291a602.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/kq4_040_island_beach_east/pic_040_visual.png"
|
||||
dest_files=["res://.godot/imported/pic_040_visual.png-6482487b37ee0f9fcec394eee291a602.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
|
||||
@@ -1,17 +1,25 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://imapwruj8gg5"
|
||||
path="res://.godot/imported/pic_041_visual.png-041.ctex"
|
||||
path="res://.godot/imported/pic_041_visual.png-0c056240e8e35c0aef5dfe029c1f559b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/kq4_041_island_shore/pic_041_visual.png"
|
||||
dest_files=["res://.godot/imported/pic_041_visual.png-041.ctex"]
|
||||
dest_files=["res://.godot/imported/pic_041_visual.png-0c056240e8e35c0aef5dfe029c1f559b.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
|
||||
@@ -19,6 +27,10 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user