mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
50 lines
No EOL
848 B
INI
Executable file
50 lines
No EOL
848 B
INI
Executable file
/*******************************************************************\
|
|
GZDoom Builder Script highlighting definitions for ANIMDEFS
|
|
\*******************************************************************/
|
|
|
|
// Editor settings
|
|
description = "ZDoom ANIMDEFS";
|
|
codepage = 0;
|
|
extensions = "txt";
|
|
casesensitive = false;
|
|
codeblockopen = "{";
|
|
codeblockclose = "}";
|
|
insertcase = 1; // 0=Normal, 1=Lowercase, 2=Uppercase
|
|
lexer = 35; // CPP-style, case-insensitive
|
|
keywordhelp = "http://zdoom.org/wiki/ANIMDEFS";
|
|
scripttype = "ANIMDEFS";
|
|
|
|
properties
|
|
{
|
|
texture;
|
|
flat;
|
|
tics;
|
|
rand;
|
|
range;
|
|
fit;
|
|
switch;
|
|
sound;
|
|
animateddoor;
|
|
|
|
pic;
|
|
warp;
|
|
warp2;
|
|
on;
|
|
off;
|
|
opensound;
|
|
closesound;
|
|
cameratexture;
|
|
worldpanning;
|
|
}
|
|
|
|
constants
|
|
{
|
|
allowdecals;
|
|
doom;
|
|
heretic;
|
|
hexen;
|
|
strife;
|
|
optional;
|
|
random;
|
|
oscillate;
|
|
} |