filler clip
This commit is contained in:
parent
514bcacdaa
commit
e03658e727
11 changed files with 200 additions and 12 deletions
|
|
@ -41,7 +41,7 @@ public partial class Previewport : SubViewport
|
|||
_frameField.Texture = start_Field;
|
||||
current_display = resource.Scene.Instantiate();
|
||||
title.Text = Tr(resource.name_key);
|
||||
description.Text = Tr(resource.description_key);
|
||||
description.Text = Tr("rwd_"+resource.name_key)+"\n"+ Tr(resource.description_key);
|
||||
AddChild(current_display);
|
||||
if (current_display is Entity entity)
|
||||
entity.DisableBrain();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue