Added a new world generator addon.

This commit is contained in:
Relintai 2021-12-21 21:25:35 +01:00
parent a643072963
commit c3093be0d4
4 changed files with 20 additions and 1 deletions

View File

@ -15,5 +15,7 @@
!mat_maker_gd/** !mat_maker_gd/**
!color-palette !color-palette
!color-palette/** !color-palette/**
!world_generator
!world_generator/**
!addon_versions !addon_versions

View File

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

View File

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

View File

@ -328,7 +328,7 @@ window/size/ui_scale_touch=1.0
[editor_plugins] [editor_plugins]
enabled=PoolStringArray( "res://addons/Godoxel/plugin.cfg", "res://addons/color-palette/plugin.cfg", "res://addons/godot-plugin-refresher/plugin.cfg", "res://addons/mat_maker_gd/plugin.cfg", "res://addons/mesh_data_resource_editor/plugin.cfg" ) enabled=PoolStringArray( "res://addons/Godoxel/plugin.cfg", "res://addons/color-palette/plugin.cfg", "res://addons/godot-plugin-refresher/plugin.cfg", "res://addons/mat_maker_gd/plugin.cfg", "res://addons/mesh_data_resource_editor/plugin.cfg", "res://addons/world_generator/plugin.cfg" )
[ess] [ess]