Skip to content

Commit 149f2cb

Browse files
committed
added qoi input in image selector
1 parent 4ea2c98 commit 149f2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LuaSTGNode.Legacy.Windows/Input/InputWindowSelectorRegister.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public void RegisterInputWindow(Dictionary<string, Func<AttrItem, string, IInput
158158
target.Add("position", (src, tar) => new PositionInput(tar));
159159
target.Add("pointSet", (src, tar) => new PointSetInput(tar));
160160
target.Add("target", (src, tar) => new Selector(tar, InputWindowSelector.SelectComboBox("target"), "Input Target Object"));
161-
target.Add("imageFile", (src, tar) => new PathInput(tar, "Image File (*.png;*.jpg;*.bmp)|*.png;*.jpg;*.bmp", src));
161+
target.Add("imageFile", (src, tar) => new PathInput(tar, "Image File (*.png;*.jpg;*.bmp;*.qoi)|*.png;*.jpg;*.bmp;*.qoi", src));
162162
target.Add("particleFile", (src, tar) => new PathInput(tar, "HGE Particle File (*.psi)|*.psi", src));
163163
target.Add("fxFile", (src, tar) => new PathInput(tar, "Shader File (*.fx)|*.fx", src));
164164
target.Add("fontFile", (src, tar) => new PathInput(tar, "Font File (*.fnt)|*.fnt", src));

0 commit comments

Comments
 (0)