Form complete but not error handled

This commit is contained in:
ForestOfLight
2025-04-13 01:11:23 -07:00
Unverified
parent 6ced22b57b
commit 373b3df853
11 changed files with 225 additions and 117 deletions
+6 -8
View File
@@ -1,15 +1,13 @@
export const InstanceEditOptions = Object.freeze({
Unknown: "unknown",
MainMenu: 'Back to Main Menu',
PlaceInstance: 'Place Instance',
RemovePlacement: 'Remove Placement',
Unknown: 'Unknown',
MainMenu: '<<',
PlaceInstance: '§aPlace Instance',
EnableInstance: '§aEnable Instance',
DisableInstance: '§cDisable Instance',
RenameInstance: 'Rename Instance',
DeleteInstance: '§cDelete Instance',
NextLayer: 'Increase Layer',
PreviousLayer: 'Decrease Layer',
SetLayer: 'Set Layer',
Move: 'Move Here',
Rotate: 'Rotate',
Mirror: 'Mirror',
MaterialsList: 'Get Materials List',
Move: 'Move Here'
});