mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-12-04 01:22:29 +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).
13 lines
No EOL
211 B
INI
13 lines
No EOL
211 B
INI
|
|
// Basic Doom and Vanilla engine stuff.
|
|
|
|
include("Doom_Misc.cfg");
|
|
|
|
// The only difference with Doom
|
|
skills
|
|
{
|
|
1 = "Punkass Bitch";
|
|
2 = "Petty Thug";
|
|
3 = "Hot Shit";
|
|
4 = "Badass Mother Fucker";
|
|
} |