mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 14:53:47 +00:00
11 lines
333 B
GDScript3
11 lines
333 B
GDScript3
|
|
# 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
|