Skip to content

Commit ac8c447

Browse files
committed
Fixed doko's avatar & drawing
1 parent 2f9e463 commit ac8c447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scenes/space/CharmSummoner.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public override void _Ready()
7979
{ "boyong", ResourceLoader.Load(basePathAvatars + "boyong.png") },
8080
{ "Cturne", ResourceLoader.Load(basePathAvatars + "Cturne.png") },
8181
{ "Delicious Sandwich", ResourceLoader.Load(basePathAvatars + "Delicious Sandwich.png") },
82-
{ "Doko", ResourceLoader.Load(basePathAvatars + "Doko.png") },
82+
{ "doko", ResourceLoader.Load(basePathAvatars + "doko.png") },
8383
{ "DWraith23", ResourceLoader.Load(basePathAvatars + "DWraith23.png") },
8484
{ "Endor", ResourceLoader.Load(basePathAvatars + "Endor.png") },
8585
{ "Firebreath", ResourceLoader.Load(basePathAvatars + "Firebreath.png") },
@@ -122,7 +122,7 @@ public override void _Ready()
122122
{ "Cturne", ResourceLoader.Load(basePathDrawings + "Cturne.png") },
123123
{ "CuriousRecluse", ResourceLoader.Load(basePathDrawings + "CuriousRecluse.png") },
124124
{ "Delicious Sandwich", ResourceLoader.Load(basePathDrawings + "Delicious Sandwich.png") },
125-
{ "Doko", ResourceLoader.Load(basePathDrawings + "Doko.png") },
125+
{ "doko", ResourceLoader.Load(basePathDrawings + "doko.png") },
126126
{ "DWraith23", ResourceLoader.Load(basePathDrawings + "DWraith23.png") },
127127
{ "Endor", ResourceLoader.Load(basePathDrawings + "Endor.png") },
128128
{ "Firebreath", ResourceLoader.Load(basePathDrawings + "Firebreath.png") },

0 commit comments

Comments
 (0)