このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
clonk2u
/
stroll
フォーク元
chemicalcrux/stroll
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Hoof toes are also hooves. Weee
tags/v0.7.0
Fen Dweller
8年前
親
6f8c69eff2
コミット
7da1a149d5
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
game.js
+ 1
- 1
game.js
ファイルの表示
@@ -141,7 +141,7 @@ let macro =
result = plural ? "toes" : "toe";
break;
case "hoof":
result = plural ? "
toes" : "toe
";
result = plural ? "
hooves" : "hoof
";
break;
case "foot":
result = plural ? "toes" : "toe";
書き込み
プレビュー
読み込み中…
キャンセル
保存