1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-07 17:23:00 +00:00

bouncing off trampolines and returning to surface

This commit is contained in:
Zeno Rogue
2024-08-18 15:43:19 +02:00
parent 81ea54746b
commit 25bbd96a72
3 changed files with 110 additions and 15 deletions

View File

@@ -391,6 +391,7 @@ void level::init() {
start.timer = 0;
start.on_surface = this;
start.sstime = -100;
start.last_tramp = -100;
current = start;
println(hlog, "start.where = ", start.where);
println(hlog, "current.where = ", current.where, " : ", hr::format("%p", &current));