You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And the thing is, it's likely other apps would like to use similar functionality, such as waystones in #305.
Proposal for extracting it to a library. Maybe not making cam use the library as cam is used a lot and adding a dependency could be an issue, but I don't see why world_map can't, same for other apps.
The text was updated successfully, but these errors were encountered:
Well, then would this entail potentially creating a block in midair tho? cos thats what world_map does, but not everyone want to do that. Unless we do it so that it returns null if there is no safe space in the area they query.
Well if you opt-in to the library, it will do it, but the lib would tell you what it does. Could always have a param or something to decide whether it should create a platform if needed.
world_map
has a function to teleport to a safe spot:scarpet/programs/survival/world_map.sc
Lines 1547 to 1564 in 022a0a7
cam
has something for that too:scarpet/programs/survival/cam.sc
Lines 156 to 163 in 8c9c4a5
And the thing is, it's likely other apps would like to use similar functionality, such as waystones in #305.
Proposal for extracting it to a library. Maybe not making cam use the library as cam is used a lot and adding a dependency could be an issue, but I don't see why world_map can't, same for other apps.
The text was updated successfully, but these errors were encountered: