Removed popup from the game, added simple options and menu. Added spawn to tiles and reworked content spawning

This commit is contained in:
=
2026-05-01 18:34:48 +02:00
parent 95455597da
commit dd81c2ff2e
13 changed files with 181 additions and 113 deletions
+5
View File
@@ -13,6 +13,11 @@ public partial class Camera3d : Camera3D
private Vector2 _mouseDelta;
public override void _Ready()
{
Position = new Vector3(0, 0, tileWidth/2);
}
public override void _Process(double delta)
{
if (canMove) MoveCamera(delta);