answer button now grabs focus on hover

This commit is contained in:
2023-02-12 15:28:05 +01:00
parent 4397c83b86
commit 21c20bff1f
2 changed files with 10 additions and 3 deletions

View File

@@ -14,8 +14,7 @@ public partial class dialog_bubble : CanvasLayer
- Dont repeat the same randomized dialogue after you get asked do you need something "else"
- add tree support (example: "story" key)
- ability to add dialogue begin answers on the fly (special ones are colored)
they will be in a dictionary with event IDs or Dictionary keys it also needs an array wich ones are active
- focus answer button on mouse hover and add focus sounds*/
they will be in a dictionary with event IDs or Dictionary keys it also needs an array wich ones are active*/
public override void _Ready()
{
richText = GetNode<RichTextLabel>("box/rich_text_label");