From 7d1413b9a413d1c49710de6f6ee09e2fe92a3a16 Mon Sep 17 00:00:00 2001 From: brae Date: Sat, 12 Jun 2021 21:34:50 -0700 Subject: [PATCH] feat: add origin for every point entity this has the caveat of point entities now having the origin sphere --- fgd/bases/BaseEntityPoint.fgd | 1 + 1 file changed, 1 insertion(+) diff --git a/fgd/bases/BaseEntityPoint.fgd b/fgd/bases/BaseEntityPoint.fgd index 490e7971d..7f254caca 100644 --- a/fgd/bases/BaseEntityPoint.fgd +++ b/fgd/bases/BaseEntityPoint.fgd @@ -5,6 +5,7 @@ "When the player transitions to a new map, entities in the new map with globalnames matching entities in the previous map " + "will have the previous map's state copied over their state." + origin(origin) : "Origin (X Y Z)" : : "The position of this entity's center in the world." angles(angle) : "Pitch Yaw Roll (X Y Z)" : "0 0 0" : "This entity's orientation in the world. " + "Roll is the rotation around the X axis, " + "pitch is rotation around the Y axis and " +