You've already forked ComfyFactorio
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user