This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use bevy::prelude::*; | |
| use bevy_rapier2d::prelude::*; | |
| fn main() { | |
| App::new() | |
| .insert_resource(WindowDescriptor { | |
| title: "Player Movement Example".to_string(), | |
| width: 1000.0, | |
| height: 1000.0, | |
| ..Default::default() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| extensionHost.ts:329 [Extension Host] debugger listening on port 9837 | |
| extensionHost.ts:235 Extension Host | |
| extensionHost.ts:236 Debugger listening on ws://127.0.0.1:9837/f82cb762-d8df-4b2a-bf57-1f9efb05d6d0 | |
| For help see https://nodejs.org/en/docs/inspector | |
| log.ts:157 INFO no standard startup: not a new window | |
| console.ts:134 [Extension Host] Configuration: debug: 0 errors found with vim configuration | |
| console.ts:134 [Extension Host] Extension Startup: debug: Start | |
| console.ts:134 [Extension Host] ModeHandler: debug: handling key=<ExtensionEnable>. | |
| console.ts:134 [Extension Host] Remapper: debug: trying to find matching remap. keys=<ExtensionEnable>. mode=Normal. keybindings=normalModeKeyBindingsMap. |
NewerOlder