From 5dc8bc2661aeabe2509282d70b5208559f69cee4 Mon Sep 17 00:00:00 2001 From: Rob Kelly Date: Sun, 6 Jul 2025 17:40:58 -0600 Subject: [PATCH] Added cargo lift control label text --- assets/text/text.csv | 4 ++++ .../level/cargo_bay/elevator/elevator_control.tscn | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/assets/text/text.csv b/assets/text/text.csv index afc322e..aa1efc2 100644 --- a/assets/text/text.csv +++ b/assets/text/text.csv @@ -83,6 +83,9 @@ INTERACTIVE_SWITCH_VERB,use INTERACTIVE_WORLDITEM_VERB,"pick up" INTERACTIVE_TANK_LABEL,"Grunk Tank" INTERACTIVE_TANK_VERB,deposit +INTERACTIVE_LIFT_ASCEND_LABEL,ascend +INTERACTIVE_LIFT_DESCEND_LABEL,descend +INTERACTIVE_LIFT_BRAKE_LABEL,brake , ITEM_EYEBALLS_NAME,Eyeballs ITEM_EYEBALLS_DESCRIPTION,"A pair of eyeballs, formerly belonging to the shift supervisor. Could be used with a retinal scanner." @@ -90,3 +93,4 @@ ITEM_EYEBALLS_DESCRIPTION,"A pair of eyeballs, formerly belonging to the shift s SWITCH_BULKHEAD_LABEL,"Bulkhead Control" SWITCH_QUARANTINE_LABEL,"Quarantine Override" SWITCH_CARGOBAY_LABEL,"Cargo Bay Security Override" +SWITCH_CARGO_LIFT_LABEL,"Cargo Lift Control" diff --git a/levels/ghost_ship/level/cargo_bay/elevator/elevator_control.tscn b/levels/ghost_ship/level/cargo_bay/elevator/elevator_control.tscn index 9631b1f..b6b1730 100644 --- a/levels/ghost_ship/level/cargo_bay/elevator/elevator_control.tscn +++ b/levels/ghost_ship/level/cargo_bay/elevator/elevator_control.tscn @@ -51,8 +51,8 @@ shape = SubResource("BoxShape3D_ho6u3") [node name="Interactive" type="Node" parent="HighInteractor"] script = ExtResource("1_4m3mp") enabled = true -label = "cargo lift" -verb = "set" +label = "SWITCH_CARGO_LIFT_LABEL" +verb = "INTERACTIVE_LIFT_ASCEND_LABEL" metadata/_custom_type_script = "uid://deg5xd87cy8rg" [node name="MidInteractor" type="StaticBody3D" parent="."] @@ -65,8 +65,8 @@ shape = SubResource("BoxShape3D_egxej") [node name="Interactive" type="Node" parent="MidInteractor"] script = ExtResource("1_4m3mp") enabled = true -label = "cargo lift" -verb = "set" +label = "SWITCH_CARGO_LIFT_LABEL" +verb = "INTERACTIVE_LIFT_BRAKE_LABEL" metadata/_custom_type_script = "uid://deg5xd87cy8rg" [node name="LowInteractor" type="StaticBody3D" parent="."] @@ -80,8 +80,8 @@ shape = SubResource("BoxShape3D_jgw86") [node name="Interactive" type="Node" parent="LowInteractor"] script = ExtResource("1_4m3mp") enabled = true -label = "cargo lift" -verb = "set" +label = "SWITCH_CARGO_LIFT_LABEL" +verb = "INTERACTIVE_LIFT_DESCEND_LABEL" metadata/_custom_type_script = "uid://deg5xd87cy8rg" [connection signal="activated" from="HighInteractor/Interactive" to="." method="on_set_high"]