Creating UI: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 July 2026

  • curprev 21:3521:35, 29 July 2026 Joshcamas talk contribs 3,784 bytes +3,784 Created page with "Creating new UI elements is for now, quite simple. More complex UI features will be coming later. == Event Message == Event Message is text that appears on the top left of the screen. Can appear at any time in gameplay and in most menus. Messages will stack, and only a handful will appear at a time. === ShowMessage === Displays the message<syntaxhighlight lang="c#">//Shows a simple text message. Will play a sound, and will stack. EventMessageInfoUI.ShowMessage(string m..." Tag: Visual edit