Update crosshair.png, crosshair.png.import, StartingRoom.tscn, and 7 more files
This commit is contained in:
parent
cc3e77a595
commit
40e4281fd4
10 changed files with 283 additions and 278 deletions
17
Scripts/gui.gd
Normal file
17
Scripts/gui.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Control
|
||||
|
||||
@export_group("Node References")
|
||||
@export var terminal_panel : Control
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta):
|
||||
pass
|
||||
|
||||
func close_terminal():
|
||||
terminal_panel.visible = false
|
||||
Input.mouse_mode = Input.MOUSE_MODE_CAPTURED
|
||||
Loading…
Add table
Add a link
Reference in a new issue