[MIRROR] Belly import upport (#9330)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-10-27 18:25:21 +01:00
committed by GitHub
co-authored by Kashargul
parent 20afa499ec
commit 92b668dab9
4 changed files with 1184 additions and 1155 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -29,6 +29,10 @@ export const VoreBellySelectionAndCustomization = (props: {
Export
<Icon name="file-export" ml={0.5} />
</Tabs.Tab>
<Tabs.Tab onClick={() => act('importpanel')}>
Import
<Icon name="file-import" ml={0.5} />
</Tabs.Tab>
<Divider />
{our_bellies.map((belly) => (
<Tabs.Tab
+1
View File
@@ -4525,6 +4525,7 @@
#include "code\modules\vore\appearance\sprite_accessories_yw.dm"
#include "code\modules\vore\appearance\update_icons_vr.dm"
#include "code\modules\vore\eating\belly_dat_vr.dm"
#include "code\modules\vore\eating\belly_import.dm"
#include "code\modules\vore\eating\belly_messages.dm"
#include "code\modules\vore\eating\belly_obj_ch.dm"
#include "code\modules\vore\eating\belly_obj_vr.dm"