-
-
Notifications
You must be signed in to change notification settings - Fork 686
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Makes painting usable #12297
Open
Tsar-Salat
wants to merge
11
commits into
BeeStation:master
Choose a base branch
from
Tsar-Salat:Painting-Palettes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Makes painting usable #12297
+1,857
−799
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
itsmeow
reviewed
Feb 16, 2025
code/datums/components/palette.dm
Outdated
var/is_right_clicking = LAZYACCESS(params2list(params), RIGHT_CLICK) | ||
var/index = text2num(choice) | ||
if(is_right_clicking) | ||
var/chosen_color = input(user, "Pick new color", "[parent]", colors[index]) as color|null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use tgui color picker
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Peak ngl i can see our talented folks liking this! now we need the port of the search bar on the librator console to easily print cool paintings! |
This was referenced Feb 18, 2025
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
Administration
Feature
Sprites
TGUI-Changes
Contains changes to TGUI. Make sure its up to date with TGUI 4.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About The Pull Request
This adds painting palettes, painting gridlines, more painting canvases, and centralizes painting persistence.
Palettes allow you to store colors for later use.
Gridlines explain themselves.
Canvases are nice.
New persistence code.
Ports:
Why It's Good For The Game
The color swapping with painting has been the most ass part of it, and has stopped me from ever really getting into it.
Furthermore, we really lack an actual tool for painting that isnt just spraypainting shit all over, which isnt ideal.
This should work a lot better.
I have waited over a year to get rclick support, just for this branch.
Testing Photographs and Procedure
Screenshots&Videos
dreamseeker_8nN28pRHOe.mp4
Changelog
🆑 rkz, AnturK, Ghommie
add: You can now become patron of your favorite painting by buying sponsorship from Nanotrasen Trust Foundation.
add: Painter's palettes are now available at library vendor.
add: Can use strokes in paintings now
add: Adds a eye-dropper-like right-click function to the painting canvas UI. Right-Click a pixel on the canvas while holding a painting tool to have it copy its color.
add: Also adds a right-click function to the color palette at the bottom of the UI to allow users to set its colors without having to alternate between the game window and the UI.
add: A tooltip has been added near the top-left corner of the same UI to let players know of these features.
add: The Canvas UI now shows a grid while the user is painting.
admin: adds admin menu for seeing all current paintings
/:cl: