mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +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/)
|
||||
|
||||
[
|
||||
[Chinese](http://adarkroom.doublespeakgames.com/?lang=cn) |
|
||||
[French](http://adarkroom.doublespeakgames.com/?lang=fr) |
|
||||
[German](http://adarkroom.doublespeakgames.com/?lang=de) |
|
||||
[Korean](http://adarkroom.doublespeakgames.com/?lang=kr) |
|
||||
[Polish](http://adarkroom.doublespeakgames.com/?lang=pl) |
|
||||
[Russian](http://adarkroom.doublespeakgames.com/?lang=ru) |
|
||||
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
|
||||
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) |
|
||||
[Turkish](http://adarkroom.doublespeakgames.com/?lang=tr) |
|
||||
[Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk)|
|
||||
[Italian](http://adarkroom.doublespeakgames.com/?lang=it)
|
||||
[Chinese](http://adarkroom.doublespeakgames.com/?lang=cn) |
|
||||
[French](http://adarkroom.doublespeakgames.com/?lang=fr) |
|
||||
[German](http://adarkroom.doublespeakgames.com/?lang=de) |
|
||||
[Italian](http://adarkroom.doublespeakgames.com/?lang=it) |
|
||||
[Korean](http://adarkroom.doublespeakgames.com/?lang=kr) |
|
||||
[Polish](http://adarkroom.doublespeakgames.com/?lang=pl) |
|
||||
[Russian](http://adarkroom.doublespeakgames.com/?lang=ru) |
|
||||
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
|
||||
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) |
|
||||
[Turkish](http://adarkroom.doublespeakgames.com/?lang=tr) |
|
||||
[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':'简体中文',
|
||||
'de':'deutsch',
|
||||
'en':'english',
|
||||
'es': 'español',
|
||||
'es':'español',
|
||||
'fr':'français',
|
||||
'it':'italiano',
|
||||
'kr':'한국어',
|
||||
'pl':'polski',
|
||||
'ru':'русский',
|
||||
|
||||
Reference in New Issue
Block a user