Skip to content

Commit

Permalink
Merge pull request #21 from Studio-23-xyz/add-default-character-image
Browse files Browse the repository at this point in the history
Add default character image
  • Loading branch information
BDeshiDev authored May 2, 2024
2 parents ad7b287 + 79a1856 commit 1111ea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Linq;
using UnityEngine;
using UnityEngine.Serialization;
using UnityEngine.UIElements;

namespace Studio23.SS2.DialogueSystem.Data
{
Expand All @@ -11,6 +12,7 @@ namespace Studio23.SS2.DialogueSystem.Data
public class CharacterData : ScriptableObject
{
public string CharacterName;
public Sprite DefaultSprite;
public Color DialogueColor;
public List<CharacterExpressionData> Expressions;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.studio23.ss2.dialoguesystem",
"version": "0.4.3",
"version": "0.4.4",
"displayName": "Dialogue System",
"description": "Dialogue system is an authoring tool for developers to integrate dialogue from scriptwriters inside unity.",
"unity": "2022.3",
Expand Down

0 comments on commit 1111ea1

Please sign in to comment.