-
Notifications
You must be signed in to change notification settings - Fork 6
port cyrillic crayon sprites #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
cryals
wants to merge
1
commit into
master
Choose a base branch
from
locale-sprite
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
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,133 @@ | ||
| # Cyrillic letters | ||
| - type: decal # Б | ||
| id: cyr_b | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_b | ||
|
|
||
| - type: decal # Г | ||
| id: cyr_g | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_g | ||
|
|
||
| - type: decal # Д | ||
| id: cyr_d | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_d | ||
|
|
||
| - type: decal # Ж | ||
| id: cyr_zh | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_zh | ||
|
|
||
| - type: decal # З | ||
| id: cyr_z | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_z | ||
|
|
||
| - type: decal # И | ||
| id: cyr_i | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_i | ||
|
|
||
| - type: decal # Л | ||
| id: cyr_l | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_l | ||
|
|
||
| - type: decal # П | ||
| id: cyr_p | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_p | ||
|
|
||
| - type: decal # Ф | ||
| id: cyr_f | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_f | ||
|
|
||
| - type: decal # Ц | ||
| id: cyr_c | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_c | ||
|
|
||
| - type: decal # Ч | ||
| id: cyr_ch | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_ch | ||
|
|
||
| - type: decal # Ш | ||
| id: cyr_sh | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_sh | ||
|
|
||
| - type: decal # Щ | ||
| id: cyr_shh | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_shh | ||
|
|
||
| - type: decal # Ъ | ||
| id: cyr_hard_sign | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_hard_sign | ||
|
|
||
| - type: decal # Ы | ||
| id: cyr_y | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_y | ||
|
|
||
| - type: decal # Ь | ||
| id: cyr_soft_sign | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_soft_sign | ||
|
|
||
| - type: decal # Э | ||
| id: cyr_eh | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_eh | ||
|
|
||
| - type: decal # Ю | ||
| id: cyr_yu | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_yu | ||
|
|
||
| - type: decal # Я | ||
| id: cyr_ya | ||
| tags: ["crayon", "crayon-2-alphanum"] | ||
| sprite: | ||
| sprite: _Corvax/Effects/crayondecals.rsi | ||
| state: cyr_ya | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+171 Bytes
Resources/Textures/_Corvax/Effects/crayondecals.rsi/cyr_hard_sign.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+168 Bytes
Resources/Textures/_Corvax/Effects/crayondecals.rsi/cyr_soft_sign.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions
68
Resources/Textures/_Corvax/Effects/crayondecals.rsi/meta.json
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,68 @@ | ||
| { | ||
| "version": 1, | ||
| "size": { | ||
| "x": 32, | ||
| "y": 32 | ||
| }, | ||
| "license": "CC0-1.0", | ||
| "copyright": "discord:temporary-ga#3856", | ||
| "states": [ | ||
| { | ||
| "name": "cyr_b" | ||
| }, | ||
| { | ||
| "name": "cyr_c" | ||
| }, | ||
| { | ||
| "name": "cyr_ch" | ||
| }, | ||
| { | ||
| "name": "cyr_d" | ||
| }, | ||
| { | ||
| "name": "cyr_eh" | ||
| }, | ||
| { | ||
| "name": "cyr_f" | ||
| }, | ||
| { | ||
| "name": "cyr_g" | ||
| }, | ||
| { | ||
| "name": "cyr_hard_sign" | ||
| }, | ||
| { | ||
| "name": "cyr_i" | ||
| }, | ||
| { | ||
| "name": "cyr_l" | ||
| }, | ||
| { | ||
| "name": "cyr_p" | ||
| }, | ||
| { | ||
| "name": "cyr_sh" | ||
| }, | ||
| { | ||
| "name": "cyr_shh" | ||
| }, | ||
| { | ||
| "name": "cyr_soft_sign" | ||
| }, | ||
| { | ||
| "name": "cyr_y" | ||
| }, | ||
| { | ||
| "name": "cyr_ya" | ||
| }, | ||
| { | ||
| "name": "cyr_yu" | ||
| }, | ||
| { | ||
| "name": "cyr_z" | ||
| }, | ||
| { | ||
| "name": "cyr_zh" | ||
| } | ||
| ] | ||
| } |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
Match base crayon behavior fields on all new Cyrillic decals.
These entries omit
defaultCleanable,defaultCustomColor, anddefaultSnap, while existing crayon decals define them. That can cause behavior drift (notably colorization/cleanup/snap handling) for Cyrillic decals.💡 Suggested patch pattern (apply to each Cyrillic decal entry)
📝 Committable suggestion
🤖 Prompt for AI Agents
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.
хуйню не неси, это порт блять
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.
The PR description image shows a dark-themed character picker dialog titled "Мелок" (Chalk) displaying a grid of characters including Cyrillic letters, Latin letters, and digits — confirming the visual result of these crayon decal additions.
Let me verify the upstream commit to see whether the original source also omits those fields.
@cryals, понял, спасибо за пояснение — раз это прямой порт из апстрима (fdf42df), добавлять поля, которых нет в оригинале, не нужно. Снимаю замечание.✏️ Learnings added