Skip to content

Commit

Permalink
Reformat the strings with double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tckarenchiang committed Sep 11, 2024
1 parent e219245 commit 8e99318
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ class MapType(Enum):
- "CUBE": Wraps the texture around a cube object.
- "SKYBOX": Like "cube" but maps onto the inside of an object.
"""
MAP2D = '2d'
CUBE = 'cube'
SKYBOX = 'skybox'
MAP2D = "2d"
CUBE = "cube"
SKYBOX = "skybox"

0 comments on commit 8e99318

Please sign in to comment.