Remove TiledCS
This commit is contained in:
parent
01b3ce4360
commit
5fc98f837f
@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Raylib-cs" Version="6.0.0" />
|
<PackageReference Include="Raylib-cs" Version="6.0.0" />
|
||||||
<PackageReference Include="TiledCS" Version="3.3.3" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
using Raylib_cs;
|
using Raylib_cs;
|
||||||
using static Raylib_cs.Raymath;
|
using static Raylib_cs.Raymath;
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
using TiledCS;
|
|
||||||
|
|
||||||
namespace Hook_Climber;
|
namespace Hook_Climber;
|
||||||
|
|
||||||
@ -231,9 +230,6 @@ internal class Program
|
|||||||
InitWindow(2000, 1200, "Hook Climber");
|
InitWindow(2000, 1200, "Hook Climber");
|
||||||
SetWindowState(ConfigFlags.ResizableWindow);
|
SetWindowState(ConfigFlags.ResizableWindow);
|
||||||
|
|
||||||
var map = new TiledMap("./main.tmx");
|
|
||||||
var tilesets = map.GetTiledTilesets("./");
|
|
||||||
|
|
||||||
var game = new Game();
|
var game = new Game();
|
||||||
game.player = new Player();
|
game.player = new Player();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user