Add files via upload

This commit is contained in:
2025-08-17 15:03:39 +02:00
committed by GitHub
commit 7d6e5fab53
6 changed files with 418 additions and 0 deletions

16
languages/en.json Normal file
View File

@@ -0,0 +1,16 @@
{
"EASYBATTLEMAP": {
"Ready": "Easy Battlemap module is ready",
"DropAreaTitle": "Easy Battlemap Creator",
"DropInstructions": "Drop a background image and a JSON file with wall data here",
"BackgroundStatus": "Background Image",
"WallDataStatus": "Wall Data",
"CreateScene": "Create Battlemap Scene",
"MissingFiles": "Both background image and wall data JSON are required",
"CreatingScene": "Creating battlemap scene...",
"SceneCreated": "Battlemap scene created",
"UploadFailed": "Failed to upload background image",
"SceneCreationFailed": "Failed to create scene",
"InvalidJSON": "The JSON file could not be parsed"
}
}