gallery and options rendered images set to linear filterling
This commit is contained in:
@@ -56,8 +56,8 @@ public partial class GalleryMenu : Control
|
||||
|
||||
public void OnReady()
|
||||
{
|
||||
GalleryData = new GalleryData() { PlaceholderImage1 = true };
|
||||
BackButton.Pressed += BackButton_Pressed;
|
||||
GalleryData = new GalleryData() { PlaceholderImage1 = true };
|
||||
BackButton.Pressed += BackButton_Pressed;
|
||||
}
|
||||
|
||||
private void BackButton_Pressed() => EmitSignal(SignalName.GalleryExited);
|
||||
|
||||
@@ -35,6 +35,7 @@ size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Control"]
|
||||
texture_filter = 2
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
|
||||
Reference in New Issue
Block a user