~webapps/unity-webapps-lordofultima/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// ==UserScript==
// @include       https://*.lordofultima.com/*
// @include       http://*.lordofultima.com/*
// ==/UserScript==

// This placeholder gets munged with real data at build time.
var WebappsGettextDict = JSON.parse(unescape(
    "%7B%22GETTEXT%22%3A%22PLACEHOLDER%22%7D"
));

window.Unity = external.getUnityObject(1);

Unity.init({ name: "Lord of Ultima",
             domain: 'lordofultima.com',
             homepage: 'http://www.lordofultima.com/',
             iconUrl: "icon://unity-webapps-lordofultima",
             onInit: null });