Implement start of new file system and saving, update a lot of things to ImSharp.

This commit is contained in:
Ottermandias 2025-10-27 11:07:58 +01:00
parent 6b475ee229
commit c098fbdfe8
71 changed files with 1115 additions and 986 deletions

View file

@ -42,7 +42,7 @@ public static class TextureDrawer
string startPath, FileDialogService fileDialog, string defaultModImportPath)
{
tmpPath ??= current.Path;
using var spacing = ImStyleDouble.ItemSpacing.PushX(UiHelpers.ScaleX3);
using var spacing = ImStyleDouble.ItemSpacing.PushX(Im.Style.GlobalScale * 3);
Im.Item.SetNextWidth(-2 * Im.Style.FrameHeight - 7 * Im.Style.GlobalScale);
if (ImEx.InputOnDeactivation.Text(label, tmpPath, out tmpPath, hint))
current.Load(textures, tmpPath);