Make the name entry clickable from the HUD on the title screen. Erase the current name from the preferences when clicked and launch resume quest. This causes the name dialog to appear and prompt for a name before quest mode is loaded once the name is submitted. Move name and emoji persistent storage out of config in the preferences file and into the root of the dictionary. This allows the default name setting to be reapplied later, fully erasing the currently stored name. Stage leaderboard submissions instead of submitting them directly, so scores will be submitted at most once per frame. Fix farthest distance calculation, so that it doesn't count the current distance when on the end screen. The total distance addition covers that, instead. Previously, total distance could mistakenly be counted twice. Fix bug where cancel confirmation button was not possible to press because it was checking the confirmation button instead. Add a protected constant speed member variable to the Character class, so that the test program can run more quickly by mocking the character speed to be extra fast. Add test case for checking the name entry and edit procedures. Fix links to RSS feed, so that they directly link to the main dank.game Atom 1.0 XML file. Add more time to the arcade name submission timeout, so that users have more time to select their emoji. Add nails emoji.
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
# Rules for Web crawlers to follow while crawling https://cakefoot.dank.game
|
|
#
|
|
# Allow main page, external resources (JS, fonts), RSS feed, and the JS game distribution
|
|
|
|
User-agent: *
|
|
Allow: /$
|
|
Allow: /favicon.ico
|
|
Allow: /index.html
|
|
Allow: /ext/
|
|
Allow: /dist/wasm/
|
|
Disallow: /
|