-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from ky-bean/main
Add xe/xem & they/xe neopronouns!
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
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
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 |
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
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 |