superpowers-game-ftext-plugin
Version:
Generic text asset for the Superpowers Game system of Superpowers, the extensible HTML5 2D+3D game engine.
27 lines (23 loc) • 800 B
text/jade
doctype html
html
head
link(rel="stylesheet",href="/styles/reset.css")
link(rel="stylesheet",href="/styles/perfectResize.css")
link(rel="stylesheet",href="/styles/dialogs.css")
link(rel="stylesheet",href="../../textEditorWidget/index.css")
link(rel="stylesheet",href="index.css")
body
.text-editor-container
textarea(disabled).text-editor
.error-pane
.status
.draft
button(title= t("ftextEditor:applyChanges") disabled)= t("ftextEditor:saved")
.errorInfo
script(src="/SupCore.js")
script(src="/SupClient.js")
script(src="../../../../../SupEngine.js")
script(src="../../bundles/data.js")
script(src="../../bundles/components.js")
script(src="../../textEditorWidget/index.js")
script(src="index.js")