panelforge commited on
Commit
dadd915
·
verified ·
1 Parent(s): f68bd35

Update tags.py

Browse files
Files changed (1) hide show
  1. tags.py +5 -1
tags.py CHANGED
@@ -108,6 +108,10 @@ camera_tags = {
108
  }
109
 
110
  atmosphere_tags = {
111
- "Night": "night",
 
 
 
 
112
  }
113
 
 
108
  }
109
 
110
  atmosphere_tags = {
111
+ "Night": "midnight",
112
+ "Moody": "dark_lighting",
113
+ "Sensual": "sensual_lighting",
114
+ "Neon": "neon_colors",
115
+ "Graffiti": "graffiti"
116
  }
117