mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-03-05 03:43:10 +01:00
Created/added a new mesh_data_resource_editor plugin.
This commit is contained in:
parent
cda3fe3638
commit
06912c320e
3
game/addons/.gitignore
vendored
3
game/addons/.gitignore
vendored
@ -7,4 +7,7 @@
|
|||||||
!godot-plugin-refresher/**
|
!godot-plugin-refresher/**
|
||||||
!gdpose
|
!gdpose
|
||||||
!gdpose/**
|
!gdpose/**
|
||||||
|
!mesh_data_resource_editor
|
||||||
|
!mesh_data_resource_editor/**
|
||||||
!addon_versions
|
!addon_versions
|
||||||
|
|
||||||
|
7
game/addons/mesh_data_resource_editor/plugin.cfg
Normal file
7
game/addons/mesh_data_resource_editor/plugin.cfg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[plugin]
|
||||||
|
|
||||||
|
name="mesh_data_resource_editor"
|
||||||
|
description=""
|
||||||
|
author="Relintai"
|
||||||
|
version="1.0"
|
||||||
|
script="plugin.gd"
|
10
game/addons/mesh_data_resource_editor/plugin.gd
Normal file
10
game/addons/mesh_data_resource_editor/plugin.gd
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
tool
|
||||||
|
extends EditorPlugin
|
||||||
|
|
||||||
|
|
||||||
|
func _enter_tree():
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
func _exit_tree():
|
||||||
|
pass
|
@ -311,7 +311,7 @@ window/size/ui_scale_touch=1.0
|
|||||||
|
|
||||||
[editor_plugins]
|
[editor_plugins]
|
||||||
|
|
||||||
enabled=PoolStringArray( "Godoxel", "gdpose" )
|
enabled=PoolStringArray( "Godoxel", "gdpose", "mesh_data_resource_editor" )
|
||||||
|
|
||||||
[ess]
|
[ess]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user