2024-09-14 06:41:52 +00:00
|
|
|
|
|
|
|
using Godot;
|
|
|
|
|
|
|
|
namespace Rokojori
|
|
|
|
{
|
|
|
|
[Tool]
|
2025-02-12 16:48:15 +00:00
|
|
|
[GlobalClass,Icon("res://addons/rokojori_action_library/Icons/UI.svg")]
|
2024-09-14 06:41:52 +00:00
|
|
|
public partial class UISettings : Resource
|
|
|
|
{
|
|
|
|
[Export]
|
|
|
|
public Vector2PropertyName sizePropertyName;
|
2025-02-12 16:48:15 +00:00
|
|
|
|
|
|
|
[Export]
|
|
|
|
public Vector2PropertyName textureSizePropertyName;
|
2024-09-14 06:41:52 +00:00
|
|
|
}
|
|
|
|
}
|