We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef3f59 commit 29cca62Copy full SHA for 29cca62
assets/image/level.aseprite
-9 Bytes
src/page/in_game.rs
@@ -276,11 +276,11 @@ pub fn setup_level(
276
}
277
278
// テスト用モンスター
279
- spawn.send(SpawnEntity::DefaultActor {
280
- actor_type: ActorType::Slime,
281
- actor_group: ActorGroup::Enemy,
282
- position: index_to_position((53, 68)),
283
- });
+ // spawn.send(SpawnEntity::DefaultActor {
+ // actor_type: ActorType::Slime,
+ // actor_group: ActorGroup::Enemy,
+ // position: index_to_position((53, 68)),
+ // });
284
285
// プレイヤーを生成します
286
// まずはエントリーポイントをランダムに選択します
0 commit comments