Reorder exports for game manager
This commit is contained in:
parent
8bb39f9572
commit
2405078bf6
@ -48,6 +48,8 @@ pub struct GameManager {
|
||||
pub game_finished_screen: Option<Gd<PackedScene>>,
|
||||
#[export]
|
||||
pub main_menu: Option<Gd<PackedScene>>,
|
||||
#[export]
|
||||
pub maps: Array<Gd<MapResource>>,
|
||||
|
||||
#[export]
|
||||
#[export_group(name = "Prefabs")]
|
||||
@ -72,9 +74,6 @@ pub struct GameManager {
|
||||
base: Base<Node>,
|
||||
|
||||
exiting: bool,
|
||||
|
||||
#[export]
|
||||
pub maps: Array<Gd<MapResource>>,
|
||||
}
|
||||
|
||||
#[godot_api]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user