From da72e0a39da661851d21fa41f06e0c5d7592009a Mon Sep 17 00:00:00 2001 From: Sofia Date: Mon, 27 Jul 2026 20:27:38 +0300 Subject: [PATCH] Add health pickups to two towers --- godot/maps/two_towers/two_towers.tscn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/godot/maps/two_towers/two_towers.tscn b/godot/maps/two_towers/two_towers.tscn index 4700f99..a995cc0 100644 --- a/godot/maps/two_towers/two_towers.tscn +++ b/godot/maps/two_towers/two_towers.tscn @@ -13,6 +13,7 @@ [ext_resource type="PackedScene" uid="uid://c1r8nk58cci3a" path="res://scenes/misc/goal.tscn" id="12_2spb1"] [ext_resource type="Material" uid="uid://bhwlb3s7ybwau" path="res://maps/materials/str_rotwoodgen1.tres" id="13_13612"] [ext_resource type="Material" uid="uid://dme44tx1rdvug" path="res://maps/materials/str_stonerubble.tres" id="14_iqy6x"] +[ext_resource type="PackedScene" uid="uid://dov2eh5u4ypnx" path="res://scenes/misc/health_pickup.tscn" id="15_26faa"] [ext_resource type="Material" uid="uid://btolvbdu7qbxb" path="res://maps/materials/str_rotwoodgen2.tres" id="15_xq706"] [sub_resource type="ArrayMesh" id="ArrayMesh_ldmbn"] @@ -2394,3 +2395,9 @@ shadow_enabled = true [node name="world_environment" type="WorldEnvironment" parent="." unique_id=850026555] environment = SubResource("Environment_mw7l8") + +[node name="health_pickup" parent="." unique_id=1860192333 instance=ExtResource("15_26faa")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.0403452, 4.7683716e-07, 3.9879453) + +[node name="health_pickup2" parent="." unique_id=2089960439 instance=ExtResource("15_26faa")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.1104984, 0, -4.1103725)