Skip to content

Instantly share code, notes, and snippets.

View tmedwards's full-sized avatar

Thomas M. Edwards tmedwards

View GitHub Profile
@tmedwards
tmedwards / preload-images.js
Created January 8, 2023 12:59
Image preload function & macro
/*
Image preload function & macro.
*/
/*
preload(imageURLs)
*/
var preload = (function () {
var loadImage = (function () {
// Image loading attributes.
@tmedwards
tmedwards / sc-i18n-example-2.twee
Last active November 28, 2023 01:08
SugarCube v2 basic internationalization (i18n) example using a switching method (in Twee notation)
:: StoryTitle
SugarCube i18n example
:: Language Switching [script]
;(function () {
/***********************************************************
Set up a `i18n` object on SugarCube's `setup` object.
***********************************************************/
setup.i18n = {
@tmedwards
tmedwards / sc-i18n-example.twee
Last active March 13, 2024 06:46
SugarCube v2 basic internationalization (i18n) example using the Settings menu (in Twee notation)
:: StoryTitle
SugarCube i18n example
:: Language Switching [script]
;(function () {
/***********************************************************
Set up a `i18n` object on SugarCube's `setup` object.
***********************************************************/
setup.i18n = {