Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
f1ad91ab
Commit
f1ad91ab
authored
3 years ago
by
MascaraSnake
Browse files
Options
Downloads
Patches
Plain Diff
Add linedef type 467 to ZB config
parent
1b339a9e
Branches
Branches containing commit
Tags
Tags containing commit
6 merge requests
!1714
UDMF: The whole thing
,
!1696
UDMF: Sector fields
,
!1694
UDMF: More linedef types
,
!1693
UDMF: Thing types
,
!1680
UDMF: Linedef executor triggers
,
!1621
UDMF: Lighting
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/conf/SRB2-22.cfg
+9
-1
9 additions, 1 deletion
extras/conf/SRB2-22.cfg
with
9 additions
and
1 deletion
extras/conf/SRB2-22.cfg
+
9
−
1
View file @
f1ad91ab
...
...
@@ -2004,7 +2004,7 @@ linedeftypes
402
{
title
=
"
Set Tagged Sector's Light Level
"
;
title
=
"
Copy Light Level to Tagged Sectors
"
;
prefix = "(402)";
flags8text
=
"[3] Set delay by backside sector"
;
}
...
...
@@ -2086,6 +2086,14 @@ linedeftypes
prefix = "(435)";
flags8text
=
"[3] Set delay by backside sector"
;
}
467
{
title
=
"Set Tagged Sector's Light Level"
;
prefix = "(467)";
flags8text
=
"[3] Set delay by backside sector"
;
flags256text = "[8] Set relative to current";
}
}
linedefexecplane
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment