Skip to content

Commit

Permalink
Rename Aubrey to Ethan
Browse files Browse the repository at this point in the history
There was unnecessary confusion around the uncommon name 'Aubrey.'
We saw this particularly with the scout group. The name was only
ever a placeholder, and it stuck around too long. The character's
name is now 'Ethan'. Ethan was the most popular boy's name for
non-Hispanic Blacks in NYC in 2013 according to
https://www.nyc.gov/assets/doh/downloads/pdf/vs/baby-names-male2013.pdf
  • Loading branch information
doctor-g committed Feb 26, 2024
1 parent b0d0368 commit b1bcd2a
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://nnsvltgmeigg"
path="res://.godot/imported/aubrey.png-9c8ca38099b70a5e8d12c927b660190c.ctex"
path="res://.godot/imported/ethan.png-0126f4aca13e0e2ee0e982933fb6dfa4.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://cast/aubrey.png"
dest_files=["res://.godot/imported/aubrey.png-9c8ca38099b70a5e8d12c927b660190c.ctex"]
source_file="res://cast/ethan.png"
dest_files=["res://.godot/imported/ethan.png-0126f4aca13e0e2ee0e982933fb6dfa4.ctex"]

[params]

Expand Down
10 changes: 5 additions & 5 deletions project/cast/aubrey.tres → project/cast/ethan.tres
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[gd_resource type="Resource" script_class="NpcDefinition" load_steps=3 format=3 uid="uid://da82e2nowucrc"]

[ext_resource type="Texture2D" uid="uid://nnsvltgmeigg" path="res://cast/aubrey.png" id="1_717ct"]
[ext_resource type="Script" path="res://cast/npc_definition.gd" id="1_qf2ol"]
[ext_resource type="Texture2D" uid="uid://nnsvltgmeigg" path="res://cast/ethan.png" id="1_o83wk"]
[ext_resource type="Script" path="res://cast/npc_definition.gd" id="2_2jw81"]

[resource]
script = ExtResource("1_qf2ol")
name = "Aubrey"
image = ExtResource("1_717ct")
script = ExtResource("2_2jw81")
name = "Ethan"
image = ExtResource("1_o83wk")
2 changes: 1 addition & 1 deletion project/story/drama_club/cast_or_crew.gd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extends SimpleStory

var text := '"I love Drama Club! Do you want to be in the [i]cast[/i] or help me with the [i]tech[/i] side of things?"'

var npc_name := "Aubrey"
var npc_name := "Ethan"

var location := "drama"

Expand Down
2 changes: 1 addition & 1 deletion project/story/robotics_club/parent_influence.gd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var text := [
'"I always thought that sounded good, but I also like creative writing. What should I look for in a major?"',
]

var npc_name := "Aubrey"
var npc_name := "Ethan"

var location := "robotics"

Expand Down
2 changes: 1 addition & 1 deletion project/story/robotics_club/programming.gd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var text := [
'"I\'ve been programming since I was a kid. I guess I could do it."'
]

var npc_name := "Aubrey"
var npc_name := "Ethan"

var location := "robotics"

Expand Down
2 changes: 1 addition & 1 deletion project/story/starting_stories/engineering_types.gd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends SimpleStory

var npc_name := "Aubrey"
var npc_name := "Ethan"

var text := [
'"Have you thought about engineering?"',
Expand Down
2 changes: 1 addition & 1 deletion project/story/starting_stories/garden.gd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var text := [
'"...Now the problem is, there\'s so many options I don\'t know where to start! Do you have any ideas for the garden?"'
]

var npc_name := "Aubrey"
var npc_name := "Ethan"

var location := "courtyard"

Expand Down
2 changes: 1 addition & 1 deletion project/story/starting_stories/liberal_arts.gd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends SimpleStory

var npc_name := "Aubrey"
var npc_name := "Ethan"

var text := [
'"I\'ve been looking at some colleges with my parents."',
Expand Down
2 changes: 1 addition & 1 deletion project/story/starting_stories/schedule_conflict.gd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const _ROBOTICS_CLUB := "Robotics Club"
const _DRAMA_DIR := "res://story/drama_club/"
const _ROBOTICS_DIR := "res://story/robotics_club/"

var npc_name := "Aubrey"
var npc_name := "Ethan"

var text := '"Oh no, the drama club meets the same time as robotics club! What do [i]you[/i] want to do?"'

Expand Down
2 changes: 1 addition & 1 deletion project/ui/cast_carousel.tscn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[gd_scene load_steps=11 format=3 uid="uid://dcuhgkvouhkiq"]

[ext_resource type="Script" path="res://ui/cast_carousel.gd" id="1_k5iq2"]
[ext_resource type="Texture2D" uid="uid://nnsvltgmeigg" path="res://cast/aubrey.png" id="2_6q8b8"]
[ext_resource type="Texture2D" uid="uid://nnsvltgmeigg" path="res://cast/ethan.png" id="2_6q8b8"]
[ext_resource type="StyleBox" uid="uid://dlbigrenfpyvm" path="res://ui/white_rounded_style_box.tres" id="2_o28lb"]
[ext_resource type="Texture2D" uid="uid://bfeif5iosw0gv" path="res://cast/hilda.png" id="3_pxqv0"]
[ext_resource type="Texture2D" uid="uid://8feisb4hegcw" path="res://cast/mary.png" id="4_qwxpl"]
Expand Down

0 comments on commit b1bcd2a

Please sign in to comment.