Added scene palette addon

This commit is contained in:
Marco 2025-02-24 11:57:09 +01:00
commit 687d3f7803
43 changed files with 1471 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# Can't use this because Godot can't save nested custom resources
# Leaving here in case this is fixed in the future
#extends Resource
#class_name PalettePluginFavorite
#
#var _default_button_color = '#21262e'
#
#var directory:String
#var color:Color = Color(_default_button_color)
#var instantiate_scenes_for_previews:bool = false