mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
[MIRROR] Belly import upport (#9330)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
20afa499ec
commit
92b668dab9
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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user