Clean up previous commit

This commit is contained in:
Buhallin 2022-12-15 00:34:01 -08:00
parent bf8f9bd12b
commit 7339646ae7
No known key found for this signature in database
GPG Key ID: DB3C362823852294
4 changed files with 3 additions and 5 deletions

View File

@ -39,7 +39,7 @@
"Custom_Assetbundle.9f95fd",
"Custom_Assetbundle.35b95f",
"Custom_Assetbundle.5af8f2",
"AgendaArea.9f334f",
"MythosArea.9f334f",
"Custom_Tile.91dd9b",
"Custom_Assetbundle.5706ae",
"Custom_Tile.6161b4",

View File

@ -58,7 +58,7 @@
"HideWhenFaceDown": false,
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"Locked": true,
"LuaScript": "require(\"core/MythosArea\")",
"LuaScriptState": "[]",
"MeasureMovement": false,
@ -69,7 +69,7 @@
"Tooltip": false,
"Transform": {
"posX": -1.309,
"posY": 1.477,
"posY": 1.483,
"posZ": 0.034,
"rotX": 0,
"rotY": 270,

View File

@ -32,7 +32,6 @@ local currentScenario
---------------------------------------------------------
function onSave()
-- return JSON.encode({})
return JSON.encode({
spawnedLocs = spawnedLocationGUIDs,
currentScenario = currentScenario

View File

@ -38,7 +38,6 @@ do
-- Event to be called when the current scenario has changed.
---@param scenarioName Name of the new scenario
PlayAreaApi.onScenarioChanged = function(scenarioName)
log("In API")
getObjectFromGUID(PLAY_AREA_GUID).call("onScenarioChanged", scenarioName)
end