Socket
Book a DemoInstallSign in
Socket

gdquest.colorpicker_presets

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gdquest.colorpicker_presets

"Sets the editor color picker presets from

latest
Source
npmnpm
Version
0.0.2-beta
Version published
Maintainers
1
Created
Source

GDQuest ColorPicker Presets

Reads a color presets gpl (GIMP Palette) file in the addon local directory, called presets.gpl. It adds the colors to the editor ColorPicker for quick access.

This repository includes a presets.gpl file as an example. It's the official GDQuest color palette.

✗ WARNING

Compatible: Godot >= v4.0

The addon:

  • Doesn't check the length of the color palette/file.
  • Overwrites the ColorPicker presets whenever you reopen the project or re-enable the addon.

✓ Install

Using Godot Package Manager

  • gpm init.
  • Follow instructions with NPMjs package.
  • Enable the addon from Project > Project Settings... > Plugins.
  • Profit.

Manual

  • Make a new folder at res://addons/colorpicker_presets/.
  • Copy the contents of this repository into res://addons/colorpicker_presets/.
  • Replace res://addons/colorpicker_presets/presets.gpl with your preferred version.
  • Enable the addon from Project > Project Settings... > Plugins.
  • Profit.

install project settings

Where do I find the presets?

They'll be available in the editor ColorPicker.

ColorPicker presets

Keywords

addon

FAQs

Package last updated on 15 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts