A couple of small fixes

This commit is contained in:
Silvan Calarco 2013-08-26 14:35:24 +02:00
parent 4a27cb357c
commit 1033c0e69c
2 changed files with 3 additions and 6 deletions

View File

@ -1 +1 @@
VERSION = 2.80 VERSION = 2.90

View File

@ -65,9 +65,6 @@ fun dialog_setup()
global.dialog.entry = entry; global.dialog.entry = entry;
global.dialog.bullet_image = Image("bullet.png"); global.dialog.bullet_image = Image("bullet.png");
dialog_opacity (1); dialog_opacity (1);
Window.SetBackgroundTopColor(0.781,0.891,0.777);
Window.SetBackgroundBottomColor(0.797,0.914,0.793);
} }
fun dialog_opacity(opacity) fun dialog_opacity(opacity)
@ -162,7 +159,7 @@ fun message_callback (text)
message_sprite.SetImage(my_image); message_sprite.SetImage(my_image);
} }
Plymouth.SetMessageFunction(message_callback);
Window.SetBackgroundTopColor(0.781,0.891,0.777); Window.SetBackgroundTopColor(0.781,0.891,0.777);
Window.SetBackgroundBottomColor(0.797,0.914,0.793); Window.SetBackgroundBottomColor(0.797,0.914,0.793);
Plymouth.SetMessageFunction(message_callback);