Wrote some connections between the shock/alarm buttons and the terminal

This commit is contained in:
2026-03-25 08:28:49 -07:00
parent 13cbcb9914
commit a04d7699ae
3 changed files with 18 additions and 7 deletions

View File

@@ -87,3 +87,6 @@ offset_bottom = 1542.0
scale = Vector2(0.29, 0.29)
pivot_offset = Vector2(-39.952454, -39.952393)
texture = ExtResource("4_afen0")
[connection signal="button_down" from="B_Shock" to="CommandPrompt" method="_button_shock"]
[connection signal="button_down" from="B_Alarm" to="CommandPrompt" method="_button_alarm"]