mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 21:33:46 +03:00
25 lines
520 B
Lua
25 lines
520 B
Lua
--[[
|
|
| This file was obtained through the combined efforts
|
|
| of Madbluntz & Plymouth Antiquarian Society.
|
|
|
|
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
|
| Maloy, DrPepper10 @ RIP, Atle!
|
|
|
|
|
| Visit for more: https://plymouth.thetwilightzone.ru/
|
|
--]]
|
|
|
|
AddCSLuaFile()
|
|
DEFINE_BASECLASS("portals_in")
|
|
|
|
ENT.Base = "portals_in"
|
|
ENT.RenderGroup = RENDERGROUP_TRANSLUCENT
|
|
|
|
ENT.PrintName = "Portal (Two-way)"
|
|
ENT.Category = "Portals"
|
|
|
|
ENT.Spawnable = true
|
|
|
|
ENT.BaseColor = Color(127, 255, 255)
|
|
|
|
ENT.ExitType = "portals_twoway"
|