Skip to content

Commit

Permalink
v4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
spiiin committed Oct 1, 2017
1 parent 0a6df90 commit 191c5c8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CadEditor/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ private void tbbShowInfo_Click(object sender, EventArgs e)

private void setWindowText()
{
Text = String.Format("CAD Editor v4.4 - {0}", OpenFile.FileName);
Text = String.Format("CAD Editor v4.5 - {0}", OpenFile.FileName);
}
}
}
15 changes: 14 additions & 1 deletion CadEditor/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-------------------------------------------------------------------------------
[RUS]
�������� ������� ��� ��� [NES/SEGA/SNES/GBA].
������ 4.4
������ 4.5
-------------------------------------------------------------------------------

������ ������ �������������� ��� � ����� cad_editor_supported_games.txt
Expand Down Expand Up @@ -454,6 +454,19 @@ v4.4
������� ����� ������������ � �������������, �� ������������ ��������
- ������� ����� � ������ TMX ��� ��������� Tiled.
- �������� ������/����������� ��� ��� Mighty Final Fight � Little Nemo [NES]

v4.5
- ����� ������ � ������ � ������� ��������� �������.
- ������� ��� ���� Dragon Fighter (1 �������)
- ������� �������� ���:
Zombies Ate My Neighbors (����� ������ �����, ��������� � ������ � ����� �������)
Duck Tales (������� ������ ����� ��������)
Duck Tales 2 (������� ������ ������ ��������)
Ninja Cats (��������� ������ � �����������)
Gun Smoke (��������� ������ � �����������, 1 �������)
Castlevania (��������� ������ � �����������, 1 �������)
Shatterhand (��������� ������, ����������� � ������ ��������, 1 �������)
Little Nemo (������� ��� ��������� ��������)



Expand Down

0 comments on commit 191c5c8

Please sign in to comment.