forked from Luffyyy/BeardLib-Editor
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsupermod.xml
More file actions
14 lines (14 loc) · 827 Bytes
/
supermod.xml
File metadata and controls
14 lines (14 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<mod name="BeardLib-Editor"
description="BeardLib-Editor is a mod that uses the amazing library called BeardLib to allow editor-like features!"
author="Luffy, ontrigger"
image="Assets/textures/editor_logo.png">
<hooks>
<!-- <post hook_id="lib/utils/levelloadingscreenguiscript" script_path="Hooks/EditorLoadingScreen.lua"/> FIXME? -->
<group hook_id="core/lib/utils/dev/tools/particle_editor/" script_path="Classes/Map/Tools/ParticleEditor/">
<post :hook_id="coreparticleeditorpanel" :script_path="ParticleEditorPanel.lua"/>
<post :hook_id="coreparticleeditorproperties" :script_path="ParticleEditorProperties.lua"/>
<post :hook_id="coreparticleeditoreffect" :script_path="ParticleEditorEffect.lua"/>
</group>
</hooks>
</mod>