I hereby claim:
- I am ark0f on github.
- I am ark0f (https://keybase.io/ark0f) on keybase.
- I have a public key ASB-EH8GCynGzW5jij0Zl2pAKY1FnHxcUhLQhXaw8ziOgQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
fn setup(mut commands: Commands) { | |
let mut camera = OrthographicCameraBundle::new_2d(); | |
camera.orthographic_projection.window_origin = WindowOrigin::BottomLeft; | |
camera.orthographic_projection.scaling_mode = ScalingMode::WindowSize; | |
commands.spawn(camera); | |
} | |
fn top_left_origin( | |
windows: Res<Windows>, |
Smart-contract users may need to know what happened in case of
error reply (handle_reply
entrypoint) and system signal (handle_signal
entrypoint).
Expected realization of error types must be generalized and stabilized because:
Ext
(sys-calls buisness logic), Environment
(backend unification) and mock tests.