Skip to content

RTS_p5 v0.2.9

Choose a tag to compare

@ShenyfZero9211 ShenyfZero9211 released this 10 Apr 13:55

Added

  • RTS Map Editor (map_editor/): terrain editing, spawns, mines, initial buildings/units, validation, save/load to RTS_p5/data map JSON.
  • map-editor.ps1: launch editor via Processing CLI (--run).
  • Docs: docs/processing_ai_handoff.md (this repo), docs/processing_project_playbook.md (generic Processing + scripts + Markdown playbook).

Changed

  • Editor viewport uses the same top-left camera convention and zoom behavior as in-game Camera.pde (wheel zoom toward cursor; Space + left-drag or middle-mouse to pan).

Notes

  • Build the game with build.ps1; run the editor with map-editor.ps1. See README for paths and overrides.