oneshotman: remove misplaced character
This commit is contained in:
parent
efe7ade906
commit
abdd63d446
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ impl Animation for OneShotMan {
|
||||||
self.pos = -0.8 + self.velocity * (self.inputs.t.as_millis() as f32) / 1000.0;
|
self.pos = -0.8 + self.velocity * (self.inputs.t.as_millis() as f32) / 1000.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
q
|
|
||||||
impl ColorGrid for OneShotMan {
|
impl ColorGrid for OneShotMan {
|
||||||
fn get(&self, p: &Vector2<f32>) -> Rgb<f32> {
|
fn get(&self, p: &Vector2<f32>) -> Rgb<f32> {
|
||||||
if p.y < self.pos {
|
if p.y < self.pos {
|
||||||
|
|
Loading…
Reference in a new issue