Tweak prompts

This commit is contained in:
Jens Pitkänen 2024-08-20 19:36:51 +03:00
parent 5c66ac4867
commit 81bd77e1fc

View File

@ -68,9 +68,9 @@ namespace Gmtk24 {
if (!Player.Table.Orbit.IsEnabled) { if (!Player.Table.Orbit.IsEnabled) {
var names = FormButtonNames("toggle_table"); var names = FormButtonNames("toggle_table");
if (Player.Table.IsEnabled) if (Player.Table.IsEnabled)
CornerPrompt.Text = $"{names}: {"Recall Table"}"; CornerPrompt.Text = $"{names}: {"Dismiss Table"}";
else else
CornerPrompt.Text = $"{names}: {"Spawn Table"}"; CornerPrompt.Text = $"{names}: {"Summon Table"}";
} else { } else {
if (Player.Table.Orbit.HeldBlock == null) { if (Player.Table.Orbit.HeldBlock == null) {
var zoom_out = FormButtonNames("zoom_orbit_out"); var zoom_out = FormButtonNames("zoom_orbit_out");