game
This commit is contained in:
@@ -27,6 +27,7 @@ public partial class Door : Node2D
|
||||
{
|
||||
open = true;
|
||||
Control view = player.GetNode<Control>("Camera2D/door_view");
|
||||
Input.MouseMode = Input.MouseModeEnum.Visible;
|
||||
|
||||
view.Set("text_char", text_char);
|
||||
view.Set("answerA", answerA);
|
||||
@@ -36,7 +37,7 @@ public partial class Door : Node2D
|
||||
view.Set("shot", shot);
|
||||
view.Set("caniche", caniche);
|
||||
view.Call("start");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void BodyEntered(Node2D body)
|
||||
|
||||
Reference in New Issue
Block a user