Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ hammer/gameinfo.txt
src/

# Caches
__pycache__
__pycache__
/.vs/
11 changes: 0 additions & 11 deletions fgd/worldspawn.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@
1: "Yes, clear previous levels"
]

timeofday[engine](integer) : "Time of day" : 0
timeofday(choices) : "Time of day" : 0 =
[
0: "Midnight"
1: "Dawn"
2: "Morning"
3: "Afternoon"
4: "Dusk"
5: "Evening"
]

maxoccludeearea(float) : "Max occludee area" : 0 : "[Used on PC] Prevents occlusion testing for entities that take up more than X% of the screen."
minoccluderarea(float) : "Min occluder area" : 0 : "[Used on PC] Prevents occluders from being used if they take up less than X% of the screen."
maxpropscreenwidth(float) : "Start Fade Pixels" : -1 : "Number of pixels wide at which all props in the level start to fade (<0 = use fademaxdist). " +
Expand Down