]> git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
entities.ent: update dom_controlpoint bbox to match xonotic-data.pk3dir!1131
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 18 May 2023 15:09:57 +0000 (01:09 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 18 May 2023 15:09:57 +0000 (01:09 +1000)
Previous values don't match 0.8.5

scripts/entities.ent

index 46f023fc19515de7108e8e0c553aba540a76e247..532ce48ded0d304ca8ca83015e263d8766795c9e 100644 (file)
@@ -20,7 +20,7 @@ The targeted entity is preferably an info_null.
 The projection is a linear projection, and originates from the center of this entity (the start of the arrow line in Radiant) to the origin of the targeted entity (the end of the arrow line in Radiant).
 </group>
 
-<point name="dom_controlpoint" color=".3 .3 1" box="-16 -16 -16 16 16 16">
+<point name="dom_controlpoint" color=".3 .3 1" box="-48 -48 -32 48 48 32">
 Domination control point
 In order to get Domination working well in your map, you need to place dom_team and dom_controlpoint entities.  You *must* have at least 3 dom_team entities - 2 minimum teams and one blank one (empty netname and no team).  You can have up to 4 teams (5 dom_team entities).
 -------- KEYS --------