https://github.com/foxcapades/renpy-color-picker
Visual color picker for Ren'Py
https://github.com/foxcapades/renpy-color-picker
color color-picker library renpy
Last synced: 11 months ago
JSON representation
Visual color picker for Ren'Py
- Host: GitHub
- URL: https://github.com/foxcapades/renpy-color-picker
- Owner: Foxcapades
- License: mit
- Created: 2023-08-09T17:43:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T16:57:21.000Z (over 1 year ago)
- Last Synced: 2025-04-03T17:33:52.015Z (over 1 year ago)
- Topics: color, color-picker, library, renpy
- Language: Python
- Homepage:
- Size: 2.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.adoc
- License: license
Awesome Lists containing this project
README
= Ren'Py Color Picker
image::docs/assets/itch-cover.png[]
Provides a new color picker screen that may be called to allow users to pick a
color. The screen returns the selected color when the user presses 'Done'.
== Usage
For a full usage example see link:game/script.rpy[`script.rpy`].
== License
This source code and project are released under the MIT license, which to
paraphrase in a way that is not legally binding:
* You can use it for free things
* You can use it for paid things
* You can modify it however you see fit
* You can redistribute it as you see fit
* Go nuts!
For a better breakdown of what the license actually means see:
https://choosealicense.com/licenses/mit/
I do ask that you credit me in some way, but if you don't I'm not gonna call the
open-source police on you. If you do choose to credit me you can do so by
providing a link to my link:https://github.com/Foxcapades[GitHub], my
link:https://foxcapades.itch.io/[Itch.io], or just call me Foxcapades.