mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
24
lua/entities/portals_twoway.lua
Normal file
24
lua/entities/portals_twoway.lua
Normal file
@@ -0,0 +1,24 @@
|
||||
--[[
|
||||
| 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"
|
||||
Reference in New Issue
Block a user