menu and level select ready
This commit is contained in:
parent
311c0395ab
commit
f470efbe1f
10 changed files with 61 additions and 11 deletions
5
Scripts/level_res.gd
Normal file
5
Scripts/level_res.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends Resource
|
||||
class_name LevelRes
|
||||
|
||||
@export var level_path : String
|
||||
@export var level_name : String
|
||||
Loading…
Add table
Add a link
Reference in a new issue