2026-02-26 14:06:27 +00:00
|
|
|
|
|
|
|
|
using Godot;
|
|
|
|
|
using Rokojori;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
|
|
|
|
namespace Rokojori;
|
|
|
|
|
|
|
|
|
|
[Tool]
|
|
|
|
|
[GlobalClass]
|
|
|
|
|
public partial class UIAppSettingsHeader:UIRegion
|
|
|
|
|
{
|
|
|
|
|
[Export]
|
|
|
|
|
public SelectSettingsPage[] pageSelectors = [];
|
2026-03-20 13:31:31 +00:00
|
|
|
|
|
|
|
|
[Export]
|
|
|
|
|
public UIInputInfo settingsInputInfo;
|
2026-02-26 14:06:27 +00:00
|
|
|
}
|