form start

This commit is contained in:
ForestOfLight
2025-04-12 19:53:42 -07:00
Unverified
parent 0c90e13e2c
commit e43fb49d48
13 changed files with 372 additions and 48 deletions
+15
View File
@@ -0,0 +1,15 @@
export const InstanceEditOptions = Object.freeze({
Unknown: "unknown",
MainMenu: 'Back to Main Menu',
PlaceInstance: 'Place Instance',
RemovePlacement: 'Remove Placement',
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',
});