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 std::thread; | |
use std::time::Duration; | |
use bevy::app::App; | |
use bevy::prelude::*; | |
use rand::Rng; | |
#[derive(Resource, Default)] | |
struct MyRes; |
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
<?xml version="1.1" encoding="UTF-8"?> | |
<!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd"> | |
<!--Last edited by Ukelele version 396 on 2024-12-17 at 00:49 (GMT)--> | |
<keyboard group="126" id="-7585" name="British fix" maxout="1"> | |
<layouts> | |
<layout first="0" last="0" mapSet="138" modifiers="30"/> | |
</layouts> | |
<modifierMap id="30" defaultIndex="0"> | |
<keyMapSelect mapIndex="0"> | |
<modifier keys="command?"/> |
OlderNewer