Created message class and updated menu system
This commit is contained in:
parent
6963cab2af
commit
7134891e55
12 changed files with 62 additions and 13 deletions
7
scripts/Base/Menu/send_message.gd
Normal file
7
scripts/Base/Menu/send_message.gd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
extends MenuAction
|
||||
|
||||
## Message which will be send on click
|
||||
var msg: Message
|
||||
|
||||
func action():
|
||||
get_parent().transit_menu(id)
|
||||
Loading…
Add table
Add a link
Reference in a new issue