Logo
Explore Help
Sign In
juni/crystall-punk-14
1
0
Fork 0
You've already forked crystall-punk-14
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
19b5d9253d5045f9ef5b4a67dd7068855035a34b
crystall-punk-14/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.5 Page: 121ms Template: 2ms
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