Added rules
This commit is contained in:
parent
b42b1ae39f
commit
0385858d4f
10 changed files with 423 additions and 85 deletions
21
UI/CreditsPanel.gd
Normal file
21
UI/CreditsPanel.gd
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
extends 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 _on_rich_text_label_meta_clicked(meta):
|
||||
OS.shell_open(str(meta))
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
func _on_close_button_pressed():
|
||||
visible = false
|
||||
pass # Replace with function body.
|
||||
Loading…
Add table
Add a link
Reference in a new issue