mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
height
This commit is contained in:
parent
b6fbb204f1
commit
4daf1fe0ff
5 changed files with 41 additions and 18 deletions
6
godot/world/Control.gd
Normal file
6
godot/world/Control.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends Control
|
||||
|
||||
signal reload_requested
|
||||
|
||||
func _on_Reload_pressed():
|
||||
emit_signal("reload_requested", $TextEdit.text)
|
Loading…
Add table
Add a link
Reference in a new issue