generated from krampus/template-godot4
Added cargo lift control label text
Some checks failed
Some checks failed
This commit is contained in:
parent
f8123ecc00
commit
5dc8bc2661
@ -83,6 +83,9 @@ INTERACTIVE_SWITCH_VERB,use
|
|||||||
INTERACTIVE_WORLDITEM_VERB,"pick up"
|
INTERACTIVE_WORLDITEM_VERB,"pick up"
|
||||||
INTERACTIVE_TANK_LABEL,"Grunk Tank"
|
INTERACTIVE_TANK_LABEL,"Grunk Tank"
|
||||||
INTERACTIVE_TANK_VERB,deposit
|
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_NAME,Eyeballs
|
||||||
ITEM_EYEBALLS_DESCRIPTION,"A pair of eyeballs, formerly belonging to the shift supervisor. Could be used with a retinal scanner."
|
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_BULKHEAD_LABEL,"Bulkhead Control"
|
||||||
SWITCH_QUARANTINE_LABEL,"Quarantine Override"
|
SWITCH_QUARANTINE_LABEL,"Quarantine Override"
|
||||||
SWITCH_CARGOBAY_LABEL,"Cargo Bay Security Override"
|
SWITCH_CARGOBAY_LABEL,"Cargo Bay Security Override"
|
||||||
|
SWITCH_CARGO_LIFT_LABEL,"Cargo Lift Control"
|
||||||
|
|
@ -51,8 +51,8 @@ shape = SubResource("BoxShape3D_ho6u3")
|
|||||||
[node name="Interactive" type="Node" parent="HighInteractor"]
|
[node name="Interactive" type="Node" parent="HighInteractor"]
|
||||||
script = ExtResource("1_4m3mp")
|
script = ExtResource("1_4m3mp")
|
||||||
enabled = true
|
enabled = true
|
||||||
label = "cargo lift"
|
label = "SWITCH_CARGO_LIFT_LABEL"
|
||||||
verb = "set"
|
verb = "INTERACTIVE_LIFT_ASCEND_LABEL"
|
||||||
metadata/_custom_type_script = "uid://deg5xd87cy8rg"
|
metadata/_custom_type_script = "uid://deg5xd87cy8rg"
|
||||||
|
|
||||||
[node name="MidInteractor" type="StaticBody3D" parent="."]
|
[node name="MidInteractor" type="StaticBody3D" parent="."]
|
||||||
@ -65,8 +65,8 @@ shape = SubResource("BoxShape3D_egxej")
|
|||||||
[node name="Interactive" type="Node" parent="MidInteractor"]
|
[node name="Interactive" type="Node" parent="MidInteractor"]
|
||||||
script = ExtResource("1_4m3mp")
|
script = ExtResource("1_4m3mp")
|
||||||
enabled = true
|
enabled = true
|
||||||
label = "cargo lift"
|
label = "SWITCH_CARGO_LIFT_LABEL"
|
||||||
verb = "set"
|
verb = "INTERACTIVE_LIFT_BRAKE_LABEL"
|
||||||
metadata/_custom_type_script = "uid://deg5xd87cy8rg"
|
metadata/_custom_type_script = "uid://deg5xd87cy8rg"
|
||||||
|
|
||||||
[node name="LowInteractor" type="StaticBody3D" parent="."]
|
[node name="LowInteractor" type="StaticBody3D" parent="."]
|
||||||
@ -80,8 +80,8 @@ shape = SubResource("BoxShape3D_jgw86")
|
|||||||
[node name="Interactive" type="Node" parent="LowInteractor"]
|
[node name="Interactive" type="Node" parent="LowInteractor"]
|
||||||
script = ExtResource("1_4m3mp")
|
script = ExtResource("1_4m3mp")
|
||||||
enabled = true
|
enabled = true
|
||||||
label = "cargo lift"
|
label = "SWITCH_CARGO_LIFT_LABEL"
|
||||||
verb = "set"
|
verb = "INTERACTIVE_LIFT_DESCEND_LABEL"
|
||||||
metadata/_custom_type_script = "uid://deg5xd87cy8rg"
|
metadata/_custom_type_script = "uid://deg5xd87cy8rg"
|
||||||
|
|
||||||
[connection signal="activated" from="HighInteractor/Interactive" to="." method="on_set_high"]
|
[connection signal="activated" from="HighInteractor/Interactive" to="." method="on_set_high"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user