Tweak prompts
This commit is contained in:
parent
5c66ac4867
commit
81bd77e1fc
@ -68,9 +68,9 @@ namespace Gmtk24 {
|
||||
if (!Player.Table.Orbit.IsEnabled) {
|
||||
var names = FormButtonNames("toggle_table");
|
||||
if (Player.Table.IsEnabled)
|
||||
CornerPrompt.Text = $"{names}: {"Recall Table"}";
|
||||
CornerPrompt.Text = $"{names}: {"Dismiss Table"}";
|
||||
else
|
||||
CornerPrompt.Text = $"{names}: {"Spawn Table"}";
|
||||
CornerPrompt.Text = $"{names}: {"Summon Table"}";
|
||||
} else {
|
||||
if (Player.Table.Orbit.HeldBlock == null) {
|
||||
var zoom_out = FormButtonNames("zoom_orbit_out");
|
||||
|
Loading…
Reference in New Issue
Block a user