Skip to content

Commit

Permalink
bump 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Venomalia committed Aug 1, 2024
1 parent 27cb4cf commit 2ac8e2d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EFSAdvent/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 2ac8e2d

Please sign in to comment.