Created/added a new mesh_data_resource_editor plugin.

This commit is contained in:
Relintai 2021-02-08 08:24:40 +01:00
parent cda3fe3638
commit 06912c320e
4 changed files with 21 additions and 1 deletions

View File

@ -7,4 +7,7 @@
!godot-plugin-refresher/**
!gdpose
!gdpose/**
!mesh_data_resource_editor
!mesh_data_resource_editor/**
!addon_versions

View File

@ -0,0 +1,7 @@
[plugin]
name="mesh_data_resource_editor"
description=""
author="Relintai"
version="1.0"
script="plugin.gd"

View File

@ -0,0 +1,10 @@
tool
extends EditorPlugin
func _enter_tree():
pass
func _exit_tree():
pass

View File

@ -311,7 +311,7 @@ window/size/ui_scale_touch=1.0
[editor_plugins]
enabled=PoolStringArray( "Godoxel", "gdpose" )
enabled=PoolStringArray( "Godoxel", "gdpose", "mesh_data_resource_editor" )
[ess]