Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/Engine/Core/Core.aslx
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@
if (HasString(game, "marginscolour")) {
JS.setCss ("body", "background-color:" + game.marginscolour)
}
if (game.turnoffsavebutton) {
JS.setCss ("#controlButtons", "display:none")
}
if (game.turnoffcompass) {
JS.setCss ("#compassLabel", "display:none;")
JS.setCss ("#compassAccordion", "display:none;")
Expand Down
8 changes: 0 additions & 8 deletions src/Engine/Core/CoreEditorGame.aslx
Original file line number Diff line number Diff line change
Expand Up @@ -625,14 +625,6 @@
<onlydisplayif>game.showlocation and not game.classiclocation</onlydisplayif>
</control>

<control>
<controltype>checkbox</controltype>
<caption>[EditorGameHideSaveButton]</caption>
<attribute>turnoffsavebutton</attribute>
<onlydisplayif>game.showlocation</onlydisplayif>
</control>


<control>
<controltype>title</controltype>
<caption>[EditorGameBorderCaption]</caption>
Expand Down
1 change: 0 additions & 1 deletion src/Engine/Core/CoreTypes.aslx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<commandcursor>&gt;</commandcursor>
<moneyformat>$!</moneyformat>
<classiclocation/>
<turnoffsavebutton type="boolean">false</turnoffsavebutton>
<mapexitwidth type="int">1</mapexitwidth>
<mapexitcolour>Black</mapexitcolour>

Expand Down
1 change: 0 additions & 1 deletion src/Engine/Core/Languages/EditorDeutsch.aslx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
<template name="EditorGamePrices">Preise: Ein Nummernfeld zur Angabe eines Artikelpreises wird der Registerkarte "Inventar" hinzugefügt</template>
<template name="EditorGameInroomdescriptions">Beschreibungen im Raum: Zu jedem Objekt kann eine zusätzliche Beschreibung in den Räumen angezeigt werden</template>
<template name="EditorGameMultipleCommands">Eingabe mehrerer Kommandos in einem Kommandofeld erlauben (Getrennt durch einen Punkt)</template>
<template name="EditorGameHideSaveButton">Speichern-Schaltfläche im Webplayer entfernen</template>
<template name="EditorGameDisplay">Oberfläche</template>
<template name="EditorGameTheme">Thema</template>
<template name="EditorGameFont">Schriftart</template>
Expand Down
1 change: 0 additions & 1 deletion src/Engine/Core/Languages/EditorEnglish.aslx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@
<template name="EditorGamePrices">Prices: adds a number box to the Inventory tab for the price of the item</template>
<template name="EditorGameInroomdescriptions">In-room descriptions: additional text which each object contributes to a room description</template>
<template name="EditorGameMultipleCommands">Allow input of multiple commands in one line separated by "."</template>
<template name="EditorGameHideSaveButton">Hide the Save button on the web player</template>
<template name="EditorGameDisplay">Display</template>
<template name="EditorGameTheme">Theme</template>
<template name="EditorGameFont">Text</template>
Expand Down
Loading