terminal ui comes up
This commit is contained in:
parent
40e4281fd4
commit
fada7c657b
4 changed files with 26 additions and 5 deletions
|
|
@ -44,3 +44,8 @@ func open_termimal():
|
|||
Input.mouse_mode = Input.MOUSE_MODE_VISIBLE
|
||||
#display terminal ui
|
||||
pass
|
||||
|
||||
|
||||
func _on_player_object_clicked(object):
|
||||
if(object.name == "Terminal"):
|
||||
open_termimal()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue