mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-21 13:16:49 +01:00
Added a new world generator addon.
This commit is contained in:
parent
a643072963
commit
c3093be0d4
2
game/addons/.gitignore
vendored
2
game/addons/.gitignore
vendored
@ -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
|
||||||
|
|
||||||
|
7
game/addons/world_generator/plugin.cfg
Normal file
7
game/addons/world_generator/plugin.cfg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[plugin]
|
||||||
|
|
||||||
|
name="WorldGenerator"
|
||||||
|
description=""
|
||||||
|
author="Relintai"
|
||||||
|
version=""
|
||||||
|
script="plugin.gd"
|
10
game/addons/world_generator/plugin.gd
Normal file
10
game/addons/world_generator/plugin.gd
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
tool
|
||||||
|
extends EditorPlugin
|
||||||
|
|
||||||
|
|
||||||
|
func _enter_tree():
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
func _exit_tree():
|
||||||
|
pass
|
@ -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]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user