terminal ui comes up

This commit is contained in:
Clevertop 2024-08-10 17:12:20 +10:00
parent 40e4281fd4
commit fada7c657b
4 changed files with 26 additions and 5 deletions

View file

@ -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()