Audio system and rich text

This commit is contained in:
Rendo 2025-06-29 14:28:51 +05:00
commit 68cafff083
161 changed files with 1605 additions and 255 deletions

View file

@ -8,7 +8,7 @@ public partial class Previewport : SubViewport
private RuntimePlantData current_display;
[Export] private Label title;
[Export] private Label description;
[Export] private RichTextLabel description;
public override void _Ready()
{