Logo
Explore Help
Register Sign In
Cinka/OldThink
1
0
Fork 0
You've already forked OldThink
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
7ab11dd20b00a12af00a441e634ec0c90b2dfbfa
OldThink/Content.Client/Botany/Components/PotencyVisualsComponent.cs

12 lines
262 B
C#
Raw Normal View History

PlantHolderVisualizer component system refactor (#10091) * Converted PlantHolderVisualizer to component and system. * Cleaned up Botany folder. * Converted initialization of HydroTrayVisualizer under PlantHolderVisualizerSystem to it's own GenericVisualizer. * Cleaned up hydro_tray.yml.
2022-07-30 19:18:49 -07:00
namespace Content.Client.Botany.Components;
Potency sprite scaling (#7100) Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2022-03-13 03:11:03 -07:00
[RegisterComponent]
public sealed class PotencyVisualsComponent : Component
{
[DataField("minimumScale")]
Make potency visuals 1x scaling by default (#16324)
2023-05-11 07:15:21 -04:00
public float MinimumScale = 1f;
Potency sprite scaling (#7100) Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2022-03-13 03:11:03 -07:00
[DataField("maximumScale")]
Make potency visuals 1x scaling by default (#16324)
2023-05-11 07:15:21 -04:00
public float MaximumScale = 2f;
Potency sprite scaling (#7100) Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2022-03-13 03:11:03 -07:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 833ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API