Skip to content

Commit 29cca62

Browse files
committed
revert test mode
1 parent 7ef3f59 commit 29cca62

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assets/image/level.aseprite

-9 Bytes
Binary file not shown.

src/page/in_game.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,11 @@ pub fn setup_level(
276276
}
277277

278278
// テスト用モンスター
279-
spawn.send(SpawnEntity::DefaultActor {
280-
actor_type: ActorType::Slime,
281-
actor_group: ActorGroup::Enemy,
282-
position: index_to_position((53, 68)),
283-
});
279+
// spawn.send(SpawnEntity::DefaultActor {
280+
// actor_type: ActorType::Slime,
281+
// actor_group: ActorGroup::Enemy,
282+
// position: index_to_position((53, 68)),
283+
// });
284284

285285
// プレイヤーを生成します
286286
// まずはエントリーポイントをランダムに選択します

0 commit comments

Comments
 (0)