Skip to content

Commit

Permalink
Merge pull request #4 from ky-bean/main
Browse files Browse the repository at this point in the history
Add xe/xem & they/xe neopronouns!
  • Loading branch information
beanOCE authored Nov 24, 2024
2 parents c747e1a + 85d4584 commit 25d500c
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions beanPronouns/Resources/Cosmetics/title_theyxe.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[gd_resource type="Resource" load_steps=3 format=2]

[ext_resource path="res://Assets/Textures/CosmeticIcons/cosmetic_icons62.png" type="Texture" id=1]
[ext_resource path="res://Resources/Scripts/cosmetic_resource.gd" type="Script" id=2]

[resource]
script = ExtResource( 2 )
name = "they/xe Title"
desc = "they/xe pronouns!"
title = "they/xe"
icon = ExtResource( 1 )
species_alt_mesh = [ ]
main_color = Color( 1, 1, 1, 1 )
body_pattern = [ ]
mirror_face = true
flip = false
allow_blink = true
category = "title"
cos_internal_id = 0
in_rotation = false
chest_reward = true
cost = 10
22 changes: 22 additions & 0 deletions beanPronouns/Resources/Cosmetics/title_xem.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[gd_resource type="Resource" load_steps=3 format=2]

[ext_resource path="res://Assets/Textures/CosmeticIcons/cosmetic_icons62.png" type="Texture" id=1]
[ext_resource path="res://Resources/Scripts/cosmetic_resource.gd" type="Script" id=2]

[resource]
script = ExtResource( 2 )
name = "xe/xem Title"
desc = "xe/xem pronouns!"
title = "xe/xem"
icon = ExtResource( 1 )
species_alt_mesh = [ ]
main_color = Color( 1, 1, 1, 1 )
body_pattern = [ ]
mirror_face = true
flip = false
allow_blink = true
category = "title"
cos_internal_id = 0
in_rotation = false
chest_reward = true
cost = 10

0 comments on commit 25d500c

Please sign in to comment.