diff options
author | hop311 <hop3114@gmail.com> | 2024-05-08 01:14:00 +0200 |
---|---|---|
committer | hop311 <hop3114@gmail.com> | 2024-05-08 01:37:33 +0200 |
commit | ac29e4040fc20c50c8f0eb64b1194f6398165eb0 (patch) | |
tree | b6460c44a29fe8bac9ba125a8464c88c8b9b6e89 /game/src/Game/GameSession/GameSession.gd | |
parent | ac1504f6fa981947bd9543d24325b3751236e925 (diff) |
Generate building modelsmodels
Diffstat (limited to 'game/src/Game/GameSession/GameSession.gd')
-rw-r--r-- | game/src/Game/GameSession/GameSession.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/src/Game/GameSession/GameSession.gd b/game/src/Game/GameSession/GameSession.gd index a07ce32..843ecd8 100644 --- a/game/src/Game/GameSession/GameSession.gd +++ b/game/src/Game/GameSession/GameSession.gd @@ -9,6 +9,7 @@ func _ready() -> void: push_error("Failed to setup game") _model_manager.generate_units() + _model_manager.generate_buildings() func _process(_delta : float) -> void: GameSingleton.try_tick() |