mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Add wallet to clients
This commit is contained in:
parent
9836937107
commit
29e9ed05f8
3 changed files with 4 additions and 2 deletions
|
@ -328,4 +328,6 @@
|
|||
value_string=""
|
||||
>
|
||||
</VariableStorageComponent>
|
||||
<WalletComponent>
|
||||
</WalletComponent>
|
||||
</Entity>
|
|
@ -43,7 +43,7 @@ function net_handling.mod.inventory(peer_id, inventory_state)
|
|||
end
|
||||
local player_data = player_fns.peer_get_player_data(peer_id)
|
||||
player_fns.deserialize_items(inventory_state, player_data)
|
||||
GamePrint("synced inventory")
|
||||
-- GamePrint("synced inventory")
|
||||
end
|
||||
|
||||
function net_handling.mod.perks(peer_id, perk_data)
|
||||
|
|
2
todo.txt
2
todo.txt
|
@ -1,5 +1,6 @@
|
|||
+ Синхронизация перков
|
||||
k Синхронизация противников
|
||||
k Синхронизация мира
|
||||
- Общее хп
|
||||
- Синхронизация хп
|
||||
- Проверка окончания игры
|
||||
|
@ -22,7 +23,6 @@
|
|||
- reliability
|
||||
+ Сжатие пакетов
|
||||
- Перекидывание предметов
|
||||
- Синхронизация мира
|
||||
? Фикс наведения на клиентов
|
||||
- fungal shift-ы
|
||||
- orbs sync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue