Files
wnsrc/lua/entities/portals_twoway.lua
lifestorm 6a58f406b1 Upload
2024-08-04 23:54:45 +03:00

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"