Skip to content

Commit

Permalink
Fix #3999
Browse files Browse the repository at this point in the history
Also fix the laserfield light color
  • Loading branch information
Luke18033 authored and Luke18033 committed Nov 17, 2021
1 parent c6e3449 commit 64851ef
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
versioninfo
{
"editorversion" "400"
"editorbuild" "8419"
"mapversion" "37"
"editorbuild" "8973"
"mapversion" "39"
"formatversion" "100"
"prefab" "0"
}
Expand All @@ -20,7 +20,7 @@ viewsettings
world
{
"id" "1"
"mapversion" "37"
"mapversion" "39"
"classname" "worldspawn"
"detailmaterial" "detail/detailsprites"
"detailvbsp" "detail.vbsp"
Expand All @@ -32,7 +32,7 @@ entity
{
"id" "6"
"classname" "prop_dynamic"
"angles" "0 0 90"
"angles" "0 180 90"
"DisableBoneFollowers" "0"
"disablereceiveshadows" "0"
"drawinfastreflection" "1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
versioninfo
{
"editorversion" "400"
"editorbuild" "8419"
"mapversion" "62"
"editorbuild" "8973"
"mapversion" "63"
"formatversion" "100"
"prefab" "0"
}
Expand All @@ -20,7 +20,7 @@ viewsettings
world
{
"id" "1"
"mapversion" "62"
"mapversion" "63"
"classname" "worldspawn"
"detailmaterial" "detail/detailsprites"
"detailvbsp" "detail.vbsp"
Expand All @@ -32,7 +32,7 @@ entity
{
"id" "6"
"classname" "prop_static"
"angles" "0 0 90"
"angles" "0 180 90"
"disableselfshadowing" "0"
"disablevertexlighting" "0"
"drawinfastreflection" "1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
versioninfo
{
"editorversion" "400"
"editorbuild" "8419"
"mapversion" "61"
"editorbuild" "8973"
"mapversion" "62"
"formatversion" "100"
"prefab" "0"
}
Expand All @@ -20,7 +20,7 @@ viewsettings
world
{
"id" "1"
"mapversion" "61"
"mapversion" "62"
"classname" "worldspawn"
"detailmaterial" "detail/detailsprites"
"detailvbsp" "detail.vbsp"
Expand Down Expand Up @@ -49,7 +49,7 @@ entity
"pressuredelay" "0"
"RandomAnimation" "0"
"renderamt" "255"
"rendercolor" "255 0 0"
"rendercolor" "236 28 35"
"renderfx" "0"
"rendermode" "0"
"SetBodyGroup" "0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
versioninfo
{
"editorversion" "400"
"editorbuild" "8419"
"mapversion" "64"
"editorbuild" "8973"
"mapversion" "65"
"formatversion" "100"
"prefab" "0"
}
Expand All @@ -20,7 +20,7 @@ viewsettings
world
{
"id" "1"
"mapversion" "64"
"mapversion" "65"
"classname" "worldspawn"
"detailmaterial" "detail/detailsprites"
"detailvbsp" "detail.vbsp"
Expand All @@ -41,7 +41,7 @@ entity
"ignorenormals" "0"
"model" "models/bee2/props_ingame/cust_fizz_static.mdl"
"renderamt" "255"
"rendercolor" "255 0 0"
"rendercolor" "236 28 35"
"rendermode" "0"
"screenspacefade" "0"
"skin" "3"
Expand Down

0 comments on commit 64851ef

Please sign in to comment.