mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
more notes
This commit is contained in:
parent
9afc4d0c26
commit
00ce75ef48
1 changed files with 8 additions and 7 deletions
|
@ -7,18 +7,19 @@
|
||||||
//release trigger to teleport then exit teleport mode xxx
|
//release trigger to teleport then exit teleport mode xxx
|
||||||
//if thumb is release, exit teleport mode xxx
|
//if thumb is release, exit teleport mode xxx
|
||||||
|
|
||||||
//v2: show room boundaries when choosing a place to teleport
|
|
||||||
//v2: smooth fade screen in/out?
|
|
||||||
//v2: haptic feedback
|
|
||||||
|
|
||||||
|
|
||||||
// alternate notes for philip:
|
|
||||||
// try just thumb to teleport xxx
|
// try just thumb to teleport xxx
|
||||||
// cancel if destination is within ~1m of current location
|
|
||||||
|
|
||||||
|
|
||||||
//try moving to final destination in 4 steps: 50% 75% 90% 100% (arrival)
|
//try moving to final destination in 4 steps: 50% 75% 90% 100% (arrival)
|
||||||
|
|
||||||
|
|
||||||
|
//terminate the line when there is an intersection
|
||||||
|
//when there's not an intersection, set a fixed distance?
|
||||||
|
|
||||||
|
|
||||||
|
//v2: show room boundaries when choosing a place to teleport
|
||||||
|
//v2: smooth fade screen in/out?
|
||||||
|
//v2: haptic feedback
|
||||||
var inTeleportMode = false;
|
var inTeleportMode = false;
|
||||||
|
|
||||||
var easyMode = true;
|
var easyMode = true;
|
||||||
|
|
Loading…
Reference in a new issue