Finished first EA Version #1

Merged
Nicola merged 110 commits from dev into main 2026-05-19 20:01:13 +02:00
Showing only changes of commit 75818c22d5 - Show all commits
+3
View File
@@ -1,3 +1,4 @@
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Threading.Tasks; using System.Threading.Tasks;
using Godot; using Godot;
@@ -27,6 +28,8 @@ public partial class Robot : Node3D
} }
} }
Visible = Math.Round(Math.Abs(Position.Y / GameData.tileHeight), 0) == GameData.visibleLayer;
} }
public void Move() public void Move()
{ {