Make key items (flower and key staff)
Implement fog door for unlockable doors
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Chickensoft.Introspection;
|
||||
using Godot;
|
||||
|
||||
namespace Zennysoft.Game.Ma;
|
||||
|
||||
[GlobalClass]
|
||||
[Meta, Id("key_item_stats")]
|
||||
public partial class KeyItemStats : InventoryItemStats
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user