From f7c80770b0f147cfaa5ad89d087ca214aad2719d Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Thu, 11 Jun 2026 08:05:58 +0200 Subject: [PATCH] fix: correct manifest.launcher.md to reflect no-pathfinding reality MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous launcher description said 'units pathfind to the click point' but the module has direct-line movement only — pathfinding is explicitly deferred per init.lua:149's DEPRECATED-MVP comment. --- manifest.launcher.md | 2 +- manifest.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.launcher.md b/manifest.launcher.md index f1ba4b1..6a36521 100644 --- a/manifest.launcher.md +++ b/manifest.launcher.md @@ -4,7 +4,7 @@ # RTS Prototype -Single-screen RTS sandbox. 8 stone-units idle on a 20×20 tile grid; LMB-drag selects, RMB issues move-commands; units pathfind to the click point. +Single-screen RTS sandbox. 8 stone-units idle on a 20×20 tile grid; LMB-drag selects, RMB issues move-commands; units move in direct lines (no pathfinding yet — walls don't block movement). ## Controls diff --git a/manifest.module b/manifest.module index 1532bd4..18f7973 100644 --- a/manifest.module +++ b/manifest.module @@ -1,6 +1,6 @@ { "id": "rts-prototype", - "version": "0.1.2", + "version": "0.1.3", "kind": "module", "api": "^0.1", "ci_frames": 60,