Move stamps out of big mess (#22877)
* gigacommit * Update honkbot.yml * foxing * merg * bring back mime sound * ; * :trollface:
This commit is contained in:
@@ -32,8 +32,9 @@ public sealed partial class StampComponent : Component
|
||||
/// </summary>
|
||||
[DataField("stampedName")]
|
||||
public string StampedName { get; set; } = "stamp-component-stamped-name-default";
|
||||
|
||||
/// <summary>
|
||||
/// Tne sprite state of the stamp to display on the paper from bureacracy.rsi.
|
||||
/// Tne sprite state of the stamp to display on the paper from paper Sprite path.
|
||||
/// </summary>
|
||||
[DataField("stampState")]
|
||||
public string StampState { get; set; } = "paper_stamp-generic";
|
||||
@@ -44,6 +45,9 @@ public sealed partial class StampComponent : Component
|
||||
[DataField("stampedColor")]
|
||||
public Color StampedColor = Color.FromHex("#BB3232"); // StyleNano.DangerousRedFore
|
||||
|
||||
/// <summary>
|
||||
/// The sound when stamp stamped
|
||||
/// </summary>
|
||||
[DataField("sound")]
|
||||
public SoundSpecifier Sound = new SoundPathSpecifier("/Audio/Items/Stamp/thick_stamp_sub.ogg")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user