1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-11-23 22:22:34 +02:00

Mtn: rework map generation logic

This commit is contained in:
Gerkiz
2024-10-27 00:01:15 +02:00
parent 42b9762812
commit fa2a607bc5
23 changed files with 640 additions and 334 deletions

View File

@@ -502,6 +502,7 @@ function Public.reset()
end
function Public.bottom_button(value)
print('Setting bottom button.')
this.bottom_button = value or false
end
@@ -512,6 +513,8 @@ Event.add(
return
end
print('Player joined game.')
local player = game.players[event.player_index]
on_player_joined_game(player)
create_clear_corpse_frame(player)