From b3eb6aafb2198a964d15d1c10a677b5d46a4a675 Mon Sep 17 00:00:00 2001 From: Konclan Date: Fri, 6 Oct 2023 13:54:18 -0500 Subject: [PATCH] Add some comments --- src/precomp/skybox.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/precomp/skybox.py b/src/precomp/skybox.py index 4f14b4294..35f26cc87 100644 --- a/src/precomp/skybox.py +++ b/src/precomp/skybox.py @@ -11,6 +11,7 @@ EX_SIZE_MIN = Vec(5632, 5632, 5632) def make_skybox(vmf : VMF, coll): + """Generate the map skybox""" if not precomp.options.get(bool, 'extend_chamber'): return None @@ -24,6 +25,7 @@ def make_skybox(vmf : VMF, coll): # Add exterior decoration def make_skybox_shell(vmf : VMF): + """Make the shell around the map""" # Generate our walls size_pad = Vec(2048, 2048, 128)