1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 00:17:39 +00:00

ru:: the first monster, the boar

This commit is contained in:
Zeno Rogue
2025-04-27 12:42:22 +02:00
parent 1fb931836a
commit 77759538ae
8 changed files with 80 additions and 16 deletions

View File

@@ -5,11 +5,7 @@ void handle_powers(data& d);
void man::act() {
kino();
data dat;
dat.d = get_scale();
dat.modv = 60. / game_fps;
dat.moda = dat.modv * dat.modv;
dat.dx = 0;
auto dat = get_dat();
coyote_time = next_coyote_time; next_coyote_time = 0;
jump_control = next_jump_control; next_jump_control = 0;