kashan307/IR_assignment
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
CONTENTS:
/CIRSE-clinical_practice-self-assessment-game/
├── Builds/
├──HTML/ >Web version of the game
└──Windows/ >Windows version of the game
├── Godot-Project/ >Project files of the game
└── ReadMe.txt
GODOT VERSION:
4.4.1
HOW TO CHANGE THE CONFIG DATA SUBMIT URL / LOGO LINK URLs:
Windows-Version:
1. Open the config.txt file in the Windows version directory.
2. Change or add values to the "submit_urls" in the text file.
Web-Version:
1. Open the index.html file in the HTML version directory.
2. Change or add values to the "submit_urls" in the .html files header.
When building the web version, the config has to be added to the index.html header every time!
There is an example "index_with_config_example.html" in the Builds/HTML folder that shows how to add the config.
The submit method can also be changed in the config.
Values for the "submit_method" can be:
0 : ENCODE_IN_URL
1 : POST_AS_JSON
2 : ENCODE_IN_URL_AND_POST_AS_JSON (does both 0 and 1)
ADDITIONAL CONTROLS:
Hold F5 (Keyboard) or the Select or Start button (Gamepad) for 3 seconds to reset the game
Press Alt+Enter to toggle Fullscreen.