Commit Graph

78 Commits

Author SHA1 Message Date
Maxim Lebedev a9a7143bc3
🔀 Merge remote-tracking branch 'ncase/gh-pages' into master 2020-10-05 13:42:52 +05:00
Nicky Case 3ab0cf41c5 french translation 2020-07-27 17:21:00 -04:00
Nicky Case 8360031cc6 Taiwanese translation added yay 2020-04-03 10:02:11 -04:00
Nicky Case d228a5ed45 literally one linebreak 2020-02-17 15:49:19 -05:00
Nicky Case ef2140a217 CHINESE 2020-02-17 15:47:29 -05:00
Nicky Case 637019545b two new translations 2019-11-21 15:21:02 -05:00
Maxim Lebedev 05398efa66
🔀 Merge remote-tracking branch 'ncase/gh-pages' into develop 2019-10-07 15:05:15 +05:00
Nicky Case 20bd605556 THREE TRANSLATIONS and other stuff 2019-10-01 17:53:54 -04:00
Nicky Case c2ceebe136 sadsadsa 2019-10-01 17:47:10 -04:00
Nicky Case cba97143c8 blerp 2019-10-01 17:46:19 -04:00
Maxim Lebedev b515dcd90d
🐛 Fixed broken mental health link in index.html 2019-09-26 21:34:48 +05:00
Maxim Lebedev 4b72abae05
🐛 Fixed link to original in index.html 2019-09-26 21:18:43 +05:00
Maxim Lebedev 9ac1a6be62
Added link to Russian version 2019-09-26 21:10:49 +05:00
Maxim Lebedev 241917559b
🐛 Fixed links to current translation 2019-09-26 19:49:08 +05:00
Maxim Lebedev b5aad94903
💬 Added link to original english translation 2019-09-26 15:41:37 +05:00
Maxim Lebedev befcdf5339
✏️ Fixed typos and misunderstanding terms 2019-09-20 18:27:24 +05:00
Maxim Lebedev a517cae0cb
🌐 Translated index.html 2019-09-19 13:24:21 +05:00
Nicky Case 33d496a7d1 actually final fixes aaaahhhh 2019-09-18 12:26:08 -04:00
Nicky Case 3d2871bc7f presskit 2019-09-17 16:43:49 -04:00
Nicky Case 86abc77383 correct link 2019-09-17 10:38:09 -04:00
Nicky Case a776cb0642 SHUT UP IT'S DONE 2019-09-17 10:24:40 -04:00
Nicky Case 247af1551c spacie 2019-09-16 10:32:20 -04:00
Nicky Case 6f93162c78 heck yeah it works 2019-09-16 10:29:13 -04:00
Nicky Case 1243c95964 pre-spacie pull 2019-09-16 07:30:42 -04:00
spaciecat 0f99d8e10b add createImageBitmap polyfill
the changes i made to the image pipeline required stuff that needs a polyfill, so here it is!
2019-09-14 23:11:31 +10:00
spaciecat 45e3f27c79 seperate observer logic
i split apart the code that tells the dialogue when to update into a seperate file so that i can use it in other places! seemed like a faster solution to have observable-esque behaviour without using very new features, setting up compilers, and including huge libraries!

(not 100% sure its totally working, but i havn't caught it failing yet!)
2019-09-12 17:21:12 +10:00
spaciecat c56eea3b49 dialogue animation + debugger
refactored all the dialogue text animations to use css animation and transforms rather than frame by frame positioning

this causes some issues and the code isnt the cleanest, but its already feels smoother so thats a good start!

using the devtools for debugging was getting annoying so I added a `Game.debug()` method that toggles a custom debugger that includes a drawer containing links to all points in the script
2019-09-12 15:58:12 +10:00
spaciecat d59d8af01d markup and styling updates
removed dynamic viewport meta tag based scaling, it caused issues where a mobile browser's header wasnt able to be hidden

removed #topleft and #bottomright (corner text) elements because they aren't being used anywhere for anything and made mobile scaling weird

modified the css the new grid standards to vertically and horizontally center the game in a larger window, css can do that now and we dont need weird position absolute and `margin: auto` hacks!
2019-09-12 14:55:54 +10:00
Nicky Case 4cc56dc7ef README IS DONE 2019-09-10 12:57:05 -04:00
Nicky Case 52771afe6a the end and about 2019-09-10 09:57:02 -04:00
Nicky Case 57520850ca beta 2019-09-09 13:27:35 -04:00
Nicky Case 0f00042824 BUNCHA POLISH 2019-09-09 12:37:58 -04:00
Nicky Case 78eed804c2 ALL THE POLISH 2019-09-07 17:19:53 -04:00
Nicky Case ec4dafdb44 content notes and shtuff 2019-09-06 16:25:14 -04:00
Nicky Case 7f20baf56f credits half done in sprites 2019-09-02 12:35:36 -04:00
Nicky Case 3e3e901097 HELL YEAH ACT 4 SPRITES PRETTY MUCH INTEGRATED 2019-08-14 11:54:04 -04:00
Nicky Case 9a706a1bb7 HELL YEAH ACT 3 is DONEEEEEEE 2019-07-30 16:17:36 -04:00
Nicky Case f96769e203 buncha fixes and new music 2019-07-04 10:16:45 -04:00
Nicky Case 448a49b7ea ALL STITCHED 2019-06-26 11:03:27 -04:00
Nicky Case 728c335e38 intermission heck yeah 2019-06-21 11:33:04 -04:00
Nicky Case 3b6f25c6d0 all sprites in 2019-06-17 15:33:15 -04:00
Nicky Case 638395574e act 3 anims 2019-06-14 11:03:30 -04:00
Nicky Case 27b5ba5c13 and some sounds 2019-06-12 15:08:32 -04:00
Nicky Case 77336a08b6 act ii chars 2019-06-11 14:31:28 -04:00
Nicky Case e431517d12 whoosh in and out with alpha 2019-06-11 10:45:09 -04:00
Nicky Case e6e12f09e3 a bit of placeholder act ii 2019-06-06 12:32:57 -04:00
Nicky Case 61427cd09f more scripts 2019-05-22 15:47:13 -04:00
Nicky Case f8460e9659 Fix reset HP bug 2019-05-07 15:40:03 -04:00
Nicky Case 7f240a443c ITS GOOD SHUT UP 2019-05-07 10:55:09 -04:00
Nicky Case 3bcdc71efb softer scream and aspect ratio fix 2019-05-06 21:26:00 -04:00