mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 19:26:43 +01:00
increased gravity
This commit is contained in:
@@ -19,8 +19,8 @@ export fn upd() {
|
|||||||
let inline zero = 0.0;
|
let inline zero = 0.0;
|
||||||
|
|
||||||
let lazy control_speed = 0.03125;
|
let lazy control_speed = 0.03125;
|
||||||
s = s + 0.125 - (f + control_speed) * btn(4 <| cls(4)) as f32;
|
s = s + 0.1875 - (f + control_speed) * btn(4 <| cls(4)) as f32;
|
||||||
f = f * 0.75;
|
f = f * 0.5625;
|
||||||
|
|
||||||
printInt(pz);
|
printInt(pz);
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@ export fn upd() {
|
|||||||
}
|
}
|
||||||
py = zero;
|
py = zero;
|
||||||
s = zero;
|
s = zero;
|
||||||
f = 0.75;
|
f = 2 as f32;
|
||||||
}
|
}
|
||||||
|
|
||||||
branch_if y < 240: lines;
|
branch_if y < 240: lines;
|
||||||
|
|||||||
Reference in New Issue
Block a user