mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-12-03 17:12:06 +00:00
c0fbf5e71e
Changed, General interface: all main menu toolbars are now visible when starting the editor for the first time. Changed, General interface: "Prefabs" and "Edit" menus are now hidden when no map is loaded. Changed, General interface: moved "Dynamic Grid Size" menu item to the "Edit" menu, also moved the button to the matching position on the toolbar. Changed, General interface: changed "Show Comments" menu item position in the "View" menu, also moved the button to the matching position on the toolbar. Game configurations: removed "gamedetect" block, because it was unused by the editor. Updated documentation ("Map Format Settings" page).
14 lines
No EOL
231 B
INI
14 lines
No EOL
231 B
INI
|
|
// Basic Doom and Vanilla engine stuff.
|
|
|
|
include("Doom_Misc.cfg");
|
|
|
|
// The only difference with Doom
|
|
skills
|
|
{
|
|
1 = "Easy does it";
|
|
2 = "Not so sticky";
|
|
3 = "Gobs of goo";
|
|
4 = "Extreme ooze";
|
|
5 = "Super slimey!";
|
|
} |