Skip to content

Commit

Permalink
Update crayons.yml
Browse files Browse the repository at this point in the history
ADD "text_" for every letter
  • Loading branch information
SinguloDev authored Nov 13, 2024
1 parent 047705f commit 791abc6
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions Resources/Prototypes/Corvax/Decals/crayons.yml
Original file line number Diff line number Diff line change
@@ -1,132 +1,132 @@
# Cyrillic letters
- type: decal # Б
id: cyr_b
id: text_cyr_b
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_b

- type: decal # Ч
id: cyr_ch
id: text_cyr_ch
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_ch

- type: decal # Ц
id: cyr_c
id: text_cyr_c
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_c

- type: decal # Д
id: cyr_d
id: text_cyr_d
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_d

- type: decal # Э
id: cyr_eh
id: text_cyr_eh
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_eh

- type: decal # Ф
id: cyr_f
id: text_cyr_f
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_f

- type: decal # Г
id: cyr_g
id: text_cyr_g
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_g

- type: decal # И
id: cyr_i
id: text_cyr_i
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_i

- type: decal # Л
id: cyr_l
id: text_cyr_l
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_l

- type: decal # Ь
id: cyr_soft_sign
id: text_cyr_soft_sign
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_soft_sign

- type: decal # П
id: cyr_p
id: text_cyr_p
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_p

- type: decal # Щ
id: cyr_shh
id: text_cyr_shh
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_shh

- type: decal # Ш
id: cyr_sh
id: text_cyr_sh
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_sh

- type: decal # Ъ
id: cyr_hard_sign
id: text_cyr_hard_sign
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_hard_sign

- type: decal # Ю
id: cyr_u
id: text_cyr_u
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_u

- type: decal # Я
id: cyr_ya
id: text_cyr_ya
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_ya

- type: decal # Ы
id: cyr_y
id: text_cyr_y
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_y

- type: decal # Ж
id: cyr_zh
id: text_cyr_zh
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
state: cyr_zh

- type: decal # З
id: cyr_z
id: text_cyr_z
tags: ["crayon"]
sprite:
sprite: Corvax/Effects/crayondecals.rsi
Expand Down

0 comments on commit 791abc6

Please sign in to comment.