idk i'm the only contributer so doesnt matter :/
This commit is contained in:
@@ -3,10 +3,10 @@ using System;
|
||||
|
||||
public partial class dialog_trigger_area : Area2D
|
||||
{
|
||||
[Export(PropertyHint.File, "*json")]
|
||||
string dialogFile;
|
||||
[Signal] public delegate void InteractDialogueEventHandler();
|
||||
[Export(PropertyHint.File, "*json")] string dialogFile;
|
||||
public void OnInteraction(string playerName)
|
||||
{
|
||||
GetNode("/root/main/dialog_bubble").Call("ImportString",dialogFile,playerName);//signal instead of call?
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user