Update scene resources and improve health management logic

This commit is contained in:
2025-06-12 23:36:34 +02:00
parent cc737f22cf
commit d73931dad4
20 changed files with 1019 additions and 15 deletions

View File

@@ -1,8 +1,9 @@
[gd_scene load_steps=4 format=3 uid="uid://cb0mnye1ki5a6"]
[gd_scene load_steps=5 format=3 uid="uid://cb0mnye1ki5a6"]
[ext_resource type="Script" uid="uid://cie33tct7ehf0" path="res://addons/phantom_camera/scripts/phantom_camera_host/phantom_camera_host.gd" id="1_5abjq"]
[ext_resource type="PackedScene" uid="uid://dtjrpkhssq32a" path="res://objects/bg.tscn" id="2_nd58g"]
[ext_resource type="PackedScene" uid="uid://bva54p1fxomu2" path="res://objects/parallax_background.tscn" id="3_cdmor"]
[ext_resource type="PackedScene" uid="uid://bva54p1fxomu2" path="res://objects/village_parallax_background.tscn" id="3_cdmor"]
[ext_resource type="PackedScene" uid="uid://blpk55m4e7y3a" path="res://objects/forest_parallax_background.tscn" id="4_nd58g"]
[node name="Camera2D" type="Camera2D"]
limit_left = 320
@@ -22,4 +23,7 @@ z_index = -3
scale = Vector2(1.5, 1.5)
metadata/_edit_lock_ = true
[node name="ParallaxBackground" parent="." instance=ExtResource("3_cdmor")]
[node name="VillageParallaxBackground" parent="." instance=ExtResource("3_cdmor")]
[node name="ParallaxBackground" parent="." instance=ExtResource("4_nd58g")]
visible = false