Gallery Menu initial implementation
This commit is contained in:
12
Zennysoft.Game.Ma/src/options/GalleryData.cs
Normal file
12
Zennysoft.Game.Ma/src/options/GalleryData.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Chickensoft.Introspection;
|
||||
using Chickensoft.Serialization;
|
||||
using Godot;
|
||||
|
||||
namespace Zennysoft.Game.Ma;
|
||||
|
||||
[Meta, Id("gallery_data")]
|
||||
public partial class GalleryData : Node
|
||||
{
|
||||
[Save("PlaceholderImage1")]
|
||||
public required bool PlaceholderImage1 { get; set; }
|
||||
}
|
||||
1
Zennysoft.Game.Ma/src/options/GalleryData.cs.uid
Normal file
1
Zennysoft.Game.Ma/src/options/GalleryData.cs.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://cy2vuwwvm727f
|
||||
Reference in New Issue
Block a user