We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81101d6 commit 1580a95Copy full SHA for 1580a95
1 file changed
docs/index.md
@@ -40,8 +40,12 @@ The plugin includes a demo level showcasing multiple vertex lighting configurati
40
41
### **VertexLighting_Manager**
42
The `VertexLighting_Manager` is essential for vertex lighting functionality.
43
-{{important}} Ensure only <ins>one</ins> manager is present per level. {{end}}
44
-{{warning}} Only up to 256 vertex lights can be registered at the same time. {{end}}
+> [!important]
+> Ensure only <ins>one</ins> manager is present per level.
45
+
46
+> [!CAUTION]
47
+> Only up to 256 vertex lights can be registered at the same time.
48
49
<img src="images/actor_icons/Light_Manager.png" alt="The icon of the VertexLighting_Manager" width="200">
50
51
#### Default Settings:
0 commit comments