Improvements to save and loading
Improvements to Chinthe animation logic Fix broken Godot Tool system and just use a more manual approach to setting map nodes Remove ItemDatabase from individual room scenes
This commit is contained in:
6
Zennysoft.Game.Ma/src/map/FloorNode.cs
Normal file
6
Zennysoft.Game.Ma/src/map/FloorNode.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Godot;
|
||||
|
||||
namespace Zennysoft.Game.Ma;
|
||||
public abstract partial class FloorNode : Node
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user