Gallery Menu initial implementation

This commit is contained in:
2025-11-30 20:17:08 -08:00
parent 725547d388
commit c491ea5050
8 changed files with 323 additions and 2 deletions

View 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; }
}

View File

@@ -0,0 +1 @@
uid://cy2vuwwvm727f