mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Update credits
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"name" : "Okay",
|
"name" : "Okay",
|
||||||
"itemType" : "Button",
|
"itemType" : "Button",
|
||||||
"pos" : [ 376, 288 ],
|
"pos" : [ 376, 300 ],
|
||||||
"size" : [ 58, 20 ],
|
"size" : [ 58, 20 ],
|
||||||
"id" : 1,
|
"id" : 1,
|
||||||
"enabled" : true
|
"enabled" : true
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
{
|
{
|
||||||
"name" : "Third Party/Licensing Info...",
|
"name" : "Third Party/Licensing Info...",
|
||||||
"itemType" : "Button",
|
"itemType" : "Button",
|
||||||
"pos" : [ 176, 288 ],
|
"pos" : [ 176, 300 ],
|
||||||
"size" : [ 190, 20 ],
|
"size" : [ 190, 20 ],
|
||||||
"id" : 1,
|
"id" : 1,
|
||||||
"enabled" : true
|
"enabled" : true
|
||||||
|
|||||||
@@ -311,7 +311,7 @@ void DoAboutFramework (void)
|
|||||||
static const int kAboutFrameworkDialogTemplateID = 2000;
|
static const int kAboutFrameworkDialogTemplateID = 2000;
|
||||||
static const int kAboutOpenSourceButton = 2;
|
static const int kAboutOpenSourceButton = 2;
|
||||||
|
|
||||||
const Rect windowRect = Rect::Create(0, 0, 320, 450);
|
const Rect windowRect = Rect::Create(0, 0, 332, 450);
|
||||||
|
|
||||||
PortabilityLayer::WindowDef wdef = PortabilityLayer::WindowDef::Create(windowRect, PortabilityLayer::WindowStyleFlags::kAlert, true, 0, 0, PSTR(""));
|
PortabilityLayer::WindowDef wdef = PortabilityLayer::WindowDef::Create(windowRect, PortabilityLayer::WindowStyleFlags::kAlert, true, 0, 0, PSTR(""));
|
||||||
|
|
||||||
@@ -342,7 +342,8 @@ void DoAboutFramework (void)
|
|||||||
(lineNum++);
|
(lineNum++);
|
||||||
surface->DrawString(Point::Create(horizontalOffset, verticalPoint + spacing * (lineNum)), PSTR("Credits:"), blackColor, font);
|
surface->DrawString(Point::Create(horizontalOffset, verticalPoint + spacing * (lineNum)), PSTR("Credits:"), blackColor, font);
|
||||||
surface->DrawString(Point::Create(creditsHorizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR("Eric Lasota - Programming, admin"), blackColor, font);
|
surface->DrawString(Point::Create(creditsHorizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR("Eric Lasota - Programming, admin"), blackColor, font);
|
||||||
surface->DrawString(Point::Create(creditsHorizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR("Thijs Verboon - macOS version"), blackColor, font);
|
surface->DrawString(Point::Create(creditsHorizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR("Thijs Verboon - macOS programming"), blackColor, font);
|
||||||
|
surface->DrawString(Point::Create(creditsHorizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR("Phil Marell - macOS programming"), blackColor, font);
|
||||||
(lineNum++);
|
(lineNum++);
|
||||||
surface->DrawString(Point::Create(horizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR(GP_APPLICATION_NAME " is an unoffical third-party port of Glider PRO."), blackColor, font);
|
surface->DrawString(Point::Create(horizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR(GP_APPLICATION_NAME " is an unoffical third-party port of Glider PRO."), blackColor, font);
|
||||||
(lineNum++);
|
(lineNum++);
|
||||||
|
|||||||
Reference in New Issue
Block a user