diff --git a/VERSION b/VERSION index 2a57146..1a9415e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION = 2.80 \ No newline at end of file +VERSION = 2.90 \ No newline at end of file diff --git a/openmamba/openmamba.script b/openmamba/openmamba.script index 9e3efe1..15fd800 100644 --- a/openmamba/openmamba.script +++ b/openmamba/openmamba.script @@ -65,9 +65,6 @@ fun dialog_setup() global.dialog.entry = entry; global.dialog.bullet_image = Image("bullet.png"); dialog_opacity (1); - - Window.SetBackgroundTopColor(0.781,0.891,0.777); - Window.SetBackgroundBottomColor(0.797,0.914,0.793); } fun dialog_opacity(opacity) @@ -162,7 +159,7 @@ fun message_callback (text) message_sprite.SetImage(my_image); } +Plymouth.SetMessageFunction(message_callback); + Window.SetBackgroundTopColor(0.781,0.891,0.777); Window.SetBackgroundBottomColor(0.797,0.914,0.793); - -Plymouth.SetMessageFunction(message_callback);