Modding:Polish: Difference between revisions
Created page with "{{stub}} Before publishing your mod, consider asking yourself these questions: == Do my tiles look okay at different zoom levels? == Use the mouse wheel to zoom in and out. == Have I tested both modern and classic UIs? == To access the classic UI, go to Options, ensure "Show advanced options" is checked, and uncheck "Enable modern UI" under UI. The modern and classic UIs behave differently when reading a book. Ensure your books are paginated and broken into lines su..." |
articles |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
Before publishing your mod, consider asking yourself these questions: | Before publishing your mod, consider asking yourself these questions: | ||
== Does the game text correctly use or refrain from using articles with my objects? == | |||
If you've created an object with a proper name, give it <code><xtagGrammar Proper="true" /></code> to keep the game from improperly putting an article before it. (E.g., "The Argyve takes 1 damage from your pyrokinesis!"). | |||
== Do my tiles look okay at different zoom levels? == | == Do my tiles look okay at different zoom levels? == |