Skip to content

Commit

Permalink
Updated in line with itch.io release
Browse files Browse the repository at this point in the history
  • Loading branch information
shawna-p committed Sep 9, 2023
1 parent 7038197 commit 9c87a6c
Show file tree
Hide file tree
Showing 4 changed files with 374 additions and 199 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# renpy-color-picker

A simple color picker for Ren'Py.

![Preview](color_picker.gif)

## How to Use

1. Download the ZIP of this repository using the green button in the top right. The two main files you will need are `color_picker.rpy` and `selector.webp`.
2. Put `color_picker.rpy` inside your Ren'Py project folder (with your other `rpy` files). Put `selector.webp` inside the `images` folder.
1. Note: you may replace `selector.webp` with your own image. The program requires an image named `selector`, but you can redeclare it in the script or by replacing the provided image.
1. Download the ZIP of this repository using the green button in the top right. The file `color_picker.rpy` is require; the file `color_picker_examples.rpy` is optional but will show you possible ways to use the tool.
2. Put `color_picker.rpy` inside your Ren'Py project folder (with your other `rpy` files).
3. There is a test label, `label how_to_use_color_picker`, included in `color_picker.rpy`. You can jump to it to test out the color picker (e.g. `jump how_to_use_color_picker`).

In particular, the example screen `screen color_picker` should be used as a guide for adding the picker to your own screens. The picker, hue bars, preview swatch, hex code information, etc. are all separate screen elements and can be resized and moved around the screen however you like.
In particular, the example screen `screen color_picker` should be used as a guide for adding the picker to your own screens. The picker, hue bars, preview swatch, hex code information, etc. are all separate screen elements and can be resized and moved around the screen however you like.

## Terms of Use

You are free to use this code however you wish. Credit as `Feniks` is not required but is appreciated if you found the code useful. You can also check out my website, https://feniksdev.com/ for Ren'Py coding tutorials.
You are free to use this code however you wish. Credit as `Feniks` is not required but is appreciated if you found the code useful. This tool can also be found on itch.io: https://feniksdev.itch.io/color-picker-for-renpy

You can check out my website, https://feniksdev.com/ for Ren'Py coding tutorials.

## Like my work?

Expand Down
Loading

0 comments on commit 9c87a6c

Please sign in to comment.