From f3f4cef1bfe0585bf8cd2cbe3f3803917dc316dd Mon Sep 17 00:00:00 2001 From: Yan Wittmann Date: Tue, 14 Jan 2025 19:30:01 +0100 Subject: [PATCH] Added image files back in --- project/assets/images/Intro.png.import | 6 +++--- project/main-scenes/island.tscn | 16 +++++++++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/project/assets/images/Intro.png.import b/project/assets/images/Intro.png.import index 483b4f5..edb3b59 100644 --- a/project/assets/images/Intro.png.import +++ b/project/assets/images/Intro.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://di16cmfomo60u" -path="res://.godot/imported/Intro.png-ef37c38298536b7c161e4863253f3325.ctex" +path="res://.godot/imported/intro.png-5733d5421d999e0273f5c7e8c62d2491.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/images/Intro.png" -dest_files=["res://.godot/imported/Intro.png-ef37c38298536b7c161e4863253f3325.ctex"] +source_file="res://assets/images/intro.png" +dest_files=["res://.godot/imported/intro.png-5733d5421d999e0273f5c7e8c62d2491.ctex"] [params] diff --git a/project/main-scenes/island.tscn b/project/main-scenes/island.tscn index ac4f672..89c9aed 100644 --- a/project/main-scenes/island.tscn +++ b/project/main-scenes/island.tscn @@ -1,17 +1,19 @@ -[gd_scene load_steps=46 format=4 uid="uid://b88asko1ugyd2"] +[gd_scene load_steps=48 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/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="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="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="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/tilemap/StepVisualization.gd" id="5_sr2su"] [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="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/base/TaskSequence.gd" id="9_i67mw"] [ext_resource type="Script" path="res://scripts/player/tree/impl/base/GoToWhileRunningSuccessStop.gd" id="10_4v1m1"] @@ -285,10 +287,10 @@ grow_vertical = 0 scale = Vector2(0.415, 0.415) size_flags_horizontal = 4 size_flags_vertical = 8 +texture = ExtResource("6_iootx") [node name="OutroImageContainer" type="VBoxContainer" parent="Camera2D/CanvasLayer"] unique_name_in_owner = true -visible = false anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -297,6 +299,7 @@ grow_vertical = 2 [node name="OutroImage" type="TextureRect" parent="Camera2D/CanvasLayer/OutroImageContainer"] layout_mode = 2 +texture = ExtResource("7_hcta4") expand_mode = 4 stretch_mode = 5 @@ -380,6 +383,7 @@ stretch_mode = 5 [node name="FuelCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartFuel"] unique_name_in_owner = true +layout_mode = 0 offset_right = 40.0 offset_bottom = 23.0 @@ -391,6 +395,7 @@ stretch_mode = 5 [node name="AnchorCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartAnchor"] unique_name_in_owner = true +layout_mode = 0 offset_right = 40.0 offset_bottom = 23.0 @@ -402,6 +407,7 @@ stretch_mode = 5 [node name="ChestCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartChest"] unique_name_in_owner = true +layout_mode = 0 offset_right = 40.0 offset_bottom = 23.0 @@ -413,6 +419,7 @@ stretch_mode = 5 [node name="GearsCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartGears"] unique_name_in_owner = true +layout_mode = 0 offset_right = 40.0 offset_bottom = 23.0 @@ -424,6 +431,7 @@ stretch_mode = 5 [node name="MedikitCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartMedikit"] unique_name_in_owner = true +layout_mode = 0 offset_right = 40.0 offset_bottom = 23.0 @@ -435,6 +443,7 @@ stretch_mode = 5 [node name="PaddleCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartPaddle"] unique_name_in_owner = true +layout_mode = 0 offset_right = 40.0 offset_bottom = 23.0 @@ -446,6 +455,7 @@ stretch_mode = 5 [node name="StoveCount" type="Label" parent="Camera2D/CanvasLayer/BottomRIghtContainer/VBoxContainer/BoatProcessUI/BoatPartGasStove"] unique_name_in_owner = true +layout_mode = 0 offset_right = 40.0 offset_bottom = 23.0