From 1a4560fea79b8fab0d077e1f89b87dfc97b908b8 Mon Sep 17 00:00:00 2001 From: Nick Dyer Date: Wed, 16 Jun 2021 01:50:52 -0400 Subject: [PATCH] added json files for gui images --- .../game_files/resources/images/gui/popup_menu/apple.json | 5 +++++ .../game_files/resources/images/gui/popup_menu/bed.json | 5 +++++ .../resources/images/gui/popup_menu/controller.json | 5 +++++ .../game_files/resources/images/gui/popup_menu/dumbbell.json | 5 +++++ .../game_files/resources/images/gui/popup_menu/stats.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 pocket_friends/game_files/resources/images/gui/popup_menu/apple.json create mode 100644 pocket_friends/game_files/resources/images/gui/popup_menu/bed.json create mode 100644 pocket_friends/game_files/resources/images/gui/popup_menu/controller.json create mode 100644 pocket_friends/game_files/resources/images/gui/popup_menu/dumbbell.json create mode 100644 pocket_friends/game_files/resources/images/gui/popup_menu/stats.json 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