Skip to content

Commit

Permalink
next version is actually 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Nov 24, 2019
1 parent 251d6fc commit 7a2e0cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.bbcode
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[b][size=14pt]agsbox2d[/size][/b] [color=gray][b] version 0.3.0 [/b][/color]
[b][size=14pt]agsbox2d[/size][/b] [color=gray][b] version 0.2.0 [/b][/color]

[url=https://github.com/ericoporto/agsbox2d/releases/download/0.3.0/agsbox2d.dll]Get Latest Release [b]agsbox2d.dll[/b][/url] | [url=https://github.com/ericoporto/agsbox2d/releases/download/0.3.0/libagsbox2d.so][b]libagsbox2d.so[/b][/url] | [url=https://github.com/ericoporto/agsbox2d/releases/download/0.3.0/libagsbox2d.dylib][b]libagsbox2d.dylib[/b][/url] | [url=https://github.com/ericoporto/agsbox2d]GitHub Repo[/url] | [b][url=https://github.com/ericoporto/agsbox2d/releases/download/0.3.0/agsbox2d_demo_windows.zip]Demo Windows[/url][/b] | [b][url=https://github.com/ericoporto/agsbox2d/releases/download/0.3.0/agsbox2d_demo_linux.tar.xz]Demo Linux[/url][/b]
[url=https://github.com/ericoporto/agsbox2d/releases/download/0.2.0/agsbox2d.dll]Get Latest Release [b]agsbox2d.dll[/b][/url] | [url=https://github.com/ericoporto/agsbox2d/releases/download/0.2.0/libagsbox2d.so][b]libagsbox2d.so[/b][/url] | [url=https://github.com/ericoporto/agsbox2d/releases/download/0.2.0/libagsbox2d.dylib][b]libagsbox2d.dylib[/b][/url] | [url=https://github.com/ericoporto/agsbox2d]GitHub Repo[/url] | [b][url=https://github.com/ericoporto/agsbox2d/releases/download/0.2.0/agsbox2d_demo_windows.zip]Demo Windows[/url][/b] | [b][url=https://github.com/ericoporto/agsbox2d/releases/download/0.2.0/agsbox2d_demo_linux.tar.xz]Demo Linux[/url][/b]

[url=https://dev.azure.com/ericoporto/agsbox2d/_build/latest?definitionId=11&branchName=master][img]https://dev.azure.com/ericoporto/agsbox2d/_apis/build/status/ericoporto.agsbox2d?branchName=master[/img][/url]

Expand Down
3 changes: 2 additions & 1 deletion agsbox2d/agsbox2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ void AGS_EditorProperties(HWND parent) //*** optional ***
// User has chosen to view the Properties of the plugin
// We could load up an options dialog or something here instead
MessageBox(parent,
L"agsbox2d v0.3.0 By eri0o",
L"agsbox2d v0.2.0 By eri0o",
L"About",
MB_OK | MB_ICONINFORMATION);

Expand Down Expand Up @@ -1467,6 +1467,7 @@ int AGS_EngineOnEvent(int event, int data) //*** optional ***
int screenWidth, screenHeight, colDepth;
engine->GetScreenDimensions(&screenWidth, &screenHeight, &colDepth);
debugDraw.InitializeAgsDebugDraw(engine, screenWidth, screenHeight, colDepth);
printf("\nagsbox2d 0.2.0\n");
}

/*
Expand Down

0 comments on commit 7a2e0cc

Please sign in to comment.