summaryrefslogtreecommitdiff
path: root/scripts/incubator.gd
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/incubator.gd')
-rw-r--r--scripts/incubator.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/incubator.gd b/scripts/incubator.gd
index 3fd25cf..d098f13 100644
--- a/scripts/incubator.gd
+++ b/scripts/incubator.gd
@@ -79,7 +79,7 @@ func _on_left_input_event( camera, event, click_pos, click_normal, shape_idx ):
message = null
else:
message = "Cannot evolve, no world!"
- get_tree().get_root().get_node("Game/HUD").display_message(message)
+ get_tree().get_root().get_node("Game/HUD").display_message(message, 25)
func _on_cylinder_input_event( camera, event, click_pos, click_normal, shape_idx, node, pos ):
if event.type == InputEvent.MOUSE_BUTTON and event.button_index == BUTTON_LEFT and event.is_pressed():