https://displacedlobster.itch.io/sigil-siegeこのゲーム凄いです。 youtu.be github.com今日も昨日に引き続き、コードのレポートをやっていきます。 use bevy::{prelude::*, window::PrimaryWindow}; use rand::random; pub const PLAYER_SPEED: f32 = 500.0; pub const PLAYER_SIZE: f32 = 115.0; pub const NUMBER_OF_…