Compare commits
No commits in common. "f3f4cef1bfe0585bf8cd2cbe3f3803917dc316dd" and "08647a41880f05ca8a8c27031b893363a16210a3" have entirely different histories.
f3f4cef1bf
...
08647a4188
|
@ -3,15 +3,15 @@
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://di16cmfomo60u"
|
uid="uid://di16cmfomo60u"
|
||||||
path="res://.godot/imported/intro.png-5733d5421d999e0273f5c7e8c62d2491.ctex"
|
path="res://.godot/imported/Intro.png-ef37c38298536b7c161e4863253f3325.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://assets/images/intro.png"
|
source_file="res://assets/images/Intro.png"
|
||||||
dest_files=["res://.godot/imported/intro.png-5733d5421d999e0273f5c7e8c62d2491.ctex"]
|
dest_files=["res://.godot/imported/Intro.png-ef37c38298536b7c161e4863253f3325.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 31 KiB |
|
@ -1,34 +0,0 @@
|
||||||
[remap]
|
|
||||||
|
|
||||||
importer="texture"
|
|
||||||
type="CompressedTexture2D"
|
|
||||||
uid="uid://cr4e1faypphkg"
|
|
||||||
path="res://.godot/imported/ingame-instructions.png-47b6e281450dc0b79c6fd2f40f059336.ctex"
|
|
||||||
metadata={
|
|
||||||
"vram_texture": false
|
|
||||||
}
|
|
||||||
|
|
||||||
[deps]
|
|
||||||
|
|
||||||
source_file="res://assets/images/ingame-instructions.png"
|
|
||||||
dest_files=["res://.godot/imported/ingame-instructions.png-47b6e281450dc0b79c6fd2f40f059336.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
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 MiB |
|
@ -1,34 +0,0 @@
|
||||||
[remap]
|
|
||||||
|
|
||||||
importer="texture"
|
|
||||||
type="CompressedTexture2D"
|
|
||||||
uid="uid://cynull1bsik42"
|
|
||||||
path="res://.godot/imported/outro.png-474f491bb8e2fbb9b182fa83ab072d54.ctex"
|
|
||||||
metadata={
|
|
||||||
"vram_texture": false
|
|
||||||
}
|
|
||||||
|
|
||||||
[deps]
|
|
||||||
|
|
||||||
source_file="res://assets/images/outro.png"
|
|
||||||
dest_files=["res://.godot/imported/outro.png-474f491bb8e2fbb9b182fa83ab072d54.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
|
|
|
@ -1,19 +1,17 @@
|
||||||
[gd_scene load_steps=48 format=4 uid="uid://b88asko1ugyd2"]
|
[gd_scene load_steps=46 format=4 uid="uid://b88asko1ugyd2"]
|
||||||
|
|
||||||
[ext_resource type="Script" path="res://scripts/global/GameManager.gd" id="1_eeg2d"]
|
[ext_resource type="Script" path="res://scripts/global/GameManager.gd" id="1_eeg2d"]
|
||||||
[ext_resource type="Script" path="res://scripts/tilemap/World.gd" id="1_k0rw8"]
|
[ext_resource type="Script" path="res://scripts/tilemap/World.gd" id="1_k0rw8"]
|
||||||
[ext_resource type="TileSet" uid="uid://bi836ygcmyvhb" path="res://assets/tilemap/tileset.tres" id="1_vlccq"]
|
[ext_resource type="TileSet" uid="uid://bi836ygcmyvhb" path="res://assets/tilemap/tileset.tres" id="1_vlccq"]
|
||||||
[ext_resource type="Script" path="res://scripts/global/CameraController.gd" id="2_k51iv"]
|
[ext_resource type="Script" path="res://scripts/global/CameraController.gd" id="2_k51iv"]
|
||||||
[ext_resource type="Material" uid="uid://ckg3be082ny3h" path="res://assets/shader/shader_vignette.tres" id="3_7waul"]
|
[ext_resource type="Material" uid="uid://ckg3be082ny3h" path="res://assets/shader/shader_vignette.tres" id="3_7waul"]
|
||||||
[ext_resource type="Texture2D" uid="uid://di16cmfomo60u" path="res://assets/images/intro.png" id="3_oufrl"]
|
[ext_resource type="Texture2D" uid="uid://di16cmfomo60u" path="res://assets/images/Intro.png" id="3_oufrl"]
|
||||||
[ext_resource type="Script" path="res://scripts/player/PlayerManager.gd" id="4_1xqo1"]
|
[ext_resource type="Script" path="res://scripts/player/PlayerManager.gd" id="4_1xqo1"]
|
||||||
[ext_resource type="Texture2D" uid="uid://1ae5agveqddp" path="res://icon.svg" id="4_o8ona"]
|
[ext_resource type="Texture2D" uid="uid://1ae5agveqddp" path="res://icon.svg" id="4_o8ona"]
|
||||||
[ext_resource type="Script" path="res://scripts/visualization/BehaviorTreeVisualizer.gd" id="5_ecfvx"]
|
[ext_resource type="Script" path="res://scripts/visualization/BehaviorTreeVisualizer.gd" id="5_ecfvx"]
|
||||||
[ext_resource type="Script" path="res://scripts/tilemap/StepVisualization.gd" id="5_sr2su"]
|
[ext_resource type="Script" path="res://scripts/tilemap/StepVisualization.gd" id="5_sr2su"]
|
||||||
[ext_resource type="Script" path="res://scripts/player/tree/BehaviorTree.gd" id="6_efs30"]
|
[ext_resource type="Script" path="res://scripts/player/tree/BehaviorTree.gd" id="6_efs30"]
|
||||||
[ext_resource type="Texture2D" uid="uid://cr4e1faypphkg" path="res://assets/images/ingame-instructions.png" id="6_iootx"]
|
|
||||||
[ext_resource type="Script" path="res://scripts/player/tree/impl/base/TaskSelector.gd" id="7_1jajd"]
|
[ext_resource type="Script" path="res://scripts/player/tree/impl/base/TaskSelector.gd" id="7_1jajd"]
|
||||||
[ext_resource type="Texture2D" uid="uid://cynull1bsik42" path="res://assets/images/outro.png" id="7_hcta4"]
|
|
||||||
[ext_resource type="Script" path="res://scripts/player/tree/impl/testing/WalkUpToMouse.gd" id="8_s6mqc"]
|
[ext_resource type="Script" path="res://scripts/player/tree/impl/testing/WalkUpToMouse.gd" id="8_s6mqc"]
|
||||||
[ext_resource type="Script" path="res://scripts/player/tree/impl/base/TaskSequence.gd" id="9_i67mw"]
|
[ext_resource type="Script" path="res://scripts/player/tree/impl/base/TaskSequence.gd" id="9_i67mw"]
|
||||||
[ext_resource type="Script" path="res://scripts/player/tree/impl/base/GoToWhileRunningSuccessStop.gd" id="10_4v1m1"]
|
[ext_resource type="Script" path="res://scripts/player/tree/impl/base/GoToWhileRunningSuccessStop.gd" id="10_4v1m1"]
|
||||||
|
@ -287,10 +285,10 @@ grow_vertical = 0
|
||||||
scale = Vector2(0.415, 0.415)
|
scale = Vector2(0.415, 0.415)
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
size_flags_vertical = 8
|
size_flags_vertical = 8
|
||||||
texture = ExtResource("6_iootx")
|
|
||||||
|
|
||||||
[node name="OutroImageContainer" type="VBoxContainer" parent="Camera2D/CanvasLayer"]
|
[node name="OutroImageContainer" type="VBoxContainer" parent="Camera2D/CanvasLayer"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
|
visible = false
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
|
@ -299,7 +297,6 @@ grow_vertical = 2
|
||||||
|
|
||||||
[node name="OutroImage" type="TextureRect" parent="Camera2D/CanvasLayer/OutroImageContainer"]
|
[node name="OutroImage" type="TextureRect" parent="Camera2D/CanvasLayer/OutroImageContainer"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
texture = ExtResource("7_hcta4")
|
|
||||||
expand_mode = 4
|
expand_mode = 4
|
||||||
stretch_mode = 5
|
stretch_mode = 5
|
||||||
|
|
||||||
|
@ -383,7 +380,6 @@ stretch_mode = 5
|
||||||
|
|
||||||
[node name="FuelCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartFuel"]
|
[node name="FuelCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartFuel"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
layout_mode = 0
|
|
||||||
offset_right = 40.0
|
offset_right = 40.0
|
||||||
offset_bottom = 23.0
|
offset_bottom = 23.0
|
||||||
|
|
||||||
|
@ -395,7 +391,6 @@ stretch_mode = 5
|
||||||
|
|
||||||
[node name="AnchorCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartAnchor"]
|
[node name="AnchorCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartAnchor"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
layout_mode = 0
|
|
||||||
offset_right = 40.0
|
offset_right = 40.0
|
||||||
offset_bottom = 23.0
|
offset_bottom = 23.0
|
||||||
|
|
||||||
|
@ -407,7 +402,6 @@ stretch_mode = 5
|
||||||
|
|
||||||
[node name="ChestCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartChest"]
|
[node name="ChestCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartChest"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
layout_mode = 0
|
|
||||||
offset_right = 40.0
|
offset_right = 40.0
|
||||||
offset_bottom = 23.0
|
offset_bottom = 23.0
|
||||||
|
|
||||||
|
@ -419,7 +413,6 @@ stretch_mode = 5
|
||||||
|
|
||||||
[node name="GearsCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartGears"]
|
[node name="GearsCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartGears"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
layout_mode = 0
|
|
||||||
offset_right = 40.0
|
offset_right = 40.0
|
||||||
offset_bottom = 23.0
|
offset_bottom = 23.0
|
||||||
|
|
||||||
|
@ -431,7 +424,6 @@ stretch_mode = 5
|
||||||
|
|
||||||
[node name="MedikitCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartMedikit"]
|
[node name="MedikitCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartMedikit"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
layout_mode = 0
|
|
||||||
offset_right = 40.0
|
offset_right = 40.0
|
||||||
offset_bottom = 23.0
|
offset_bottom = 23.0
|
||||||
|
|
||||||
|
@ -443,7 +435,6 @@ stretch_mode = 5
|
||||||
|
|
||||||
[node name="PaddleCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartPaddle"]
|
[node name="PaddleCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartPaddle"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
layout_mode = 0
|
|
||||||
offset_right = 40.0
|
offset_right = 40.0
|
||||||
offset_bottom = 23.0
|
offset_bottom = 23.0
|
||||||
|
|
||||||
|
@ -455,7 +446,6 @@ stretch_mode = 5
|
||||||
|
|
||||||
[node name="StoveCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartGasStove"]
|
[node name="StoveCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartGasStove"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
layout_mode = 0
|
|
||||||
offset_right = 40.0
|
offset_right = 40.0
|
||||||
offset_bottom = 23.0
|
offset_bottom = 23.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue