From 2ac8e2db9bb98b2ac76ddb743af9aff64456528f Mon Sep 17 00:00:00 2001 From: Venomalia <87765258+Venomalia@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:40:25 +0200 Subject: [PATCH] bump 1.3 --- EFSAdvent/Form1.cs | 2 +- README.md | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/EFSAdvent/Form1.cs b/EFSAdvent/Form1.cs index aaf72e7..978f21e 100644 --- a/EFSAdvent/Form1.cs +++ b/EFSAdvent/Form1.cs @@ -13,7 +13,7 @@ namespace EFSAdvent { public partial class Form1 : Form { - const string VERSION = "1.2"; + const string VERSION = "1.3 [Venomalia]"; private string BaseTitel = $"EFSAdvent {VERSION}"; const int ACTOR_PIXELS_PER_COORDINATE = 8; diff --git a/README.md b/README.md index 6b1de97..91ac7c6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # EFSAdvent - A level editor for the Nintendo GameCube game Four Swords Adventures. +A level editor for the Nintendo GameCube game Four Swords Adventures. +This branch is an unoficial update based on the [source code](https://bitbucket.org/jaytheham/efsadvent/src/main/) of Jay(theHam) Harland. + +## Main Changes +- A bunch of bug fixes. +- Start room is highlighted and loaded when a level is opened. +- Different views of the actor variables. +- Allows the copying and pasting of actor data via clipboard. +- Simple adding and deleting of rooms. +- Import rooms and actors from other levels. +- Preview which tiles will be changed by PNPC and PNP2 actors. +- Detailed documentation for a significant number of actors. + +## Goals +Fully document all actor variables and their behavior. + +## Preview +![grafik](https://github.com/user-attachments/assets/a5c24ac9-2eb2-49de-888c-218d9402205b)