mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-13 07:57:13 +08:00
committed by
Blake Grotewold
parent
940a19c68b
commit
e33da9d9e6
@@ -6,17 +6,17 @@ A Minimalist Text Adventure Game
|
|||||||
[Click to play](http://adarkroom.doublespeakgames.com/)
|
[Click to play](http://adarkroom.doublespeakgames.com/)
|
||||||
|
|
||||||
[
|
[
|
||||||
[Chinese](http://adarkroom.doublespeakgames.com/?lang=cn) |
|
[Chinese](http://adarkroom.doublespeakgames.com/?lang=cn) |
|
||||||
[French](http://adarkroom.doublespeakgames.com/?lang=fr) |
|
[French](http://adarkroom.doublespeakgames.com/?lang=fr) |
|
||||||
[German](http://adarkroom.doublespeakgames.com/?lang=de) |
|
[German](http://adarkroom.doublespeakgames.com/?lang=de) |
|
||||||
[Korean](http://adarkroom.doublespeakgames.com/?lang=kr) |
|
[Italian](http://adarkroom.doublespeakgames.com/?lang=it) |
|
||||||
[Polish](http://adarkroom.doublespeakgames.com/?lang=pl) |
|
[Korean](http://adarkroom.doublespeakgames.com/?lang=kr) |
|
||||||
[Russian](http://adarkroom.doublespeakgames.com/?lang=ru) |
|
[Polish](http://adarkroom.doublespeakgames.com/?lang=pl) |
|
||||||
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
|
[Russian](http://adarkroom.doublespeakgames.com/?lang=ru) |
|
||||||
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) |
|
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
|
||||||
[Turkish](http://adarkroom.doublespeakgames.com/?lang=tr) |
|
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) |
|
||||||
[Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk)|
|
[Turkish](http://adarkroom.doublespeakgames.com/?lang=tr) |
|
||||||
[Italian](http://adarkroom.doublespeakgames.com/?lang=it)
|
[Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
.button{width: 100px !important;}
|
||||||
|
#outsidePanel .button{width: 115px !important;}
|
||||||
|
.eventPanel .button {width: 122px !important;}
|
||||||
File diff suppressed because one or more lines are too long
+3265
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -2,8 +2,9 @@ var langs = {
|
|||||||
'cn':'简体中文',
|
'cn':'简体中文',
|
||||||
'de':'deutsch',
|
'de':'deutsch',
|
||||||
'en':'english',
|
'en':'english',
|
||||||
'es': 'español',
|
'es':'español',
|
||||||
'fr':'français',
|
'fr':'français',
|
||||||
|
'it':'italiano',
|
||||||
'kr':'한국어',
|
'kr':'한국어',
|
||||||
'pl':'polski',
|
'pl':'polski',
|
||||||
'ru':'русский',
|
'ru':'русский',
|
||||||
|
|||||||
Reference in New Issue
Block a user