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>>,
|
pub game_finished_screen: Option<Gd<PackedScene>>,
|
||||||
#[export]
|
#[export]
|
||||||
pub main_menu: Option<Gd<PackedScene>>,
|
pub main_menu: Option<Gd<PackedScene>>,
|
||||||
|
#[export]
|
||||||
|
pub maps: Array<Gd<MapResource>>,
|
||||||
|
|
||||||
#[export]
|
#[export]
|
||||||
#[export_group(name = "Prefabs")]
|
#[export_group(name = "Prefabs")]
|
||||||
@ -72,9 +74,6 @@ pub struct GameManager {
|
|||||||
base: Base<Node>,
|
base: Base<Node>,
|
||||||
|
|
||||||
exiting: bool,
|
exiting: bool,
|
||||||
|
|
||||||
#[export]
|
|
||||||
pub maps: Array<Gd<MapResource>>,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[godot_api]
|
#[godot_api]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user