diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-01 21:24:42 +0300 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-01 21:24:42 +0300 |
commit | 4322cb54d8ea8eda3833c999c2fae4c115165e1c (patch) | |
tree | 9322b7822945b16b2ab739ceaedb0d9eb571a058 /README.md | |
parent | c1d6c8562862f0b7b7a228f7b508f1c4223c47cd (diff) | |
download | FlashRunner-4322cb54d8ea8eda3833c999c2fae4c115165e1c.tar.gz FlashRunner-4322cb54d8ea8eda3833c999c2fae4c115165e1c.tar.zst |
More fixes to README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ FlashRunner is mainly made for flash games but can be used for any swf file. flashrunner_game_list.json file contains the menu items in "Choose from list" -The file format is in the main JSON object there is array called "games_menu" which contains array of objects that each has "game_name" string +The file format in the JSON file is the main object contains array called "games_menu" which contains array of objects that each have "game_name" string that is name displayed in games menu and "game_swf" which contains string that is the link to the .swf file Example of the format: |