🎉 Initial Commit
✨ Grid system, player movement etc
This commit is contained in:
8
Scripts/Tiles/WallTile.cs
Normal file
8
Scripts/Tiles/WallTile.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Godot;
|
||||
|
||||
namespace AceFieldNewHorizon.Scripts.Tiles;
|
||||
|
||||
public partial class WallTile : BaseTile
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user