changeset 16017 | e8afb1bf2779 |
parent 16011 | 52b51d92e88d |
child 16022 | 2003b466b279 |
16016:4933920eba89 | 16017:e8afb1bf2779 |
---|---|
33 |
33 |
34 template |
34 template |
35 } |
35 } |
36 |
36 |
37 world.init(template()); |
37 world.init(template()); |
38 world.init_renderer(); |
|
38 |
39 |
39 Self { |
40 Self { |
40 world, |
41 world, |
41 ipc_channel: Channel::new(), |
42 ipc_channel: Channel::new(), |
42 ipc_queue: MessagesQueue::new(QueueChatStrategy::LocalGame), |
43 ipc_queue: MessagesQueue::new(QueueChatStrategy::LocalGame), |