Block a user
03e9d989f8
make scheduler into a crate feature
5ddb3dacfd
run script as a thread
8950bcbf02
game ticks api
9c1807ec76
wait
752ad6bd95
scheduler
03e9d989f8
make scheduler into a crate feature
5ddb3dacfd
run script as a thread
8950bcbf02
game ticks api
Fix movement inputs when holding shift
Here is an alternative option
if let Some(input_instruction)=match keycode{
winit::keyboard::Key::Named(winit::keyboard::NamedKey::Space)=>Some(InputInstruction::Jump(s)),
…
Fix movement inputs when holding shift
This code allocates a new string, which the goal of .as_str() was to avoid that.
cb70c60e93
make scheduler into a crate feature
d4b67e93dd
run script as a thread
eb66516f83
game ticks api
9c1807ec76
wait
2c4b58c5ca
set_environment makes print disappear
909c00c5f6
game ticks api
3981d25305
why is there no coroutine
442d7af333
wait
41a52bf0da
set_environment makes print disappear
55a315dbed
game ticks api
684c60b092
why is there no coroutine
3ac9d2f2cd
wait
4823d73a85
Scheduler lives in Lua
0aed94568e
Context::get_or_create_service
cfa24c98a6
hack together nil instances
9898c53de8
non-functional ColorSequence skeleton
4ce6fb2155
non-functional NumberSequence skeleton
b672c1360d
v0.4.5 virtual property database + fixes
9898c53de8
non-functional ColorSequence skeleton
4ce6fb2155
non-functional NumberSequence skeleton