From 39cefeff7ea7589edb44c8d503b7310fc0c57396 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Tue, 16 Mar 2021 18:23:03 -0500 Subject: [PATCH] Added logic_playmovie --- base.fgd | 1 + 1 file changed, 1 insertion(+) diff --git a/base.fgd b/base.fgd index be8a249..4973ff6 100644 --- a/base.fgd +++ b/base.fgd @@ -5459,6 +5459,7 @@ input Disable(void) : "Enable the entity" ] +@PointClass base(Targetname) iconsprite("editor/logic_playmovie.vmt") = logic_playmovie : "Plays a movie and allows for various playback options" @PointClass base(Targetname) size(-8 -8 -8, 8 8 8) = point_template : "Turns an entity, or set of entities, into a single template that can be instanced anywhere, and multiple times. "+ "If there are interdependencies (entity I/O, hierarchy, or other name references) between the entities "+