Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Konclan committed Oct 6, 2023
1 parent fb7d77a commit b3eb6aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/precomp/skybox.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

Expand Down

0 comments on commit b3eb6aa

Please sign in to comment.