diff --git a/pocket_friends/game_files/resources/images/gui/popup_menu/apple.json b/pocket_friends/game_files/resources/images/gui/popup_menu/apple.json new file mode 100644 index 0000000..ce0fb87 --- /dev/null +++ b/pocket_friends/game_files/resources/images/gui/popup_menu/apple.json @@ -0,0 +1,5 @@ +{ + "width": 9, + "height": 10, + "frames": 2 +} \ No newline at end of file diff --git a/pocket_friends/game_files/resources/images/gui/popup_menu/bed.json b/pocket_friends/game_files/resources/images/gui/popup_menu/bed.json new file mode 100644 index 0000000..735846f --- /dev/null +++ b/pocket_friends/game_files/resources/images/gui/popup_menu/bed.json @@ -0,0 +1,5 @@ +{ + "width": 11, + "height": 6, + "frames": 2 +} \ No newline at end of file diff --git a/pocket_friends/game_files/resources/images/gui/popup_menu/controller.json b/pocket_friends/game_files/resources/images/gui/popup_menu/controller.json new file mode 100644 index 0000000..70c337f --- /dev/null +++ b/pocket_friends/game_files/resources/images/gui/popup_menu/controller.json @@ -0,0 +1,5 @@ +{ + "width": 12, + "height": 8, + "frames": 2 +} \ No newline at end of file diff --git a/pocket_friends/game_files/resources/images/gui/popup_menu/dumbbell.json b/pocket_friends/game_files/resources/images/gui/popup_menu/dumbbell.json new file mode 100644 index 0000000..87f7592 --- /dev/null +++ b/pocket_friends/game_files/resources/images/gui/popup_menu/dumbbell.json @@ -0,0 +1,5 @@ +{ + "width": 11, + "height": 8, + "frames": 2 +} \ No newline at end of file diff --git a/pocket_friends/game_files/resources/images/gui/popup_menu/stats.json b/pocket_friends/game_files/resources/images/gui/popup_menu/stats.json new file mode 100644 index 0000000..476146f --- /dev/null +++ b/pocket_friends/game_files/resources/images/gui/popup_menu/stats.json @@ -0,0 +1,5 @@ +{ + "width": 11, + "height": 9, + "frames": 2 +} \ No newline at end of file