Fully working menu system
This commit is contained in:
parent
1fa10004b3
commit
6eef2c781c
11 changed files with 93 additions and 9 deletions
4
scripts/Base/Menu/test.gd
Normal file
4
scripts/Base/Menu/test.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extends MenuAction
|
||||
|
||||
func action():
|
||||
print("works")
|
||||
Loading…
Add table
Add a link
Reference in a new issue